body{background:#ffffff url(images/background.gif) top center repeat-y; 	font-family:"Tahoma","Trebuchet MS","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; font-size:small;}
#container{	margin-left:auto;	margin-right:auto;	width:990px;	background:#FFF;}
#titel{background:#114477;	height:39px;	color: #66CCFF;	vertical-align:middle;}

input,textarea,select{ border: 1px solid #17618C; padding:2px;}
input:focus,textarea:focus,select:focus{border: 1px solid #F95100;}

#header{ height:160px; background:url(images/boven.jpg);}

#main{ float:right; width:780px; margin:4px 0 9px 0;}
#navigatie{ font-size:0.85em; color:#005984; }
#navigatie a{text-decoration:none; border-bottom:1px dashed #005984; color:#005984;}

#main h1{ color:#333; margin:10px 0 7px 0px; font-size:1.8em; border-bottom:4px solid #dadada; font-family:Verdana,Tahoma,Arial,sans-serif;} 
#main h2{ color:#484848; margin:10px 0 5px 0px; padding:0; font-size:1.4em; font-family:Verdana,Tahoma,Arial,sans-serif; border-bottom:3px solid #dadada;}
#main h3{ color:#1188DD; margin:8px 0 4px 0px; padding:0; font-size:1.2em; border-bottom:2px solid #dadada;}
#main p{ margin:4px 0 4px 0; line-height:19px;}
#main p a{color:#0B5388; }
#main p a:hover{ text-decoration:none;}

#menu{ margin:4px 792px 4px 0px;  height:100%; width:195px;}
#menu a{text-decoration:none; color:#4088B8; padding:2px;}
#menu a:hover{ text-decoration:underline;}
#menu h3{height:20px;margin:4px; color:#4088B8; padding-top:8px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; border-bottom:4px solid #DADADA;}
#menu ul {line-height:1.2em;list-style:none outside none;margin:0;padding:0 10px 10px 12px;}
#menu ul li {padding:2px 0 2px 2px;border-bottom:1px dotted #FFF;color:#FFF; font-weight:bold;}
#menu ul li a{display : block; padding:2px;}

#menu_main{}
#menu_content{  border-bottom:2px #FFF solid;}
#menu_extra{ }
#menu_below{ height:100%;}

#footer{ clear:right; background-color:#1188DD; text-align:center; padding:5px; font-size:0.8em; color:#FFF;} 
#footer a{ text-decoration:none; color:#CEE6FB; border-bottom:1px dashed #CEE6FB;}

.uurtabel{ width:450px; border:1px solid #DDD;  -moz-box-sizing:border-box; -moz-border-radius:3px 3px 3px 3px; -moz-box-shadow:0 0 2px #939393; } 
.uurtabel tr{background-color:#f4f8fc;}
.uurtabel tr:hover{background-color:#ececec;}
.uurtabel td{  padding:4px; border-left:1px solid #E3E3E3; border-right:1px solid #FFFFFF;}

.cms_photoalbum_banner
{
    width: 700px;
    margin: 0 16px 0 16px;
    overflow: hidden;
	text-align:center;
	float:left;
}

.cms_photoalbum_down, .cms_photoalbum_up
{
    float: left;
    top: 10px; width:10px;
}

.cms_photoalbum_banner img
{
    border: none;
	margin:1px 2px 1px 2px;
}

.cms_photoalbum_banner ul
{
    list-style-type: none;
    text-align: center;
}

.cms_photoalbum_banner ul > li
{
    margin: 0 5px;
    display: table-cell;
}

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(/images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(/images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: 30px;
	/*height: auto;*/
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(/images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(/images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(/images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(/images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}


