body {
 background: #2C372E;
 margin: 0;
 /*background-image: url(../images/bg.png);
 background-repeat: repeat;
 background-attachment: fixed;
 min-width: 100%;*/
}

/*Container*/

#page {
 position: relative;
 font-family: Verdana;
 width: 1024px; 
 margin: 0 auto;
 margin-top: 30px;
}
#headcontainer {
 height: 130px;
 margin-top: 0px;
 text-align: center;
}
#logo{
 text-align: left;
 background-color: #2C372E;
 float: left;
 height: 130px;
 width: 150px;
}
#imagetop{
 background-repeat: no-repeat;
 float: left;
 height: 130px;
 width: 850px;
 margin-left: 24px;
 }
#navigation {
 position: absolute;
 left: 174px;
 top: 130px;
 height: 30px;
 margin-top: 0px;
 z-index: 2;
}
#imageleft{
 background-image: url(../images/weg_links4.jpg);
 background-repeat: no-repeat;
 float: left;
 margin-top: 30px;
 height: 570px;
 width: 150px;
}
#content {
 margin-top: 30px;
 margin-left: 24px;
 background: #BDDFB3;
 float: left;
 height: 570px;
 width: 850px;
 text-align: left;
 z-index: 1;
}
#content_text {
 margin-left: 80px;
 margin-right: 160px;
 margin-top: 50px;
}


/*Navigation*/
.naviaussen {
 overflow: hidden;
 height: 30px;
 display: block;
 width: 170px;
 text-align: center;
 float: right;
 }
.naviaussen:hover {
 height: auto;
}
.navititel {
 line-height: 30px;
 margin: 0 auto;
 color: white;
 font-size: 18px;
 text-decoration: none;
}
.navispacer{
 height: 4px;
 background-color: #BDDFB3;
}
a.navilink {
 margin: 0 auto;
 color: white;
 background-color: #2C372E;
 line-height: 30px;
 width: 150px;
 display: block;
 font-size: 12px;
 text-decoration: none; 
}
a.navilink:hover {
 background: #BDDFB3;
 color: #000000;
 line-height: 26px;
 width: 146px;
 border: 2px solid #2C372E;
}
a.navilink:active {
}
a.headlink {
 color: #D3D1CF; 
 display: block;
 float: right;
 font-size: 14px;
 margin-left: 5px;
}
a.footlink {
 color: #999999; 
 font-size: 13px;
 padding-top: 10px; 
 text-decoration: none;
}
a.footlink:hover {
 text-decoration: underline;
}


/*Textformatierung*/
h1 {
 margin: 0px;
 margin-bottom: 10px;
 font-size: 16px;
 font-weight: bold;
}

/*Logo oben links*/
#logo h1 {
 color: white;
 font-size: 12px;
}
.name_name {
 color: white;
 font-size: 20px;
}

/*Inhalt*/
.text {
 font-size: 14px;
}
.title {
 margin: 0px;
 margin-bottom: 10px;
 font-size: 16px;
 font-weight: bold;
}
.zitat {
 font-style: italic;
}

a#homie {
 margin-top: 20px;
 margin-right: 20px;
 color: #2C372E;
 font-size: 12px;
 font-style: no;
 float: right;
 height: 20px;
 width: 50px;
}
#footie{ 
 color: #999999; 
 clear: both;
 font-size: 13px;
 padding-top: 10px; 
 margin-left: 174px;
 text-align: left;
} 


