html, body {
	height:100%;
	margin:0;
	padding:0;
background: #d5d5d5;
	}

#container {
	background:#fff;	/* dit is tevens het achtergrondkleur voor de inhoud */
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
 width:760px;
margin-top: -20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

#header {
    background: #ccc url(images/header.jpg) no-repeat;
width:100%;
    height:200px;
    }

#header h2 {
text-align: right;
margin-right: 40px;
padding-top: 140px;
color: #fff;
}

h3 {
color: #000;
font-size: 14px;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif; 
}

#header img {
float: right;
margin-right: 20px;
padding-top: 100px;
}

 #links {
    color:#66b4db;
width:20%;
padding: 10px 5px 5px 30px;
    position:absolute;
    top:203px;
    left:0;	/* deze is voor IE, FF kan er zonder, maar IE natuurlijk weer niet */
    bottom:0;
border-right: 2px solid #a5a2a2;
    }

#bannerleft  {
margin-top:20px;
margin-bottom: 20px;
float: left;
text-decoration:none;
}

a:link, a:visited {
color:#0077bb;
text-decoration:none;
 }

a:hover {
color:#66b4db;
}

#nav {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
font-weight: normal;
padding: 5px 5px 5px 10px;
width: 120px;
position: absolute;
left: 0px;
color: #0d0e0f; }

#nav ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navlist {
margin-left: 0;
padding-left: 0;
border-bottom: 1px solid #bebebe;
}

a img {
border: none;
}

#navlist li {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
font-weight: normal;
padding: 5px 5px 5px 10px;
margin: 0;
border-top: 1px solid #bebebe;
line-height: 1.2em; }

#navlist li a {
color:#000;
text-decoration:none;
 }

#nav li a:hover {
color:#0077bb;

}

#inhoud {
    width:65%;
    padding:10px 50px 10px 50px; /* bottom padding voor de footer */
    margin:0 0 0 180px;
    color:#000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.2em; }

.photo {
padding:2px;
margin:3px 10px 8px 3px;
background-color:#f0f0f0;
border:1px solid #d8d8d8;
clear: both;
float: left;
}

hr {
clear: both;
margin-bottom: 10px;
}

textfield {
width: 140px;
height: 15px;
color: #00008b;
background-color: #eee;
}




#box {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9pt;
font-weight: normal;
font-style: normal;
color: #454444;
background: #66b4db;
border: 1px solid #454444;
padding:5px;
margin-top: 20px;
margin-bottom: 20px;
overflow: hidden;
 }

 #footer {
    background:#eee;
    height:30px;
    width:100%;
    clear: both;
text-align: center;
font-size: 9pt;
color: #bebebe;
padding-top: 10px;
}




