body
	{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #140701 url('../images/background.jpg') no-repeat top center;
}

	
body, p, td{
	font: 11px verdana;
	line-height: 14px;
	color: #ffffff;
}

img{
	border: 0;
}

p{
	margin-top: 10px;
	margin-bottom: 13px;
}
	
a{
	color: #e67817;
	font-weight: bold;
	text-decoration: underline;
}
	
a:visited{
	color: #e67817;
	font-weight: bold;
	text-decoration: underline;
}
	
a:hover{
	color: #e67817;
	font-weight: bold;
	text-decoration: none;
}
	
h1{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #e67817;
}
	
h2{
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0px 0px 0px;
	padding: 0;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}


/* ________________ containers ________________ */

#container{
	position: absolute;
	text-align: left;
	left: 50%;
	top: 0px;
	width: 1000px;
	height: 630px;
	margin-left: -500px; /* half of width */
	background: transparent;
}

	#opening{
		position:absolute;
		top: 50px;
		left: 620px;
		width: 349px;
		height: 131px;
		background: transparent;
	}

	#logo{
		position:absolute;
		top: 10px;
		left: 0px;
		width: 383px;
		height: 140px;
		background: transparent;
	}
	
	#navigatie{
		position:absolute;
		top: 185px;
		left: 1px;
		width: 300px;
		height: 400px;
		background: transparent;
	}
		
		#navigatie ul{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			#navigatie ul li{
				padding-top:0px;
				padding-bottom: 10px;
			}

	#content{
		position:absolute;
		top: 185px;
		left: 193px;
		width: 587px;
		height: 453px;
		background: transparent url('../images/venster_main.png') no-repeat;
	}
	
		#content .tekst{
			position: absolute;
			top:35px;
			left:6px;
			width:567px;
			height:413px;
			background: transparent;
		}
		
	#venster1{
		position:absolute;
		top: 185px;
		left: 785px;
		width: 187px;
		height: 179px;
		background: transparent url('../images/venster1.png') no-repeat;
	}
	
		#venster1 .tekst{
			position: absolute;
			top:35px;
			left:6px;
			width:167px;
			height:139px;
			background: transparent;
		}
		
	#venster2{
		position:absolute;
		top: 369px;
		left: 785px;
		width: 187px;
		height: 209px;
		background: transparent url('../images/venster2.png') no-repeat;
	}
	
		#venster2 .tekst{
			position: absolute;
			top:35px;
			left:6px;
			width:167px;
			height:169px;
			background: transparent;
		}
		
	#venster3{
		position:absolute;
		top: 185px;
		left: 785px;
		width: 187px;
		height: 365px;
		background: transparent url('../images/venster3.png') no-repeat;
	}
	
		#venster3 .tekst{
			position: absolute;
			top:35px;
			left:6px;
			width:167px;
			height:325px;
			background: transparent;
		}
		
	#venster6{
		position:absolute;
		top: 539px;
		left: 0px;
		width: 187px;
		height: 100px;
		background: transparent url('../images/venster6.png') no-repeat;
	}
	
		#venster6 .tekst{
			position: absolute;
			top:15px;
			left:8px;
			width:167px;
			height:50px;
			background: transparent;
		}

.titel{
	position: absolute;
	top:10px;
	left:6px;
	width: 250px;
	height:15px;
	background: transparent;
}

div.titel{
	width: 100%;
}

.oranje{
	color: #e67817;
}

#nieuw{
	position:absolute;
	top:530px;
	left:10px;
	color: #e67817;
	font: 20px verdana;
}

#nieuw span{
	font: 22px verdana;
	font-weight: bold;
}
