/* CSS Document */

* { padding: 0; margin: 0; }

body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#062344}

h2 { font-size:13px; color:#26444E;}

#container {
 width:852px;
 height:605px; background-color:#FFFFFF; background-image:url(../images/hintergrund.jpg);
 margin: 20px auto;}
 
#header {width:852px; height:150px; float:left; text-align:left }

#content {width:852px; height:455px; float:left;}

#navi {width:170px; height:345px; float:left; padding-left:40px; padding-top:110px; }

#inhalte {width:580px; height:400px; float:left; margin-bottom:55px; margin-right:35px; padding-right: 7px; padding-left:20px;  overflow:auto }

#adresse {width:270px; height:380px; float:left;}

#profil1 {width:320px; height:380px; float:left;}
#profil2 {width:240px; height:380px; float:right;}

a:link {
	text-decoration: none;color:#26444E;
}
a:visited {
	text-decoration: none;color:#26444E;
}
/* a:visited {
	text-decoration: none;color:#CDAD00;} */
a:hover {
	text-decoration: none;color:#898CA3;
}
a:active {
	text-decoration: none;color:#666666;
}
.fettext {color:#062344; font-weight:bold}
.abstandtext { line-height:18px}
.abstandfett{ line-height:18px; font-weight:bold}
.ul { margin-left:10px}