/*layout*/	
	
#html,body {
	margin-top:20px;
	margin: 0px;
	font-family:Trebuchet MS, Verdana;
	font-size:12px;
	background-color:#210021;
}
		
#container {
	height:800;
	width: 644px;
	border: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:auto;
	margin-top:30px;
	padding: 0px;
}
		
#top {
	float:left;
	width:644px;
	height:196px;
	background-image:url(../img/index_imgtop.jpg);
}

#content {
	float:left;
	width:500px;
	height:256px;
	background-color:#BC8B81;
}

#bottom {
	float:left;
	width:644px;
	height:146px;
	background-image:url(../img/index_imgbottom.jpg);
}

#start {
	float:right;
	height:256px;
	width:144px;
	background-color:#BC8B81;
}


/*tekst*/

H1{
	font-size:40px;
	color:#361146;
	padding-left:10px;
	margin-top:10px;
}

p {
	font-size:12px;
	color:#000033;
	letter-spacing:1px;
	line-height:1.7em;
	padding-left:10px;
	padding-right:20px;
	padding-top:0px;
	margin-top:-20px;
}

.teksten {
	color:#9ED0E6;
	padding-top:100px;
}

.kopje {
	color:#006699;
	font-size:18px;
}


a {
	color:#660000;
	text-decoration:underline;
}

a hover {
	color:#660000;
	text-decoration:underline;
}

/*overig*/

img{
	border:none;
}
