body {
font: 95% Verdana, Arial, Helvetica, sans-serif;
color: #CECABF;
background: url(../images/bg_body.gif) #14715b 0 21px repeat-x;
text-align: center;
}
#header {
background: url(../images/bg_header.gif) no-repeat; background-position:center;
height: 262px;;
weight: 860px;
}

#main {
background: url(../images/bg_main.gif) no-repeat; background-position:center;
height: 39px;
weight: 684px;
}
#inhalt {
background: url(../images/bg_container.gif) repeat-y; background-position:center;
padding: 20px 35px 10px 18px;
min-height:300px;
height:auto;
}
* html #inhalt { height:300px; } /* nur für IE 5.5 - 6.x */
html + body #inhalt { height:300px; } /* nur vom IE 5.0 */


/*Navigaion*/
#nav ul {
list-style-type: none;
}
#nav{
	position: absolute;
	top: 309px;
	left: 5px;
	width:100px;
	color: #2b594e;
	text-align: left;
	background:#14715b;
	padding:10px;
	border-top:0px solid #837C6B;
	border-right:0px solid #E4D9C0;
	border-bottom:0px solid #E4D9C0;
	border-left:0px solid #837C6B;
}
#nav a{
color:#4ae082;
font:bold 13px verdana, sans-serif;
margin:5px 0 5px 0;
padding:1px 3px 1px 4px;
text-decoration:none;
background:transparent;
display:block;
border-top:0px solid #99917d;
border-right:0px solid #e4d9c0;
border-bottom:0px solid #e4d9c0;
border-left:0px solid #99917d;
width:100px;
}
#nav a:hover{
color:#9d9a96;
background:transparent;
border-top:0px solid #e4d9c0;
border-right:0px solid #837c6b;
border-bottom:0px solid #837c6b;
border-left:0px solid #e4d9c0;
}



#footer {
margin: 5px 0 5px 0;
padding: 5px 0 5px 0;
background: #000000;
border: 3px solid;
border-color: #ffffff;
border-style: outset;
font-size: 12px;
}
.inhalt {
display: block;
text-align: left;
padding: 10px 20px 10px 20px;
margin: 0 138px 0 162px;
}
#inhalt .schrift {
font-size: 12px;
}
.impressum {
display: block;
text-align: center;
padding: 10px 20px 10px 20px;
}
#inhalt a {
color: #000000;
}
#content {
margin: 0 138px 0 162px;
}
.text {
text-align: center;
}
.kursiv {
text-align: center;
font-style: italic;
font-weight: bold;
color:#e6f223;
}
.klein {
font-size: 9px;
}
