@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:0px;
}

html {
	overflow-y: scroll; 
}

body{
	background-color:#FFFFFF;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;	
	background-image: url('../images/layout/bg.png');
	background-position: center;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#page 
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;	
	padding-left: 0px;
	padding-right: 0px;
	/* border-left: solid 1px #C6C6C8;
	border-right: solid 1px #C6C6C8; */ 
	height:100%;
}

#TopHeader 
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;		
	left: 50%;
	right: auto;
	height: 95px;
	overflow: hidden;
	top: 0;
	z-index: 10;	
	position: absolute;
	margin-left: -475px;
}
#toplinks
{
	width: 514px;
	float: left;
	text-align: right;
	vertical-align: top;
	color: #a2bd31;
	padding-top: 3px;
}
#toplinks a, #toplinks a:visited
{
	font-size: 11px;
	text-decoration: none;
}

.toplink,  .toplink:visited
{
	color: #a2bd31;
}
.toplink:hover
{
	color: #000000;
}

.taalswitch, .taalswitch:visited
{
	color: #868789;
}
.taalswitch:hover
{
	color: #000000;
}


#HeaderImg 
{
	/* height: 400px; */
}


#Content
{
	padding-top: 15px;
}

#LeftContent
{
	width: 218px;
}

#MiddleContent
{
	width: 335px;	
	margin-right: 6px;
}

#RightContent
{
	width: 350px;
}
.rightbg
{
	background-image: url('../images/layout/rightbg.html');
	padding-top: 20px;
	padding-left: 23px;
	padding-right: 23px;
}
.rightbgBottom
{
	background-image: url('../images/layout/rightbg-bottom.html');
	height: 40px;
}

.ContentPadding
{
	padding-left: 20px;
	padding-right: 25px;	
}

#MiddleContent a, #RightContent a, #MiddleContent a:visited, #RightContent a:visited
{
	color: #0080c3;
}

#MiddleContent ul, #RightContent ul
{
	margin-left:15px;
}


#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;
}


H1
{
	height: 34px;
	background-color: #a2bd31;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 26px; 
	font-size: 21px;
	color: #FFFFFF;
	margin-bottom: 20px;	
	margin-top: 6px;
	font-weight: normal;	
}

H1 SUP
{
	font-size: 11px;
	vertical-align: top;
	position: relative;
}

H2
{
	padding-left: 0px;
	line-height: 30px;
	font-size: 18px;
	color: #a2bd31;	
	font-weight: normal;
	margin-bottom: 5px;
}

H3
{
	font-size: 18px;
	color: #a2bd31;	
	font-weight: normal;
	margin-bottom: 5px;
}
H4
{
	display: inline;
	font-size: 38px;
	color: #000000;	
	font-weight:normal;
	letter-spacing: 0.07em;
	line-height: 40px;
}


/* START MENU */
#menu{
	color:#a2bd31;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;	
	margin-top:0px;
	float:left;
	width:215px;
	list-style:none;
	margin-left:47px;	
}
#menu a, #menu a:visited{
	text-decoration:none;
	color:#a2bd31;	
}
#menu a:hover{
	text-decoration:none;
	color:#000000;	
}
#menu a.Menuselected{
	text-decoration:none;
	color:#000000;
}
#menu a.Submenuselected{
	text-decoration:none;
	color:#000000;
} 
#menu li
{
	margin-bottom:10px;	
}
#submenu{
	margin-left:30px;
	list-style:none;	
	font-weight:normal;
	margin-top:5px;	
}

#submenu li{
	margin-bottom: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 */
