@charset "utf-8";

body {
	background-color: #666;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}

ul {
	margin-left: 1em;
}

h1 {
	color: #63ADDB;
	font-size: 2em;
	font-weight: normal;
	//dmargin: 2em 0;
	margin: 30px 0px;
}

h2 {
	color: #607D20;
	font-size: 1.35em;
}

#wrap {
	background-color: #FFF;
	border: 3px solid #4D4D4D;
	border-top: none;
	margin: 0 auto;
	padding: 5px;
	position: relative;
	width: 910px;
}

#top {
	height: 5px;
}

.logo {
	left: 9px;
	position: absolute;
	top: 25px;
}

#header {
	height: 250px;
	position: relative;
}

#main {
	margin: 0 20px;
}

#footer {
	border-top: 1px solid #999;
	color: #999;
	font-size: .85em;
}


#foto {
	margin-top: 5px;
}

#navigatie {
	left: 600px;
	position: absolute;
	top: 0;
}

#navigatie ul {
	color: #FFF;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

#navigatie ul li {
	display: inline;
}

#navigatie ul li a {
	background: url(/img/ebe/navigatiebg.gif) top repeat-x;
	border-left: 1px solid #FFF;
	color: #FFF;
	float: left;
	height: 30px;
	padding-top: 225px;
	text-decoration: none;
	width: 102px;
}

#navigatie ul li a:hover, #navigatie ul li a#current {
	background: url(/img/ebe/navigatiebg-on.gif) bottom repeat-x #9C2424;
	color: #FFF;
}

#datum {
	color: #666;
	font-size: 1.15em;
	margin: 20px 0px 0px 0px;
	text-align: right;
	text-transform: uppercase;
}

.kader {
	background-color: #F2F2F2;
	padding: 5px;
}

a:link {
	color: #607D20;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	background: #D12424;
	color: #FFF;
	text-decoration: none;
}
.oms{
	padding-left: 40px; 
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover{
	color: #999;
	background: none;
	border: 0px solid red;
	text-decoration: none;
}
