* {
	margin:0;
	padding:0;
	}

html, body{
	height:100%;
	}
	
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#cbac76;
	}
	
ul {
	list-style:outside;
	list-style-type:square;
	}

ol {
	list-style:outside;
	list-style-type:upper-alpha;
	}

li { 
	margin-left:25px;
	}

a:link, a:visited {
	font-weight:bold;
	color:#3a8ad1;
	text-decoration:underline;
	}
	
a:hover {
	color:#a50f05;
	text-decoration:none;
	}

.provincienaam {
	position:absolute;
	left:0px;
	top:20px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	width:100%;
	text-align:center;
	}
	
h1, .contentheading, .componentheading {
	font-size:26px;
	}

h1, .contentheading, .componentheading {
	font-family:'Cooper Std Black', Georgia, 'Times New Roman', Times, serif; color:#CC0000;
	}
	
#tekstklein table table, #tekstbreed table table {
	margin-top:25px;
	}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:5px;
	}

#navigatie table {
	margin:0;
	}
	
#navigatie td {
	padding:0;
	}

#top{
	position:relative;
	margin:auto;
	width:730px;
	height:100px;
	}
	
#container {
	position:relative;
	margin:auto;
	width:942px;
	height:626px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	}

#tekstklein {
	position:absolute; 
	left:54px; 
	top: 187px; 
	width:414px; 
	height:395px;
}

#tekstgroot {
	position:absolute; 
	left:54px; 
	top: 187px; 
	width:830px; 
	height:395px;
overflow:auto;
}

#rechts {
	position:absolute; 
	left:494px; 
	top: 167px; 
	width:414px; 
	height:381px;
	}

#navigatie {
	position:absolute;
	left:38px;
	top:0px;
	width:864px;
	height:25px;
	background-color:#333333;
	margin-top:145px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

#navigatie ul {
	list-style:none;
	}
	
#navigatie ul li {
	float:left;
	margin:0;
	padding:0;
	}
	
a.mainlevel:link, a.mainlevel:visited {
	font-size:9px;
	display:block;
	width:66px;
	height:15px;
	text-align:center;
	float:left;
	padding:5px 0 5px 0;
	background-color:#333333;
	color:#FFFFFF;
	text-decoration:none;
	}
	
a.mainlevel:hover {
	background-color:#999999;
	color:#000000;
	text-decoration:none;
	}

#adminForm td, .adminForm td {
	padding:0;
	margin:0;
	font-size:100%;
}

#adminForm input.inputbox, .adminForm input.inputbox {
	width:200px;
	border:1px solid #7a501e;
}

#adminForm textarea.inputbox, .adminForm textarea.inputbox {
	width:95%;
	border:1px solid #7a501e;
}


#adminForm input.button, .adminForm input.button {
	padding:2px 5px 2px 5px;
	border:1px solid #cbac76;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#7a501e;
}

iframe {
margin:0;
padding:0;
}