body  {
font-size : 11px;
font-family : Verdana, Arial, SunSans-Regular, Sans-Serif;
background-color: #767676;
margin-top : 20px;
overflow: scroll;
padding : 0;
}

h1 {font-size : 13px;color : #0e3cb1; padding-bottom:0px;margin-bottom:5px;}
h2 {font-size : 18px;}
h3 {font-size : 14px;}
h4 {font-size : 12px;}




#container {
width : 1000px;
background-color : #ffffff;
margin: 0 auto;
}

/* Banner Bild*/

#bannerbild {
background-color : #fffffff;
width : 1000px;
height : 125px;
}

/*Spalte mitte */


#content {
overflow: hidden;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
font-size: 11px;
color:#000000;
background-color: #ffffff;
min-height: 300px;
height: auto !important ;
height: 300px;
line-height : 1.5;

}

.bodytext{
margin-top:0px;
}  
/*linke Spalte*/

#leftcol {
float : left;
width: 190px;
margin : 0;
padding-top: 10px;
padding-left: 10px;

}

/*rechte Spalte*/

#rightcol {
float : right;
width: 185px;
margin : 0;
padding-top: 10px;
padding-right: 10px;
}

.top {
background : url(bilder/top_gelb.gif);
width : 185px;
height : 20px;

}
.bottom {
background : url(bilder/bottom_gelb_n.jpg);
width : 185px;
height : 2px;
}
.box {
width : 165px;
background : url(bilder/mittel_gelb.gif);
padding : 10px;
}

.top_2 {
background : url(bilder/top_blau.gif);
width : 185px;
height : 20px;
}
.bottom_2 {
background : url(bilder/bottom_blau.gif);
width : 185px;
height : 2px;
}
.box_2 {
width : 165px;
background : url(bilder/mittel_blau.gif);
padding : 10px;
}




#footer {
	clear: both;
	background-color: #ffffff;
	padding-top: 2px;
	margin: 0;
	height: 2px;
	border-bottom: 4px solid #64A8FD;	
}




