table,th,h1,h2,h3,hr,p,label,input,textarea,option,select,input,form,ul,li {
	margin:0;
	padding:0;
	color: #333333;
	text-align: left;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	background: url(../img/background.gif) repeat-x top;

}

/* links */

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #F3980B;
	text-decoration: underline;
}


/* grundstruktur der seite */

#outerbox {
	width: 600px;
	margin: 0px auto;
}

#header {
height: 76px;
}

.logo {
text-align:right;
vertical-align:bottom;
}


.footer {
	border-top: 1px solid #ABCAE9;
	padding: 5px 0px 0px 0px;
	color:#999999;
	font-size:10px;
	margin: 20px 0px 20px 0px;
	text-align: center;
}





/* Hauptnavigation.
Hinter dem letzten Wort des Links muss immer ein Leerzeichen sein,
f?r den Internet Explorer. */

#navlist {
font-size: 11px;
width:155px;
height:200px;
background: url(../img/background_navigation.gif) no-repeat top;
text-transform:uppercase;
}

ul#navlist {
	margin: 0;
	padding: 10px 0 0 0;
	list-style:none;
	border: 0;
	text-align:left;
	
	} 

ul#navlist li a { 
margin: 0px 12px;
	border-bottom: 1px solid #DCEBFE;
	display: block; 
	text-decoration: none; 
	color: #333;
	padding: 5px 0px 5px 5px;
}

ul#navlist li a:hover {
	background-color: #DCEBFE;
	
	}
	
ul#navlist li a.aktuell, ul#navlist li a.aktuell:link, 
ul#navlist li a.aktuell:visited, ul#navlist li a.aktuell:hover, 
ul#navlist li a.aktuell:active {
	background-color: #DCEBFE;
	}	


 


/* aufteilung content */

.tab1 {
	width: 155px;
	float:left;

}

.tab3 {
	width: 435px;
	float:right;

}

.content {
margin: 0px;
padding: 0px;
background: url(../img/background_content.gif) no-repeat top;
}

.imagefoto {
margin-bottom: 7px;
}

/* formatauszeichnungen content */




h1 {
color:#333333;
padding: 20px 0 0 15px;
font-size:18px;
margin:0px;
font-weight:lighter;
}

h2 {
color:#333333;
font-size: 14px;
font-weight:lighter;
padding: 5px 0 15px 15px;
}



p {
padding: 5px 15px 15px 15px;
}

.leistungenhead {
font-size: 12px;
padding: 5px 15px 5px 15px;
}

.leistungen {
padding: 5px 15px 5px 15px;
}

ul.liste {
margin: 0px 0px 20px 40px;
}

ul.liste ul {
margin: 0px 0px 10px 20px;
}

ul.liste li {
margin: 3px 0px;
}


.impressum {
padding: 5px 15px 10px 15px;
line-height: 17px;
font-size: 11px;
}


.plaintext {
	padding-left: 8px;
}
