BODY {
	color: #000000;
	background-color: #2697D3;
	font-family: Arial, "Bitstream Vera Sans", "Lucida Sans Unicode", "Microsoft Sans Serif", Verdana, sans-serif;
	font-size: smaller;
	text-align: center; /*** Centers the design in old IE versions ***/
}

* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}


a:hover{
color: #FFFFCC;
text-decoration: none;
background-color: #678327;
}

a:link, a:visited, a:active{
color: #FFFFCC;
}

p {padding: 0px 0 7px 0;}

#main {
	position: absolute;
	background-color: #FFFFFF;
	background-image: url(../foto/lay_out/f2bf_bg_09.jpg);
	background-repeat: no-repeat;
	height: 594px;
	width: 960px;
	left: 608px;
	top: 50%;
	margin-left: -480px; /* half of width */
	margin-top: -300px;  /* half of height */
	
}

#container {
	float: left;
	height: 594px;
	width: 640px;
	margin-left: 160px;
}


#header {
	height: 150px;
	background-color: White;
}

#topmenu {
	height: 30px;
	background-color: #8CB335;
	padding-left: 7px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 2px;
}

#inhoud {
	height: 392px;
	text-align: left;
	width: auto;
	background-color: #8CB335;
    color: #FFFFCC;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: auto;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: Black;
	scrollbar-base-color: Blue;
	scrollbar-darkshadow-color: Olive;
	scrollbar-face-color: #4CACDD;
	scrollbar-highlight-color: Gray;
	scrollbar-shadow-color: #A9A9A9;
	scrollbar-track-color: #678327;
}

#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
text-align: left;
}

#nav li {
float: left;
width: 100px;
}

#nav ul {
position: absolute;
width: 110px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 0px 0px 3px 0px;
font-family: Arial, "Bitstream Vera Sans", "Lucida Sans Unicode", "Microsoft Sans Serif", Verdana, sans-serif;
text-decoration: none;
}

ul a{
font-weight: bold;
color: #FFFFCC;
cursor: pointer;
}

ul a:hover, ul a:active{
background-color: #678327;
color: #FFFFCC;
cursor: pointer;
}

ul ul a:link, ul ul a:visited{
margin: 2px 5px 3px 5px;
font-weight: bold;
color: #FFFFCC;
cursor: pointer;
border-bottom: 2px solid #2679D3;
}

ul ul a:hover, ul ul a:active{
margin: 2px 5px 3px 5px;
font-weight: bold;
background-color: #678327;
cursor: pointer;
border-bottom: 2px solid #2679D3;
}

ul li{
background-color: #8CB335;
}

ul ul li{
font-weight: normal;
text-align: center;
background-color: #87AB36;
border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
font-weight: bold;
text-align: center;
}

* html ul ul li{
font-weight: bold;
text-align: center;
border-top: 0;
}
/* Einde IE only hack */

#menukleiner {
font-size: 90%;
text-align: center;
font-weight: normal;
border-bottom: 0px solid #2679D3;
}

.border {
border: 1px ridge #000000;
}

#kolom1 {
	padding: 0px;
	height: 400px;
	width: 300px;
	margin-top: 10px;
	margin-left: 0px;
}
#kolom2 {
	padding: 0px;
	float:left;
	height: 400px
	width: 300px;
	margin-top: -400px;
	margin-left: 310px;
}

#kolom3 {
	padding: 0px;
	float:left;
	height: 400px
	width: 340px;
	margin-top: -380px;
	margin-left: 380px;
}
