
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: #77ba1a;  }
	
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; 
}
		
#hintergrund { 
background-image: url(../img/dietz_bg.jpg); 
background-repeat: repeat-x;
height: 545px;
}
	

#inhalt { 
margin-left: auto;
margin-right: auto; 
background-color: #4a4a4a; 
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_inhalt_bg.jpg);
float:left;
text-align: left; 
font-family: Helvetica, Arial, san-serif; 
overflow: hidden;
width: 625px; 
height: 545px; 
}


#clear {
clear: both;
}

