/* CSS Document */
html,body {
    height: 100px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
} 
body {
	text-align: center; /* Centeren voor IE 5 */ 
	background: #676964;
}
a {
    text-decoration: none;
    color: #007236;
}
a:hover {
    text-decoration: underline;
} 

h1, h2, h3 { color:#2F2F2F; }
h1 { font-size:20px;}
h2 { font-size:16px;}
#container {
	width:1000px;
    margin: 0 auto;	
	height:100%;
}
#header {
	height: 161px;
	width: 1000px;	
	background: url(../img/header.jpg) no-repeat #CBD1D1; 
	text-align:center;
	border-right: 2px double #FFFFFF;
	border-left: 2px double #FFFFFF;
	border-top: 2px double #FFFFFF;
	border-bottom: 1px solid #007236;
}
#headermenu {
	font-size: 8pt;
	height: 14px;
	width: 995px;
	background: #FFFFFF;
	text-align:left;
	padding-left:5px;
	border-right: 2px double #FFFFFF;
	border-left: 2px double #FFFFFF;
	border-bottom: 1px solid #007236;
}
#menu {
	float: left;
	width: 200px;
	color: #676964;
	border-right: 1px solid #007236;
	border-bottom: 1px solid #007236;
	height: 133px;
}
#menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
#menu ul li {
    list-style: url(../img/pijl3.gif);
} 
#menu li:hover {
	background-color: #949995;
	border-right: 6px solid #007236;
}

#select {
	background-color: #F6DF85;
	border-left: 8px solid #028C6B;
}

#zwart {
	background:#333333;
	color:#FFFFFF;
}
#titelheader {
	padding-top: 5px;
	font-size: 20pt;
	text-align: center;
}
#title {
    float: right;
    width: 645px;
    padding-left: 0px;
	padding-top: 5px;
	font-size:24px;
	border-left: 4px solid #028C6B;
	border-bottom: 1px solid #F6DF85;
	border-top: 1px solid #F6DF85;
} 
#content {
	float: left;
	margin-left:10px;
	width: 475px;
	padding-left: 3px;
	text-align:left;
	border-left: 0px;
} 
#contentRight {
	float: left;
	margin:10px 0 0 10px;
	width:255px;	
}
#body {
	width: 1000px;
	background: #CBD1D0;
	text-align:center;
	border-right: 2px double #FFFFFF;
	border-left: 2px double #FFFFFF;
	position:absolute;
	overflow:visible;
	line-height:17px;
}
.foto {
	height: 240px;
	width: 590px;
	text-align:center;
}
#body img {
	padding:2px;
	border:1px solid #007236;
	background-color:#fff;
}
#space {
	height: 50px;
	width: 1000px;
	background: #CBD1D0;
	text-align:center;
	border-right: 2px double #FFFFFF;
	border-left: 2px double #FFFFFF;
}
#footer {
	height: 12px;
	width: 1000px;
	background: #CBD1D0;
	text-align:center;
	border-right: 2px double #FFFFFF;
	border-left: 2px double #FFFFFF;
	border-bottom: 2px double #FFFFFF;
}

