* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font: normal 10px "courier new";
	color: #000;
	background-repeat: no-repeat;
}

h1 {color: #ff0000;font-size: 18px;text-decoration: none;font-weight: bold;}
h2 {color: #ff0000;font-size: 14px;text-decoration: none;font-weight: bold;}

td.spacer {
	width: 38px;
}

.clearer {
	clear: both;
	font-size: 1px;
}

#wrapper{
	margin: 0 auto;
}

#container{
	width: 1024px;
	height: 841px;
	margin: 20px auto;
	/*border: 1px solid #000;*/
	background-image: url('../img/bg-round-logo-boven.jpg');	
	background-repeat: no-repeat;
}

#left{
	float: left;
	margin-left: 124px;
	_margin-left: 68px;
	margin-top: 79px;
	height: 331px;
	width: 200px;
	_width: 190px;
	background-color: none;
}

#middle{
	float: left;
	margin-top: 67px;
	height: 352px; /* LET OP: origineel=348px*/
	width: 500px; /* origineel = 452px */
	_width: 452px;
	background-color: none;
	overflow: auto;
}

#middle_home{
	float: left;
	margin-top: 62px;
	height: 448px; /* LET OP: origineel=348px, Hier heb ik 100 bijgedaan (ivm tekstlink niet zichtbaar in firefox op de homepage), nu werkt de bottom div waarschijnlijk niet meer. */
	width: 500px; /* origineel = 452px */
	_width: 452px;
	background-color: none;

}

#middle_tekst{
	margin-left: 30px;
	margin-top:13px;
	width: 442px;
	_width: 432px;
	color: #5c191c;
	font-family: courier new;
	font-size: 12px;

}
a.middle_tekst:link{color: #5c191c;font-size: 12px;text-decoration: underline;font-weight: none;}
a.middle_tekst:visited{color: #5c191c;font-size: 12px;text-decoration: underline;font-weight: none;}
a.middle_tekst:hover{color: #ff0000;font-size: 12px;text-decoration: underline;font-weight: none;}
a.middle_tekst:active{color: #5c191c;font-size: 12px;text-decoration: underline;font-weight: none;}

ul.middle_tekst {margin-left: 30px}

#right{
	float: left;
	margin-top: 62px;
	height: 348px;
	width: 43px;
	background-color: none;
}

#right_img{
margin-top: 95px;
margin-left: 1px;
}

#bottom_left{
	float: left;
	margin-top: 37px;
	margin-left: 240px;
	_margin-left: 120px;
	width: 90px;
	height: 152px;
	background-color: none;
}

#bottom_left_img{
	margin-left: 0px;
	margin-top: 5px;
}

#bottom_right{
	float: left;
	margin-top: -152px;
	margin-left: 330px;
	_margin-left: 223px;
	width: 500px;
	height: 152px;
	background-color: none;
}

  #bottom_right_tekst{
	margin-left: 24px;
	margin-top: 5px;
	width: 460px;
	_width: 432px;
	color: #5c191c;
	font-family: courier new;
	font-size: 12px;

}

#bottom_bottom{
	float: right;
	margin-top: 55px;
	margin-left: 330px;
	_margin-left: 223px;
	width: 550px;
	height: 20px;
	background-color: none;
}
 
 	#bottom_bottom_tekst{
	color: #ffffff;
	font-family: courier new;
	font-size: 12px;
	font-weight: bold;
}
 
#vertical_menu{
	margin-left: 40px;
	margin-top: 21px;
}


a.menu:link{color: #5c191c;font-size: 14px;text-decoration: none;font-weight: bold;}
a.menu:visited{color: #5c191c;font-size: 14px;text-decoration: none;font-weight: bold;}
a.menu:hover{color: #ff0000;font-size: 14px;text-decoration: none;font-weight: bold;}
a.menu:active{color: #5c191c;font-size: 14px;text-decoration: none;font-weight: bold;}


a.submenu:link{color: #5c191c;font-size: 11px;text-decoration: none;font-weight: normal;padding-left: 1px;}
a.submenu:visited{color: #5c191c;font-size: 11px;text-decoration: none;font-weight: normal;padding-left: 1px;}
a.submenu:hover{color: #ff0000;font-size: 11px;text-decoration: none;font-weight: normal;padding-left: 1px;}
a.submenu:active{color: #5c191c;font-size: 11px;text-decoration: none;font-weight: normal;padding-left: 1px;}

a.menuactief{color: #ff0000;font-size: 14px;text-decoration: none;font-weight: bold;}

.menuactief{color: #ff0000;font-size: 14px;text-decoration: none;font-weight: bold;}


	/* Formulier */

label{
    float: left;
    width: 75px;
    text-align: right;
    margin-right: 15px;
}

input{
    background-color: #fff;
    font-size: small;
    border-width: 1px;
    border-style: solid;
    border-color: #5c191c;  
    margin-bottom: 10px;
}

select{
	width: 143px;
	height: 20px;
	*height: 22px;
    *width: 142px;
    font-size: x-small;
    background-color: #fff;
    border-color: #5c191c;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
}

textarea{
    width: 300px;
    height: 100px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #5c191c;
    font-family: Verdana;
    font-size: small;
    margin-bottom: 10px;
}

#submit{
    background-color: #5c191c;
	color: #fff;
}

.radio{
	border: 0px;
    background-color: #fff;
    font-family: Verdana;
    font-size: small;
    margin-bottom: 0px;
	padding-bottom: 20px;
}