@charset "utf-8";
/* CSS Document */
html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }
body {
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	padding:0;
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrap{
width:100%;
}

#bordercontainer {
background-image:url(images/border.gif);
background-repeat:repeat-y;
background-position:center;
background-attachment:fixed;
width:1000px;
left: 50%;
margin-left: -500px; /* - (width/2) */
position: relative;
}
#container{
width:900px;
left: 50%;
margin-left: -450px; /* - (width/2) */
position: relative;
background-color:#fefefe;
clear:both;
}
#header {
width:900px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
height:200px;
}

#space {
height:10px;
background-image:url(images/top%20bar.png);
background-repeat:repeat-x;
margin:0px;
}

#contentcontainer{
}

#menu {
margin-top:5px;
width:900px;
height:30px;
text-align:center;
}

td.menuitem{
margin-left:10px;
width:105px;
background-color: #565656;
}

td.menuleeg{
background-color: #565656;
}

td.menustreep{
background-color: #565656;
color:#bbbbbb;
width:5px;
}

td.menuspacer{
width:5px;
}

td.menuborderleft{
background-image:url(images/menuborderleft.gif);
background-position:right;
background-repeat:no-repeat;
}

td.menuborderright{
background-image:url(images/menuborderright.gif);
background-position:left;
background-repeat:no-repeat;
}

a.mainmenulink:active,a.mainmenulink:visited,a.mainmenulink:link{
color:#bbbbbb;
text-decoration:none;
font:"Courier New", Courier, monospace;
font-size:12px;
font-weight:bold;
display:block;
line-height: 30px;
}

a.mainmenulink:hover{
background-color:#989898;
color:#464646;
}

div.navigation {
height: 30px;
vertical-align: middle;
text-align: center;
}

a.image:active,a.image:visited,a.image:link,a.image:hover{
color:#000000;
text-decoration:none;
border-width:0px;
}

a:active,a:visited,a:link{
color:#000000;
text-decoration:underline;
}

a:hover{
}

a.nieuws:active,a.nieuws:visited,a.nieuws:link{
color:#000000;
text-decoration:none;
}

a.nieuws:hover{
text-decoration:underline;
}


#teksttitel{
font-size:13px;
font-weight:bold;
}

#footertext{
padding-top:10px;
height:25px;
width:600px;
border-top:1px #333333 solid;
}

#shoutbox{
	background-color:#999999;
	border:thin #333333 solid;
	height:300px;
	overflow:scroll;
	max-width: 190px;
}

#shouttitel{
font-size:11px;
font-weight:bold;
}

#shouttekst{
margin-top:5px;
font-size:10px;
margin-left:5px;
color:#222222;
}

#shoutdate{
margin-top:3px;
text-align:right;
font-size:9px;
color:#333333
}

h3, .componentheading {
font-family: Arial Narrow, Helvetica, sans-serif;
font-weight: normal;
font-size: 20px;
color: #FF3C16;
line-height: 18px;
margin: 5px 0;
}

#nieuwscontent{
min-height:400px;
width:600px;
}

#kalenderfoto{
width:150px;
float:right;
margin-top:60px;
margin-right:30px;
}

#wind{
font-size:10px;
}

