﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:0px;
}

body{
	background-color:#FFFFFF;
	color:#000000;
	font-family:Tohama, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

h2
{
	font-size:18px;
	margin-bottom:16px;
	color:#013E77;
	line-height: 20px;
}

h3
{
	font-size:11px;
	font-weight:bold;
	margin-bottom:11px;
	color:#ACACAC;
	
}


#page 
{
	width: 775px;
	margin-left: auto;
	margin-right: auto;	
}
#header
{
	background-image: url('../images/layout/header.jpg');
	height: 77px;	
}
#TopHeader 
{
	height: 228px;
}
#TopHeaderImage
{
	overflow: hidden;
	width: 532px;
	height: 228px;
	float:left;
}
#TopHeaderMenu
{
	overflow:hidden;
	background-image: url('../images/layout/menubg.jpg');
	width: 243px;
	height: 228px;
}

#Content
{
	padding-top: 15px;
	background-image: url('../images/layout/contentBG.gif');
	background-repeat: repeat-y;
	min-height: 250px;
}

#MiddleContent
{
	width: 532px;	
}

#MiddleContent .content
{
	width:500px;
}

#RightContent
{
	width: 243px;
}

#RightContent .content
{
	width:211px;
}

.ContentPadding
{
	padding-left: 20px;
	padding-right: 25px;	
}

#Footer
{
	height: 74px;
	background-image: url('../images/layout/footerBG.jpg');
}

#sitemap a span{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.mailform tr{
	vertical-align:top;
	height:20px;
}

.FormInput
{
     background-color: #FFFFFF;
     border: solid 1px #000000;
}
.FormInputActive
{    
     background-color: #cccccc;
     border: solid 1px #000000;
}
.floatright{
	float:right;
	width:65px;
}

.floatleft{
	float:left;
}

.clearboth {
	clear:both;
}

.hiddenTB
{
	visibility:hidden;
}


/* START MENU */
#menu{
	color:#FFFFFF;
	font-family:Tohama, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	float:left;
	width:215px;
	list-style:none;	
}
#menu a, #menu a:visited 
{
	display: block;
	width: 205px;
	height: 22px;
	background-image: url('../images/layout/menulnkBG.png');
	background-position: 0px 0px;
	text-decoration:none;
	color:#FFFFFF;
	padding-top: 8px;
	padding-left: 32px;	
}

#menu a:hover
{
	background-position: 0px 30px;
	color: #777676;
}
#menu a.Menuselected
{
	background-position: 0px 30px;
	color:#777676;
}
#menu a.Submenuselected{
	color:#777676;
} 
#menu li
{
	
}
#submenu{
	margin-left:30px;
	list-style:none;	
	font-weight:normal;
	margin-top:5px;	
}

#submenu li{
	margin-bottom:1px;
}


.MenuSeperator 
{
	height: 1px;
}

/* END MENU */




/* Search results for ModCMS_SearchPage */
.searchResult {
	padding-bottom:35px;
	width:581px;
}	
.searchResult a  
{
	font-weight:bold;
	color:#000000;	
	text-decoration:none;
}
.searchResult a:hover  {
	color:#000000;	
	text-decoration:underline;
}
.resultaten{
	padding-top:-10px;	
}
/* end SearchResults */

.newsItem .leesVerder {
color:#013E77;
font-weight:bold;
}

.gvNewslist 
{
	width:211px;
}

.gvNewslist a {
color:#777676;
font-weight:bold;
text-decoration:none;
}

.newsItem {


padding-top:14px;
}

#copyright
{
	text-align:center;
	padding-top:35px;
	height:74px;
	color:#FFFFFF;
}
