@charset "utf-8";
/* CSS Document */


/* Algemeen */

@font-face {
	font-family: "OratorStdMedium";
	src: url("/includes/oratorstd-webfont.eot");
	src: local('☺'), url("/includes/oratorstd-webfont.woff") format("woff"), url("/includes/oratorstd-webfont.ttf") format("truetype"), url("/includes/oratorstd-webfont.svg#webfontOnzYe4Eo") format("svg");
	font-weight: normal;
	font-style: normal;
}


body {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#233175;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
}

p, ul {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:75%;
	text-align:left;
}

td {
	padding:5px;
}

h2 {
	font-family: "OratorStdMedium";
	color:#848484;
	font-size:20px;
	font-weight:100;
}

h3 {
	/*display:inline;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90%;
}

#container {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:1000px;
	background-image:url(images/contentbg.png);
	background-repeat:repeat-y;
	background-position:center;
	padding-top:30px;
	margin-top:0px;
	height:auto;
}

#logo {	
	margin-bottom:0px;
	background-color:#000;
}

#menu {
	width:450px;
	overflow:hidden;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:none;
	
}

#menu ul {
	background-image:url(images/menubg.png);
	background-repeat:repeat-x;
	height:44px;
	margin-top:0px;
	padding:none;
	list-style:none;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px; 
}

#menu li {
	float:left;
	width:auto;
	margin-right:10px;
	font-family: "OratorStdMedium", sans-serif;
	font-size:20px;
	font-weight:100;
}


#footer {
	clear:both;
	margin-top:100px;
	margin-bottom:5px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#999;
}

#menu a:link {
color: #FFFFFF;
text-decoration:underline;
font-weight:100;
}
#menu a:visited {
color: #FFFFFF;
text-decoration:underline;
font-weight:100;
}
#menu a:hover {
color:#999999;
text-decoration:underline;
font-weight:100;
}
#menu a:active {
color: #FFFFFF;
text-decoration:underline;
font-weight:100;
}

.blok {
	margin-left:55px;
	border-left-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	width:400px;
	text-align:left;
	padding-left:5px;
	float:left;
}

.rssnieuws {
	float:left;
	margin-top:10px;
	margin-left:55px;
	border-left-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	padding-left:5px;
	height:150px;
}

/*#gallery {
	width:900px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}*/

.one-image { float: left;
padding:5px;}
 a img { border: 0; }

.released {
	color:#090;
}

.datum {
	font-size:70%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link {
color:#0066CC;
}
a:visited {
color:#0066CC;
}
a:hover {
color:#0066CC;
}
a:active {
color:#0066CC;
}

td {
	vertical-align:text-top;
}
