#screen {
width: 100%;
}


#master {
width:800px;
margin: 0px;
background-color:#ffffff;
}






#header {
	width: 800px;
	height: 168px;
	margin: 0px auto;
	background-image: url(../media/header.jpg);

}


#logo {
width:26px;
height:70px;
position:relative;
top:46px;
left:-361px;
background-image:url(../media/ampel.gif);

}







#navigation {
	position : relative;
	left: 0px;
	top : 76px;
	margin : 0px auto;
	height : 22px;
	width : 800px;
	background-image : url(../media/nav_hgr.png);
	border-width : 4px;
}

		#navigation a:link {
		color: #bababa;
		text-decoration: none;
		}

		#navigation a:active {
		text-decoration: none;
		color: #ffffff;
		}

		#navigation a:visited {
		text-decoration: none;
		color: #bababa;
		}

		#navigation a:hover{
		color:#ffffff;
		font-weight:bolder;
		text-decoration: none;
		}

		#navigation td{
		font-size:16px;
		vertical-align: top;
		}		
		
		

#ueberschrift {
width: 800px; 
height: 40px; 
margin: 0px auto;
color:#4b4b4b;
}


#inhalt {
position: relative;
left: 0px;
width: 760px;
border-width : 0px;
font-family: Arial;
color: #4D4D4D;
}

		#inhalt body {
		font-family: arial, helvetica, sans-serif;
		}
		
		#inhalt h2 {
		color: #2D2D2D;
		}
		
		#inhalt h3 {
		color: #2D2D2D;
		}
		
		#inhalt h4 {
		color: #2D2D2D;
		}
		
		#inhalt h5 {
		color: #2D2D2D;
		}
		
		
		#inhalt td{
		color: #4d4d4d;
		font-family: arial, helvetica, sans-serif;
		}


		#inhalt a:link {
		color: #CC0A0A;	
		text-decoration: none;
		}

		#inhalt a:active {
		text-decoration: none;
		color: #CC0A0A;
		}

		#inhalt a:visited {
		text-decoration: none;
		color: #CC0A0A;
		}

		#inhalt a:hover{
		color:#CC0A0A;
		font-weight:bold;
		text-decoration: none
		
		}








#footer{
	width: 800px;
	height: 20px;
	margin: 0px auto;
	color:#4b4b4b;
	background-color:#aeaeae;
}

		#footer a:link {
		color: #4b4b4b;	
		text-decoration: none;
		}

		#footer a:active {
		text-decoration: none;
		color: #4b4b4b;
		}

		#footer a:visited {
		text-decoration: none;
		color: #4b4b4b;
		}

		#footer a:hover{
		color:#ffffff;
		text-decoration: none
		}

