@charset "utf-8";
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333;
	text-align:center;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	margin: 0 auto 0 auto;
	text-align:left;
	width: 940px;	
	background-color: #EEE;
}


#kop {
	background-image: url(../siteonderdelen/oci_header.jpg);
	background-repeat:no-repeat;
	height: 183px;
}

#menu {
	background-color: #333;
	height: 36px;
	padding-top: 1px;
	padding-bottom: 5px;
}
#content {
	float: left;
	width: 830px;
	padding-top: 10px;
	padding-right: 55px;
	padding-bottom: 50px;
	padding-left: 55px;
}
#voet {
	background-color: #666;
	height: 65px;
	color: #FFF;
	float:none;
	clear: both;
}
ul {
	list-style-type: none;
}

li {
	display: inline;
}
a {
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
}
a:link, a:visited{
	color: #333;
	text-decoration: none;
}

a:hover, a:active{
	color: #999;
	text-decoration: none;
}

a.speciaal:link, a.speciaal:visited{
	color: #FFF;
	background-color: #666;
}

a.speciaal:hover, a.speciaal:active{
	color: #333;
	background-color: #CCC;
} 
#kop_en {
	background-image: url(../siteonderdelen/oci_header_en.jpg);
	background-repeat:no-repeat;
	height: 183px;
}
