﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;	
}
html
{
	overflow-y: scroll;
}
img {border: 0px;}
body{
	background-color:#ffffff;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}
UL 
{
	margin-left: 15px;
	line-height:18px;
}

a {color: #000000;}
h2
{
	color: #bc9c67;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
}
h3
{
	color: #bc9c67;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

#CenterHolder
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	/*min-height: 1212px;	
	background-image: url('../images/background/bg2.jpg'); */
	background-position: left top;
	background-repeat: no-repeat;
}
#header
{
	height: 215px;
}

#logo
{
    position: relative;
    width: 279px;
    height: 215px;
    float: left;
    background-image: url('../images/layout/logo.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#logo img
{
    display: none;
    position: absolute;
    float: left;
    left: 99px;
    top: 145px;
}
#logo img.active
{
    display: block;
}
#headermenus
{
	float: left;
	width: 618px;
}
#headerMenuTop
{
	height: 105px;
	background-image: url('../images/layout/bms2012.png');
	background-repeat: no-repeat;
}
#TopNav, #BottomNav 
{
	text-align: right;
	color: #6e6e6e;
	font-family: Verdana;
	font-size: 11px;
	padding-right: 92px;
	padding-top: 5px;
}
.TopNav a, .TopNav a:visited
{
	color:#6e6e6e;
	text-decoration: none;
}
.TopNav a:hover
{
	color:#FFFFFF;
	text-decoration: underline;	
}
.TopNav a:active
{
	color:#bc9c67;
	text-decoration: underline;	
}
#headerMenuPrim
{
	height: 110px;	
}
#Prim1{ width: 135px; float:left;}
#Prim2{ width: 135px; float:left;}
#Prim3{ width: 135px; float:left;}
#Prim4{ width: 135px; float:left;}


#contentSpacer{ height: 46px; clear: both;}

#LeftNavHolder
{
	float: left;
	width: 279;
}
#LeftNav
{
	width: 183px;
	margin-left: 96px;	
	height: 150px;
}

/* START MENU */
#LeftNav ul{
	list-style:none;
	padding: 0;
	margin: 0;
}

#LeftNav li
{	
	
}
#LeftNav li a, #LeftNav li a:visited
{
	display: block;
	width: 183px;
	height: 29px;
	background-image: url('../images/layout/leftNavbg.gif');
	background-position: 0px 0px;
	color: #ffffff;/*#6e6e6e;*/
	font-size:12px;
	text-decoration: none;	
	vertical-align: middle;
}
#LeftNav li a span
{
	line-height: 28px;
}
#LeftNav li a:hover
{
	background-position: 0px 29px;	
}
#LeftNav li a:hover span
{
	color: #000000;	
	padding-left: 24px;	
}
#LeftNav li a:active
{
	background-position: 0px 58px;	
}
#LeftNav li a:active span {
	color:#bc9c67;
	padding-left: 24px;
	background-position: 0px 29px;	
}

#LeftNav li a.Menuselected, #LeftNav li a.Menuselected:visited {
	background-position: 0px 29px;	
}
#LeftNav li a.Menuselected span
{
	color: #000000;
	padding-left: 24px;
}

/* SUBMENU */
#SubMenuHolder
{
	float: left;
	width: 528px;
	margin: 0px;
	padding: 0px;
}
.SubMenu
{
	float: left;
	width: 109px;
	height: 24px;
	background-repeat: no-repeat;
    text-indent: 10px;
}
.SubMenu a, .SubMenuActive a:visited
{
	color: #ffffff;
    text-decoration: none;
    display: block;
    width: 87px; /*was 109 */
    line-height: 24px;
}
.SubMenu a:active
{    
	color: #bc9c67;
}
.SubMenu a:hover
{
    text-decoration: underline;
}
.SubMenuActive a, .SubMenuActive a:visited
{
	color: #000000;
}
.SubMenuActive a:active
{    
	color: #bc9c67;
}

.TabStyle {float: left;}

.BeginNormal{background-image: url('../images/layout/tabs/BeginNormal.jpg'); width: 87px;}
.BeginActive{background-image: url('../images/layout/tabs/BeginActive.jpg'); width: 87px;}
.BeginNormalFirst{background-image: url('../images/layout/tabs/BeginNormalFirst.jpg'); width: 95px;}
.BeginActiveFirst{background-image: url('../images/layout/tabs/BeginActiveFirst.jpg'); width: 95px;}
.EndToActive{background-image: url('../images/layout/tabs/EndToActive.gif'); width: 14px;}
.ActiveEnd{background-image: url('../images/layout/tabs/ActiveEnd.gif'); width: 14px;}
.NormalEnd{background-image: url('../images/layout/tabs/NormalEnd.gif'); width: 14px;}
.ActiveEndTotal{background-image: url('../images/layout/tabs/ActiveEndTotal.gif'); width: 14px;}
.NormalEndTotal{background-image: url('../images/layout/tabs/NormalEndTotal.gif'); width: 14px;}

/* END MENU */

#ContentHolder 
{
	width: 528px;
	/*height: 267px;*/
	background-color: #FFFFFF;
	float: left;
	overflow: hidden;
}
#Content
{
    margin: 28px 24px 28px 29px;
    padding-bottom: 25px;
}
#footer 
{
    margin-left: auto;
	margin-right: auto;
	width: 897px;
}

#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 #bc9c67;
}
.Floatright{
	float:right;
	width:65px;
}

.Floatleft{
	float:left;
}

.clearboth {
	clear:both;
}

.hiddenTB
{
	visibility:hidden;
}

/* IMAGES */
.imagePanel div.item
{
	border: solid 1px #424e56;
	background-color: White;
	padding: 4px;
	margin-bottom:13px;
	width:97px;
	margin: 11px 11px 0px 0px;
	float:left;
}
.imagePanel div.inner
{
	height:97px;
	width:97px;
	background-color: Black;
	overflow:hidden;
	position:relative;
}

.imagePanel div.inner img
{
}

.imagePanel div.inner img.top{top:0px;}
.imagePanel div.inner img.bottom{bottom:0px;}

/* BUTTON */
a.button {
    display: block;
    background-color: transparent;
    background-image: url(../images/layout/btn.jpg);
    background-repeat: no-repeat;
    width: 109px;
    height: 27px;
    margin: 0px;
    padding: 0px 0 0 0; 
    font-size: 11px;
    font-family:Verdana;
    text-decoration: none;
    text-align:center;
    border: solid 1px black;
}
a.button:link, a.button:visited 
{
    color: #ffffff;
}
a.button:hover {
    text-decoration: underline;
}
a.button:active {
    color: #bc9c67;
    text-decoration: underline;
}
.button SPAN
{
    background-repeat: no-repeat;
    line-height: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    cursor:pointer;   
}

/* 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 */

#verlengd
{
    margin-top:40px;
}

.RblSpacing label {margin-left: 4px;}
.EnqNrSpacing {width: 20px; vertical-align: top;}

#ContentHolder .RadComboBoxDropDown_Gray .rcbScroll 
{
    overflow: hidden !important; 
    overflow-x: hidden !important; 
    overflow-y: auto !important;
}
.rcbList {width: 380px !important;}
