body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #000000;		
}

#mainimg {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #000000;		
	
}

h1 {
	color: #000000;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

#container {
	position: absolute;
	width: 1000px;
	height: 570px;
	margin-left: -500px;
	margin-top: -285px;
	left: 50%;
	top: 50%;
	border: 1px solid black;
}

#bg_index {
	position: absolute;
	width: 305px;
	height: 570px;
	left: 348px;
	top: 0px;
	background-image:url('images/bg_index.jpg');
}

#bg_contact {
	position: absolute;
	width: 1000px;
	height: 570px;
	right: 0px;
	top: 0px;
	background-image:url('images/bg_contact.jpg');
}

#bg_methode {
	position: absolute;
	width: 1000px;
	height: 570px;
	left: 0px;
	top: 0px;
	background-image:url('images/bg_methode.jpg');
}


#bg_portfolio {
	position: absolute;
	width: 1000px;
	height: 570px;
	left: 0px;
	top: 0px;
	background-image:url('images/bg_portfolio.jpg');
}

.menu {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight: bold;	
	position: absolute;	
}

.logo_klein#index {
	position: absolute;
	width: 113px;
	height: 101px;
	left: 95px;
	top: 160px;
	background-image:url('images/logo_klein.jpg');		
}

.logo_klein#overige {
	position: absolute;
	width: 113px;
	height: 101px;
	left: 765px;
	top: 200px;
	background-image:url('images/logo_klein.jpg');		
}

.menu#index {
	left: 55px;
	top: 263px;
}

.menu#overige {
	left: 726px;
	top: 305px;
}

.tekst {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #000000;	
	position: absolute;
}

.tekst#methode {
	top: 90px;
	left: 200px;
	width: 445px;
	height: 450px;
	text-align: justify;
}

a:link {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

a:visited {
	color: #000000;	
	text-decoration:none;	
	font-weight: bold;	
}

a:active {
	color: #842620;	
	text-decoration:none;
	font-weight: bold;	
}


a:hover {
	color: #842620;
	text-decoration:none;
	font-weight: bold;	
}





