body{
				/* min-width:950px; */

				}


h2 {
    color: black;
	font-family:georgia;
    font-size: 19px;
}

h4 {
	color: black;
	font-family:georgia;
    font-size: 16px;	
}

h5 {
	color: black;
	font-family:georgia;
    font-size: 11px;	
}


p  {
	line-height:23px;
    color: black;
    font-family: georgia;
    font-size: 15px;
}
	
#impressum p{
	color: black;
    font-family: georgia;
	line-height:23px;
	font-size: 10px;
}	
				
#wrapper{
	text-align: center;
}	
		
#container{	
display: inline-block;
text-align: left;
	}	
img {
    border: 0px solid #ddd;
    border-radius: 0px;
    padding: 0px;
}
			
			header{
				width:800px;
				height:170px;
				/* min-width:950px; */
				/* float:left; */
				border-bottom: 2px solid darkgreen;
				padding:0;
				margin:0;
				/*background-color: lightblue;*/
			}
			
			nav{
				width:170px;
				float:left;	
				
			
				
			}
			
				
nav ul {
    list-style-type: none;
    padding: 10px;
}
   
   nav ul li{    
    padding: 10px;
}
   
nav ul a {
    text-decoration: none;
	color: black;
    font-family: georgia;
	line-height:23px;
	font-size: 19px;
}
				
			article{
				margin-left:180px;
				width:566px;		
				padding:25px;
				border-left: 2px solid darkgreen;
				min-height:400px;
				/* background-color: red; */
			}
			
			article td{
				padding-left: 5px;
				vertical-align:top;
				padding-top: 5px;
				
			}
			
			#foooter{
				
				width:100%;
				min-width:950px;
				height:40px;				
				clear:both;
			}
			
			footer{
				margin-top:30px;
				border-top: 2px solid lightgreen;
				/* padding-left:212px; */
				padding-left: 25px;
				padding-top:5px;
				/* width: 588px; */
			}
			
			footer a {
				text-decoration: none;
				color: black;
				font-family: georgia;
				line-height:23px;
				font-size: 15px;
			}