p { font-family:  Arial,Verdana, Helvetica, sans-serif; } 



body { 
background-color:#174499;
} 






#wrapper { 
width:980px;
margin:0 auto;
} 




#header{ 
width:980px; 
height:150px;
background-color:#f8de05;
margin:0px auto; 
   
}

#header h1{
 
font-size: 60px; 
float:right; 
padding-bottom:20px; 
padding-right:320px;
} 

#header img{
	float:left; 
	padding-left:20px;
	padding-top:20px;
} 










#nav li {
  display: inline;            /* Listenelemente nebeneinander */
  list-style-type: none;      /* Aufzählungszeichen entfernen */
}

#nav {
  background-color: #f8de05;   /* Hintergrundfarbe für die Navigation */ 
  padding: 4px 0;                   /* Innenabstand: oben/unten 4px, li/re 0 */
  margin-left: 0;               	/* Keinen Außenabstand */ 
  margin-right: 0; 
  margin-top:10px; 
  margin-bottom:10px; 
} 


#nav a {
  color: black;                  /* Schriftfarbe schwarz */ 
  text-decoration: none;         /* Unterstreichung entfernen */ 
  padding: 4px 8px; 			 /* oben/unten 4px, re/li 8px */
  font-size:140%
  } 


#nav a:hover {
  background-color: #0b4d7a; 
  color:#f8de05
} 


#article{ 
width:980px; 
height:auto;
background-color:white;  
} 

#article a{
	color:black;
	text-decoration:none;
	padding:5px;
	padding-top: 10px;
} 

#article h2{ 
padding-top:50px; 
padding-bottom:30px; 
font-size:170%;  
} 

#article h3{
	padding-left:30px;
}

#article p{ 
padding-left: 30px; 
padding-right:30px;
font-size:110%; 
} 

#article li{
	text-decoration:none;
}

#footer {
	background-color: #f8de05; 
	height: 150px;	
	padding: 4px 0; 
	margin-top: 10px;
} 

#footer h4{ 
margin-top: 3px; 
margin-left: 20px; 
} 

#footer p{
	margin-top:3px;
	margin-left:20px;
}

#footer a {
	margin-left: 20px;
}


