body {
	background-color: #ffe4c4;
	min-width: 800px;	
}
     
     
#page_wrapper {
	width: 470px;
	height: auto;
	top: 5%;
	left: 50%;
	margin: 0 0 0 -235px;
	position: absolute;
}    

#header { 
	text-align: center;
	width: 470px;
	height: auto;
} 

#nav {
	height: 25px;
	width: 470px;
	border-bottom: 2px solid #000;
	text-align: center;
	margin: 40px 0 0 0;
}


#content {
	text-align: center;
	border-bottom: 2px solid #000;
}

#content_impressum {
	text-align: center;
	border-bottom: 2px solid #000;
}

#content p {
	margin: 20px;
}

#footer {
	text-align: center;
	margin: 20px 0  0;
}

#impressum {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

a {
	text-decoration: none; 
	color: #000;
	}     
a:hover {
	text-decoration: underline; 
	color: #000;
	}    
	
h1 {
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia;
	margin: 5px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	font-family: Georgia;
	margin-top: 20px
}

p {
	font-size: 15px;
	font-family: Georgia;
	line-height: 20px;
	margin: 5px;
}

