html {height: 100%; /* héél belangrijk */}

body {
	background-image:			url(../images/bg/bg1.jpg);
	background-repeat:			repeat-x;
	background-position:		center bottom;
	background-color:			#0e48ac;
	background-attachment: 		fixed;
	margin-top:					0;
	margin: 					0; 
	padding: 					0; 
	height:						99%;
	font-family:				arial;
	color:						#333333;
	font-size:					12px;
	line-height:				16px;
}

p {
	margin: 					0;
	padding: 					0;
}

#container {
	margin: 					0px;
	padding: 					0px;
	position: 					relative;
	min-height: 				95%;
	height:						95%; /* voor IE */
	width: 						100%;
	text-align: 				center;
	height: 					auto; 
	top: 						0; 
	left: 						0;
}

#wrapper {
	width:						1006px;
	position:					relative;
	text-align: 				left;
	margin-left: 				auto;
	margin-right: 				auto;
}

#bottom {
	width:						547px;
	position:					relative;
	text-align: 				center;
	margin-left: 				auto;
	margin-right: 				auto;
	font-size: 11px;
}

#bottombar {
	height: 					34px;
	background-image:			url(../images/bg/562px-bar.png);
	background-repeat:			no-repeat;
	background-position:		top;
	width:						562px;
	position:					relative;
	text-align: 				center;
	margin-left: 				auto;
	margin-right: 				auto;
}


#logo {
	background-image:			url(../images/bg/logo2.png) ;
	width:						996px; 
	height:						110px; 
	background-repeat:			no-repeat;
	background-position:		0px right;
	top:						0;
	
	position:					relative;
	margin:						5px 0 0 0px; 
	float:						left;
	display:inline;
}

#topmenu {
	float: right;
	width: 520px;
	margin: 73px 20px 0 0;
	color: #778833;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-decoration:none;
}

#snel_zoeken {
	float:						right;
	margin:						0 8px 0 0 ; 	
}

#midden_content_top {
	width:562px; 
	height:17px; 
	background-image:url(../images/bg/562px-top.png);
}

#midden_content_midden {
	width:512px; 
	background-image:url(../images/bg/562px-midden.png); 
	background-repeat: repeat-y; 
	padding: 0 25px 0 25px;
}

#midden_content_bottom {
	width:562px; 
	height:17px; 
	background-image:url(../images/bg/562px-bottom.png);
}

#item_links_top {
	width:217px; 
	height:17px; 
	background-image:url(../images/bg/200px-top.png);
}

#item_links_midden {
	width:177px; 
	background-image:url(../images/bg/200px-midden.png); 
	background-repeat: repeat-y; 
	padding: 0 20px 0 20px;
}

#item_links_bottom {
	width:217px; 
	height:17px; 
	background-image:url(../images/bg/200px-bottom.png);
}



a:link {text-decoration: none; color: #778833; font-weight:bold;}
a:visited {text-decoration: none; color: #778833; font-weight:bold;}
a:active {text-decoration: none; color: #778833; font-weight:bold;}
a:hover {text-decoration: underline; color: #778833; font-weight:bold;}

a.underline:link {text-decoration: underline; color: #213951; font-weight:normal;}
a.underline:visited {text-decoration: underline; color: #213951; font-weight:normal;}
a.underline:active {text-decoration: underline; color: #213951; font-weight:normal;}
a.underline:hover {text-decoration: none; color: #213951; font-weight:normal;}

a.wit:link {text-decoration: none; color: #FFFFFF;}
a.wit:visited {text-decoration: none; color: #FFFFFF;}
a.wit:active {text-decoration: none; color: #FFFFFF;}
a.wit:hover {text-decoration: underline; color: #FFFFFF;}

a.dik:link {text-decoration: none; color: #57016a; font-weight:bold;}
a.dik:visited {text-decoration: none; color: #57016a; font-weight:bold;}
a.dik:active {text-decoration: none; color: #57016a; font-weight:bold;}
a.dik:hover {text-decoration: underline; color: #57016a; font-weight:bold;}

a.bottom:link {text-decoration: none; color: #e9cdef; font-weight:normal;}
a.bottom:visited {text-decoration: none; color: #e9cdef; font-weight:normal;}
a.bottom:active {text-decoration: none; color: #e9cdef; font-weight:normal;}
a.bottom:hover {text-decoration: underline; color: #e9cdef; font-weight:normal;}

a.broodkruimel:link {text-decoration: underline; color: #778833; font-weight:normal;}
a.broodkruimel:visited {text-decoration: underline; color: #778833; font-weight:normal;}
a.broodkruimel:active {text-decoration: underline; color: #778833; font-weight:normal;}
a.broodkruimel:hover {text-decoration: none; color: #778833; font-weight:normal;}

a.normal_tekst:link {text-decoration: none; color: #333333; font-weight:normal;}
a.normal_tekst:visited {text-decoration: none; color: #333333; font-weight:normal;}
a.normal_tekst:active {text-decoration: none; color: #333333; font-weight:normal;}
a.normal_tekst:hover {text-decoration: underline; color: #333333; font-weight:normal;}

<!-- Formulier opmaak -->
	
form
    {
    width: 100%;
    text-align:left;
    }

label
    {
	float:left;
    width: 170px;
    text-align: left;
    vertical-align:top;
    margin-right: 25px;
    font-family: Arial;
    font-size: 12px;
    }

label.contact
    {
	float:left;
    width: 140px;
    text-align: left;
    vertical-align:top;
    margin-right: 25px;
    font-family: Arial;
    font-size: 12px;
    }

input
    {
    background-color: #FFFFFF;
	width:200px;
	height:14px;
	padding:3px;
	font-family: Arial;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #778833;
    margin: 0 0 3px 0;
    }

input.verstuurknop 
	{
	width: 98px;
	height: 25px;
	padding: 3px;
	}

.subm
    {
    background-color: #FFFFFF;
	width:100px;
	height:20px;
	font-family: Arial;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #778833;
    margin: 0 20px 0 0;
    }
     
.formbutton{
	border:					solid 1px #ccc;
	background:				#ffffff;
	color:					#333333;
	height:20px;
	text-align:left;
}

select
    {
	background-color: #FFFFFF;
	width:208px;
	height:22px;
	padding:3px;
	font-family: Arial;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #778833;
    margin: 0 0 3px 0;
    }
    
textarea
    {
	background-color: #FFFFFF;
	width:200px;
	height:45px;
	padding:3px;
	font-family: Arial;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #778833;
    margin: 0 0 3px 0;
    }

h2 {
	margin:0 0 10px 0;
	padding:0px;
	color:#778833;
}

h3 {
	margin:0 0 10px 0;
	padding:0px;
	color: #778833;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	margin:0 0 0px 0;
	padding:0px;
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
} 

.normal_tekst {
 	font-family: Arial;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}