
body { 
margin-top: 20px;
margin-left: 0;
margin-right: 0;
background-color: #d3d3d3;
overflow: hidden;
font-family: Helvetica, Arial, san-serif;
font-size: 0.9em;
color: #3c454c;	
}
	

a:link {
color: #3c454c;  }
	
a:visited {
color: #77ba1a;}

a:hover { 
color: #77ba1a; }

a:active { 
color: gray;
}

h1{ font-family: Helvetica, Arial, san-serif; font-size: 1.4em; color: #77ba1a; font-weight: bold; font-style: normal; }
		
h2{ font-family: Helvetica, Arial, san-serif; font-size: 1.2em; color: #77ba1a; font-weight: bold; font-style: normal; }
		
h3{ 
font-family: Helvetica, Arial, san-serif;	
font-size: 0.9em;
color: #77ba1a; 
font-weight: bold; 
font-style: normal; 
}

h4{ 
font-family: Helvetica, Arial, san-serif;
font-size: 1.4em;
color: #3c454c;	
font-weight: bold; 
font-style: normal; 
}
		
h5{ 
font-family: Helvetica, Arial, san-serif;	
font-size: 1.2em;
color: #3c454c;	
font-weight: bold; 
font-style: normal; 
}
		
h6{ 
font-family: Helvetica, Arial, san-serif;	
font-size: 0.9em;
color: #3c454c;	
font-weight: bold; 
font-style: normal; 
}
			
#hintergrund { 
background-image: url(../img/dietz_bg.jpg); 
background-repeat: repeat-x;
height: 545px;
}
	

#inhalt { 
margin-left: auto;
margin-right: auto; 
background-color: #4a4a4a; 
background-image: url(../img/logo.jpg); 
background-repeat: no-repeat; 
background-position: right 0; 
text-align: right; 
width: 900px; 
height: 545px; 
}	

#menue {
background-color: #4a4a4a;
float:left;
text-align: left; 
width: 215px; 
height: 545px; 
}
	
	
#textinhalt { 
background-image: url(../img/dietz_bg_langhaar.jpg); 
float:left; 
padding-left: 35px; 
padding-right: 20px; 
padding-top: 395px; 
text-align: left; 
font-family: Helvetica, Arial, san-serif; 
overflow: auto; 
width: 570px; 
height: 150px; }

#clear {
clear: both;
}

