@charset "utf-8";
/* CSS Document */


/* Algemeen */

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;
}

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;
	/* behavior:url(css/border-radius.htc); */
}

#menu li {
	float:left;
	width:auto;
	margin-right:10px;
}


#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;
}

.sifr a:link {
color: #FFFFFF;
text-decoration:underline;
}
#menu a:visited {
color: #FFFFFF;
text-decoration:underline;
}
#menu a:hover {
color:#999999;
text-decoration:underline;
}
#menu a:active {
color: #FFFFFF;
text-decoration:underline;
}

.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;
}