/* CSS Document */

body{
	background-color:#FFF;
	background-position:top;
	background-repeat:repeat-x;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
  behavior:url("csshover.htc");
}

#site{
	margin:0 auto;
	width:900px;
	border:1px solid #FFFFFF;
	margin-top:10px;
}

#header{
	background:url(images/header.gif) no-repeat;
	width:900px;
	height:125px;
}
#header_voc{
	background:url(images/header_voc.gif) no-repeat;
	width:900px;
	height:125px;
}

#menu{
	width:900px;
	height:29px;
	background-color:#004B85;
}
#hoofdmenu{
	float:right;
	color:#FFF;
	margin-top:5px;
	margin-right:5px;
}
#hoofdmenu a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#hoofdmenu a:hover{
	color:#87C521;
}
/*#submenu .submenuitem {
	border-left:1px solid #8397B3;	
	padding:5px 8px 3px 8px;
	cursor:pointer;
	float:left;
	height:14px;
}
#submenu .submenuitem a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
#submenu .submenuitem:hover {
	background-color:#856728;
}
.menuitem:hover {
	background-color:#856728;
	color:#004B85;
}
.menuItemActive {
	background-color:#856728;
	color:#004B85;
}*/

#content_left{
	float:left;
	width:200px;
	background-color:#CCCCCC;
}

#main{
	padding-top:15px;
	/*border-bottom: 1px solid #999;*/
}
#CenterCol .content a {
	font-weight:bold;
	text-decoration:underline;	
	color:#004B85;
}

#CenterCol {
	background:#FFF;
}
#CenterCol .item {
	border-top:1px solid #C1CBD9;
}
#CenterCol .content {
	line-height:16px;
	width:655px;
	color:#004B85;
}
#RightCol select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#004B85;
}
#RightCol .content {
	padding-left:20px;
	
}
#RightCol .item {
	background:#C1CBD9;
	margin-bottom:10px;
	padding:10px;
}
#RightCol .content .tekst {
	padding:5px;
	margin-top:5px;
}
#RightCol a {
	text-decoration:none;
}
#footer {
	width:895px;
	height:15px;
	padding-top:1px;
	padding-right:5px;
	text-align:right;
	color:#FFF;
	background-color:#004B85;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	color:#87C521;
}
.content h1 {
	margin:0px;
	background:url(images/bullit.gif) no-repeat;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#004B85;
}
.content .tekst {
	margin-bottom:10px;
	color:#004B85;
}

#CenterCol .content h1 {
	color:#856728;
	padding-top:9px;
	background-position:0px 12px;
	margin-bottom:5px;
}
/* CLASSES */
h1{
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:0px;
}
h2{
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:0px;
}
p {margin:0px;padding:0px;}

table#nieuws {
	margin-top:15px;
}
#nieuws .header {
	background-color:#CCC;
	padding-left:10px;
}
#nieuws .categorie {
	padding-left:15px;
}
#nieuws .nieuwsitem {
	padding-left:20px;
}

input {
	margin:1px 0px;
	border:#004B85 1px solid;
}
input.radio{
	margin-bottom:1px;
	border-width:0px;
}
input.submit {
}
textarea{
	margin:1px 0px;
	border:#004B85 1px solid;
}

a.menu_sub:link     {color: #FFF; font-weight:bold; text-decoration:none;}
a.menu_sub:visited     {color: #FFF; font-weight:bold; text-decoration:none;}
a.menu_sub:hover     {color: #FFF; font-weight:bold; text-decoration:none;}
a.menu_sub:active     {color: #FFF; font-weight:bold; text-decoration:none;}
a img {
	border:0px;
}