/* :::::::::::::::::::::::::::::::::::::::: Layout */

body{
	font-family: Trebuchet MS,Arial, sans serif;
	font-size:0.95em;
	line-height:1.2em;
	color:#000;
	text-align:left;
	padding: 0;
	margin: 0;
	background: url(../ximg/frame/bg-nav-bottom.gif) repeat-y;
	background-color: #f9fded;
	}

#logo{
float: left;
overflow: hidden;
width: 206px;
height: 117px;
background: url(../ximg/frame/logo.gif) no-repeat;
}

#nav{
float: left;
height: 500px; 
background: url(../ximg/frame/bg-nav.jpg) no-repeat;

}

div#head{
height: 117px;
background: url(../ximg/frame/bg-green.gif) repeat-x;
overflow: hidden;
border-bottom:1px solid #e0e4d6; 
}



#headline{
width: 400px;
margin-top: 44px;
margin-left: 16px;
text-transform: uppercase;
font-weight: bold;
}

#content{
overflow: auto;
position: fixed;
left: 223px;
top:117px;
/* border-top:1px solid #e0e4d6; */
font-size: 0.9em;
width: 600px;
height: 450px;
padding: 15px 15px 50px 0px;
}

.p-spacer1000 {
height:250px;
}
.p-spacer25{
height:25px;
margin: 0;
}
.p-spacer8{
height:8px;
margin: 0;
}
.p-spacer4{
height:4px;
margin: 0;
}

.p-table-left{
float: left;
width: 180px;
}

/* :::::::::::::::::::::::::::::::::::::::: Schriftformatierung  */
#content p{
margin: 0;
}

#content .cont-img{
float:right;
margin: 0 0 5px 5px;
}

p.p-spacer8, p.p-spacer4{
margin: 0;
}

#content h1{
font-size: 1.1em;
text-transform: uppercase;
color: #819900;
margin: 0 0 4px 0;
}

#content h2{
font-size: 1.0em;
color: #e3a900;
margin: 0;
}

#content ul{
list-style-type: disc;
margin: 8px 0 8px 0;
}

#content ul li{
margin: 0 0 8px 20px;
}

#content a{
color: #819900;
text-decoration: none;
}
.arial {
font-family: Arial;
}

