/***********************************************************************************
LAYOUT
***********************************************************************************/
* {
	padding: 0px;
	margin: 0px;
}

:focus {outline:none;}

body {
	background-color: #f3a952;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", "Lucida Sans";
	font-size: 0.8em;
}
div#container {
	margin: auto;
	width: 798px;
	border-left: 1px solid #4D1B05;
	border-right: 1px solid #4D1B05;
}
div#header {
	height: 150px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	border-bottom: 5px solid #4D1B05;
}
div#menu {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
div.menubox {
	background-color: #882915;
	border: 1px solid #F8981D;
	margin: 0px 0px 10px 0px;
}
div#main {
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	background-color: #8f331e;
	padding: 10px 0px 10px 0px;
}
div#content {
	float: right;
	width: 548px;
	padding: 0px 5px 5px 5px;
	margin: 0px;
}
div#footer {
	height: 48px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF; 
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	border-top: 5px solid #4D1B05;
}
div.clear {
	clear: both;
}

div#voorblad_eindejaarslijst {
	text-align:center;
}
/***********************************************************************************
HOME LAYOUT
***********************************************************************************/
div#content_links {
	width: 400px;
	float: left;
	text-align: left;
}
div#content_rechts h1 {
	color: #FE0000;
	font-size: 1.2em;
	border-bottom: 1px dotted #FE0000;
	padding: 0px 0px 5px 5px;
	margin: 5px;
}
div#content_rechts {
	float: right;
	width: 215px;
	text-align: center;
	border: 1px dotted #FE0000;
}
div.foto_houder {
	height: 80px;
	width: 80px;
	margin: 5px auto 5px auto;
	padding: 50px;
	background-color: #789AB3;
}
/***********************************************************************************
CUSTOM
***********************************************************************************/
div#content h1 {
	color: #4D1B05;
	font-size: 1.2em;
	border-bottom: 1px solid #4D1B05;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 5px 0px;
	background-image: url(../images/h1_bg.gif);
	background-repeat: repeat-x;
}
div#content h2 {
	color: #000000;
	font-size: 1.1em;
	padding: 5px 0px 5px 5px;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid #F8981D;
}
div#content h3 {
	color: #FFFFFF;
	font-size: .9em;
	padding: 5px 0px 0px 5px;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid #FFFFFF;
}
div#content p {
	margin: 2px;
	padding: 0px;
}
div#content a {
	color: #F8981D;
	font-weight: bold;
	text-decoration: underline;
}
div#content a:hover {
	color: #F8981D;
	font-weight: bold;
	text-decoration: none;
}
/*div#content_rechts a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
div#content_rechts a:hover {
	color: #37468C;
	font-weight: bold;
	text-decoration: none;
}*/
div#content ul {
	list-style-type: square;
}
div#footer p {
	margin: 0px;
	padding: 5px 0px 0px 10px;
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
}
div#footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
div#footer a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.lichtgrijs {
	color: #CCCCCC;
}
.grijs {
	color: #666666;
}
.donkergrijs {
	color: #333333;
}
.tekstklein {
	font-size: 10px;
}
.imgborder {
	margin: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.imgborder_small {
	margin: 5px;
	border: 2px solid #000000;
}
div#fouten_div {
	margin: 10px 0px 10px 0px;
}
div.fout {
	margin:0px;
	padding: 5px;
	color: #CC0000;
	background-color: #FFC1C2;
	border: 1px solid #CC0000;
}
/***********************************************************************************
FORM ELEMENTZ
***********************************************************************************/
.inputfield {
	width: 150px;
	color: #4D1B05;
	border: 1px dotted #F3A952;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 2px;
}
.inputsmallfield {
	color: #4D1B05;
	border: 1px dotted #F3A952;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 2px;
}
.inputbigtext {
	width: 400px;
	color: #4D1B05;
	border: 1px dotted #F3A952;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 2px;
}
.inputsmalltext {
	width: 250px;
	color: #4D1B05;
	border: 1px dotted #F3A952;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 2px;
}
.inputselect {
	width: 150px;
	color: #4D1B05;
	border: 1px dotted #F3A952;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 2px;
}
.inputbutton {
	width: 150px;
	color: #F3A952;
	font-weight: bold;
	border: 1px solid #F3A952;
	background-color: #4D1B05;
	padding: 2px;
}
/***********************************************************************************
MAIN MENU
***********************************************************************************/
div#menu h1 {
	color: #4D1B05;
	font-size: 1.2em;
	border-bottom: 1px solid #4D1B05;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/h1_bg.gif);
	background-repeat: repeat-x;
}
div#menu ul {
	padding: 0px;
	margin: 0px;
}
div#menu ul li {
	list-style: none;
	display: block;
	height: 25px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
div#menu ul li a {
	display: block;
	padding: 5px 5px 5px 15px;
	margin: 0px;
	text-align: left;
	height: 15px;
	color: #F3A952;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	background-image: url(../images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#menu ul li a:hover {
	display: block;
	padding: 5px 5px 5px 15px;
	margin: 0px;
	text-align: left;
	height: 15px;
	color: #F8981D;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	background-color: #4D1B05;
	background-image: url(../images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#menu ul li a#huidig {
	display: block;
	padding: 5px 5px 5px 15px;
	margin: 0px;
	text-align: left;
	height: 15px;
	color: #4D1B05;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	background-color: #F8981D;
	background-image: url(../images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#menu ul li.dividingborder {
	border-bottom: 1px solid #F3A952;
}
div.menubox a {
	color: #F8981D;
	text-decoration: underline;
}
div.menubox a:hover {
	color: #F8981D;
	text-decoration: none;
}
#slideshow {
	position:absolute;
	width: 300px;
	height: 225px;
	
	background-color:#000099;
}
#MessageBox{
	position:absolute;
	top:0px;
	width:700px;
	left:50%;
	margin-left:-350px;
	z-index:999;
	background:#ffc;
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
	color: #1F1F1F;
}
#MessageBox #Close{
	float:right;
	cursor:pointer;
}
