/* ###################### css document voor www.nickenloo-cooper.nl ###################### */

body {
	background-color: #3D3C3F;
	margin: 0px;
	padding:0px;

}


/* ###################### pagina indeling###################### */

#container {
	position: absolute;
	margin-left: -500px;
	top: 0px;  /* ###################### verander deze om het geheel naar boven of beneden te laten zaken ###################### */
	bottom: 50px;
	left: 50%;
	width: 1000px;
}

#titel {
  position: absolute;
	top: 20%;
	left: 50%;
	width: 1000px;
	height: 250px;
	margin-left: -500px;
}

#titelinhoud {

	top: 20%;
	left: 50%;
	width: 1000px;
	height: 250px;
	margin-left: -5px;
	margin-top: 19px;
}

#homebutton {
 	top: 5%;
	left: 50%;
	width: 800px;
	height: 250px;
	margin-left: 110px;
	margin-top: -250px;
}

#index {
	position: absolute;
	background-color: #3D3C3F;
	background-image: url(images/index.jpg);
	top: 50px;
	left: 49%;
	width: 1000px;
	height: 460px;
	margin-left: -500px;

}

#inhoud {
	position: absolute;
	background-image: url(images/bg.jpg);
	top: 50px;
	left: 49%;
	width: 1000px;
	height: 460px;
	margin-left: -500px;

}

#menu {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 800px;
	height: 40px;
}

#tekst {
	position: absolute;
	top: 40px;
	left: 24px;
	width: 650px;
	height: 300px;
	text-align: justify;
}

#tekst_inhoud {
	position: absolute;
	top: 75px;
	left: 150px;
	width: 750px;
	height: 300px;
	text-align: justify;
}

#onderkant {
	position: absolute;
  background-color: #3D3C3F;
	top: 510px;       /* ###################### verander deze om de inhoud groter te maken ###################### */
  left: 50%;
	width: 800px;
	margin-left: -375px;
}

#button_vakman {
  position: absolute;
	top: 110%;
	left: 86%;
	width: 300px;
	height: 80px;
	margin-left: -500px;
	margin-top: 40px;
}

#button_vakman_3 {
  position: absolute;
	top: 110%;
	left: 105%;
	width: 238px;
	height: 80px;
	margin-left: -500px;
	margin-top: 90px;
}

/* ###################### Lettertype Style ###################### */


#tekst_inhoud .normaal {
	font-family: times new roman, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 18px;
}

#tekst_inhoud .kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #CB1F6F;
	font-weight: bold;
	line-height: 24px;
	
}


/* ###################### Links Style###################### */


a {
	font-family: times new roman, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CB1F6F;
	text-decoration: underline;
	text-style: bold;
	
}
a:visited {
	color: #CB1F6F;
	text-decoration: underline;
		
}
a:hover {
	color: #CB1F6F;
	text-decoration: underline;
	
}
a:active {
	color: #CB1F6F;
	text-decoration: underline;
	
}