@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	}

a:link {
	color:#555;
	text-decoration: none;
	}
a:visited {
	color:#555;
	text-decoration: none;
	}
a:hover {
	color:#AAA;
	text-decoration: none;
	}
a:active {
	color:#555;
	text-decoration: none;
	}
	
#nav { 
  	z-index:9;	
  	position:fixed;
   	top:50px; 
  	left:100px;
  	text-align:right;
  	font-family: "MS Serif", "New York", serif;
  	font-size:10px;
  	color:#555;
  	font-weight:lighter;
	letter-spacing:1px;
	}
	
#image {
	z-index:1;	
  	position:absolute;
   	top:70px; 
  	left:100px;
	height:80%;
	text-align:left;
  	font-family: "MS Serif", "New York", serif;
  	font-size:10px;
  	color:#555;
  	font-weight:lighter;
	letter-spacing:1px;
	}
	
#navbalken { 
  	z-index:5;	
  	position:fixed;
   	top:0px; 
  	left:0px;
	}
	
#text {
	z-index:1;	
  	position:absolute;
   	top:70px; 
  	left:100px;
	width:685px;
	text-align:justify;
  	font-family: "MS Serif", "New York", serif;
  	font-size:13px;
  	color:#555;
  	font-weight:normal;
	letter-spacing:1px;
	}

#contact {
	z-index:1;	
  	position:absolute;
   	top:70px; 
  	left:100px;
	width:685px;
	text-align:justify;
  	font-family: "MS Serif", "New York", serif;
  	font-size:10px;
  	color:#555;
  	font-weight:light;
	letter-spacing:1px;
	}