body, html {
	height: 100%; 
	max-height: 100%;  
	padding: 0; 
	margin: 0; 
	border: 0; 
	overflow: hidden; 
	font-family: calibri, verdana, arial, serif;
}


#head {
	position: fixed; 
	margin: 0; 
	top: 0; 
	right: 18px; 
	display: block; 
	width: 100%; 
	height: 80px; 
	background: url(white.jpg) #ffffff; 
	font-size: 12px; 
	z-index: 5; 
	color: white;
	text-align: center;
}


#nav {
	background-image: url("http://umg.photo/maxxam/bilder/back.jpg");
    	background-repeat: repeat-y;
	height: 100%;
	max-height: 100%;
	width: 115px;
	position: fixed; 
	left: 0; 
	top: 0;
	padding: 3px 60px;
} 

#nav p {
	padding: 20px 20px 20px;
} 



#content {
	display:block; 
	height:100%; 
	max-height:100%; 
	overflow:auto; 
	padding-left:270px; 
	position:relative; z-index:3;
	line-height: 16px;
	font-size: 15px;

}


#content p {
	padding: 50px 20px 0px 20px;
} 


* html #head, html #nav {
position: absolute;
}


a {
	text-decoration: none;
	color: #6e6e6e;}

a:hover {
	text-decoration: underline;}


