@charset "utf-8";/* CSS Document *//* sitemap-style.css */

#sitemap {
	width: 100%;
	height: 100%;
}

#sitemap ul {
	padding-top: 20px;
	list-style: none;
	padding-left: 0px;
}

#sitemap ul li ul li {
	padding-top: 0px;
	padding-left: 20px;
}

#sitemap ul ul {
	padding-top: 0px;
}

#sitemap hr {
	color: #fff; margin-top: 20px; }

div#banner-sidebar h2 a {
	font-size: 14px;
	color: #fff;
}

div.totalbanner {
	width: 100%;
	height: 120px;
	padding: 18px 0px 10px 0px;
	position: relative;
	display: block;
	border-bottom: 1px solid #ddd;
}

div.bannertext {
	float: left;
	padding-left: 15px;
	display: block;
	min-height: 100px;
	position: relative;
	z-index: 1;
}

div.bannertext h2 {
	margin: 0px;
}

img.sidebar-banner {
	margin-bottom: 10px;
	position: relative;
	display: block;
}

img.banner {
	height: 80px;
	width: 240px;
	overflow: hidden;
	vertical-align: middle;
	margin: auto;
	position: relative;
	display: inline;
	float: left;
}/* Contact style */
form#contactform input.text, form#contactform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	background: none;
	border: 1px solid #ccc;
	color: #fff;
	width: 180px;
	margin: 1px;
}
form#contactform input.text {	height: 26px; }
form#contactform textarea { height: 150px; width: 300px; }

form#contactform input.text:hover, form#contactform textarea:hover {
	border: 1px solid #eee;
}
form#contactform input.text:focus, form#contactform textarea:focus {
	border: 2px solid #ec9ac4;
	background: #8c9a72;
	margin: 0;
}

form#contactform input.button {
	background: url(../modules/contact/front/buttons/verzenden.jpg) 0px 0px no-repeat;
	width: 100px;
	height: 25px;
	border: none;
	padding-left: 20px;
	color: #fff;
}
form#contactform input.button:hover { background-position: 0px -25px;	cursor: pointer; }
form#contactform input.button:active { background-position: 0px -50px; }
/* style.css */
a img { border: none; }
a { color: #ec9ac4; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; color: #dd79ad; }
h1 { font-size: 20pt; color: #dd79ad; margin: 0px 0px 20px 0px; } 
h2 { font-size: 16pt; font-weight: bold; color: #dd79ad; } 
h3 { font-size: 12pt; color: #dd79ad; } 

html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

body, html {
font-family: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	margin			:	0px;
	width				: 100%;
	color				: #eee;
	line-height	: 24px;
	background: url(../images/layout/background_bottom.jpg) bottom repeat-x #4e5438;
}

div#topbackground {
	position: absolute;
	width: 100%;
	height: 280px;
	background: url(../images/layout/background_top.jpg) repeat-x;
}

div#wrap {
	text-align: left;
	width			: 944px;
	height		: 100%;
	margin		:	0px auto;
	padding-top: 20px;
	position	:	relative;	
	text-align: left;
}

div#header {
	width				: 	100%;	
	height			:	222px;	
	background: url(../images/layout/header.png) no-repeat;
}
div#header img#logo {
	float: left;
	left: 56px;
	top: 20px;
	position: relative;
}

div#menubalk {
	width: 940px;
	height: 25px;
	display: block;
}

div#specialmenu {
	float: right;
	padding-right: 25px;
}

div#content {
	position		:	relative;
	left				:	0px;
	width				: 944px;
	display			:	block;
	background:url(../images/layout/main_background.png) repeat-y;
}

div#contenttopbackground {
	width: 100%;
	height: 40px;
	display: block;
	position: relative;
	background: url(../images/layout/content_background_top.png) no-repeat;
}

div#mainwrapper {
	width: 926px;
	left: 18px;
	height: 100%;
	display: block;
	position: relative;
	background: url(../images/layout/text_background.jpg) repeat-y;
}

div#maintext {
	left: 18px;
	width: 600px;
	padding: 40px 30px 30px 50px;
	min-height: 100px;
	display: inline;
	float: left;
	position:relative;
}
div#maintext p { padding-bottom: 15px; }

div#modules {
	min-height: 320px;
	width: 190px;
	top: 0px;
	right: 55px;
	position: relative;
	display: inline;
	float: right;
	text-align: center;	
}
div#modules h1 { color: #fff; text-transform: uppercase; font-size: 14px; }
div#modules h2 { color: #fff; font-size: 12px; }

div#footer {
	width: 100%;
	height: 50px;
	position: relative;
	display: block;
	background: url(../images/layout/footer_background.png) no-repeat;
}

div#footer a { font-size: 11px; text-decoration: none; color: #fff; }
div#footer a:hover {color: #c5cab4; }

div#inlog_link, div#stickywall_link, div#sitemap_link {
	height	:	auto;
	width		:	auto;
	position	:	relative;
	display	:	inline;
	padding-top: 15px;
}

#inlog_link {
	float	: left;
	padding-left: 57px;
}	

#stickywall_link {
	left	: 32%;
	float	: left;
}

#sitemap_link {
	float: right;
	right: 70px;
}

.clear { clear: both; }

.alertsuccess, .alertfailure {
	position: relative;
	clear: both;
	margin: 10px auto;
	padding: 1% 2% 1% 2%;
	width: 96%;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	color: #000;
}

.alertsuccess {
	border-color: #00cc00;
	background-color: #bbffbb;
}

.alertfailure {
	border-color: #cc0000;
	background-color: #ffbbbb;
}

.alertsuccess a, alertfailure a { font-weight: bold; text-decoration: underline; }
.alertsuccess a { color:#00aa00; }
.alertfailure a { color:#aa0000; }

.alertfailure li {
	padding: 3px 0px 3px 0px;
}


/* Login.css */
.loginpopup {
	width: 356px;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	position: absolute;
}

.loginpopup table {
	top: 0;
	left: 0;
	width			: 100%;
	height		: 100%;
	position	: absolute;
	margin		: 0px;
	border		: none;
	text-align: left;
}

.loginpopup th {
	color				: white;
	width				: 100%;
	height			:	55px;
	vertical-align:	top;
}

.loginpopup #TB_closeWindowButton {
	top			: 0px;
	right		: 0px;
	padding	: 0px;
	height	: 20px;
	width		: 20px;
	display	:	block;
	position: absolute;
	background: url(../admin/images/buttons/close.png) no-repeat 0px 0px;
}
.loginpopup #TB_closeWindowButton:hover { background-position: 0px -20px; }

.loginpopup table td {
	padding-left: 15px;
	color	: black;
	width	:	350px;
	height: 30px;
	color: #444;
}
.loginpopup td.label { width: 160px; }
.loginpopup td.submit { text-align:	center; }

.loginpopup input.textinput {
	width: 170px;
	height: 22px;
	border: 1px solid #bbb;
	color: #555;
	margin: 1px;
}
.loginpopup input.textinput:hover { border-color: #888; }
.loginpopup input.textinput:focus { border-color: #8d9973; margin: 0; }

.loginpopup input.btninput { 
	font-family: Arial, Helvetica, sans-serif;
	width: 105px; 
	height: 25px; 
	border: none;
	background: url(../admin/images/buttons/inloggen.gif) no-repeat 0px 0px;
	padding-left: 15px;
	color: #555;
	font-size: 12px;
}
.loginpopup input.btninput:hover {
	background-position: 0px -25px;
	cursor: pointer;
}


/* thickbox.css */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*	{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font	: 	12px Arial, Helvetica, sans-serif;
	color	: 	#333333;
}

#TB_secondLine {
	font	: 	10px Arial, Helvetica, sans-serif;
	color	:	#666666;
}

#TB_window a:link 		{color: #666666;}
#TB_window a:visited 	{color: #666666;}
#TB_window a:hover 		{color: #000;}
#TB_window a:active 	{color: #666666;}
#TB_window a:focus		{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position	: 	fixed;
	z-index		:	100;
	top			: 	0px;
	left		: 	0px;
	height		:	100%;
	width		:	100%;
}

.TB_overlayMacFFBGHack 	{background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color	:	#000;
	filter				:	alpha(opacity=60);
	-moz-opacity		: 	0.60;
	opacity				: 	0.60;
}

* html #TB_overlay { /* ie6 hack */
     position	: 	absolute;
     height		: 	expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position	: 	fixed;
	background	: 	#0a1a27;
	background-image	:url(../images/layout/loginpopup_background.jpg);
	background-repeat	: no-repeat;
	background-position	:center;
	z-index		: 	102;
	color		:	#000000;
	display		:	none;
	border		: 	3px solid #666666;
	text-align	:	left;
	top			:	50%;
	left		:	50%;
	overflow:hidden;
}

* html #TB_window { /* ie6 hack */
position	: absolute;
margin-top	: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display			:	block;
	margin			: 	15px 0 0 15px;
	border-right	: 	1px solid #ccc;
	border-bottom	: 	1px solid #ccc;
	border-top		: 	1px solid #666;
	border-left		: 	1px solid #666;
}

#TB_caption{
	height	:	25px;
	padding	:	7px 30px 10px 25px;
	float	:	left;
}

#TB_closeWindow{
	height	:	25px;
	padding	:	11px 25px 10px 0;
	float	:	right;
}

#TB_closeAjaxWindow{
	padding			:	7px 10px 5px 0;
	margin-bottom	:	1px;
	text-align		:	right;
	float			:	right;
}

#TB_ajaxWindowTitle{
	float			:	left;
	padding			:	7px 0 5px 10px;
	margin-bottom	:	1px;
}

#TB_title{
	background-color:	#e8e8e8;
	height			:	27px;
}

#TB_ajaxContent{
	clear		:	both;
	padding		:	2px 15px 15px 15px;
	overflow	:	hidden;
	text-align	:	left;
	line-height	:	1.4em;
}

#TB_ajaxContent.TB_modal{
	padding	:	15px;
}

#TB_ajaxContent p{
	padding	:	5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* menu.css */
.menu {
	top			: 222px;
	left: 0px;
	position: absolute;
	left: 27px;
	width		:	920px; 
	height	:	25px; 
	z-index	:	100; 
	display	: block;
	margin-top	: 0px;  
}

/* Breedte van menu voor oude browser (IE 5.5) */
* html .menu { 
	width	:	940px; 
	w\idth:	940px; 
}

.menu ul {
	padding	:	0;
	margin	:	0;
	margin-left	: 20px; 
	list-style: none;
}

/* Float: left voor horizontaal menu */
.menu li {
	float	:	left;
	position	:	relative;
}

/* Eigenschappen van de hoofdmenuitems */
.menu a, .menu a:visited {
	display			:	block;
	font-size		:	16px;
	font-weight: bold;
	text-decoration	:	none; 
	color				:	#fff; 
	height			:	100%; 
	padding-left:	10px; 
	padding-right: 10px; 
	line-height	:	25px; 
}

/* Breedte van hoofdmenuitems voor oude browser (IE 5.5) */
* html .menu a, * html .menu a:visited {
	width		:	119px; 
	w\idth	:	108px;
}

/* Eigenschappen actief hoofdmenuitem */
.menu ul li .active, div#specialmenu #active {
	color: #d0478e;
}

/* Eigenschappen hoofdmenuitems hover */
.menu a:hover, .menu ul ul a:hover { 
	color	:	#dd79ad; 
	text-decoration: none;
}
.menu :hover > a, .menu ul ul :hover > a { 
	color	:	#dd79ad; 
	text-decoration: none;
}

/* Eigenschappen van de submenuitems */
.menu ul ul a, .menu ul ul a:visited { 
	top: 0px;
	position: relative;
	font-size	: 12px;
	border-left: 1px solid #d0478e;
	border-right: 1px solid #d0478e;
	color			:	#fff; 
	height		:	0px; 
	line-height: 0px; 
	padding		:	10px 10px; 
	width			:	140px;
	left			: -20px;
	background: #4e5438;
	text-decoration: none;
}
/*.menu .firstsub { border-top: 1px solid #d0478e; } */
.menu .lastsub { border-bottom: 1px solid #d0478e; }

/* Breedte submenuitems voor oude browser (IE 5.5) */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width	:	120px;	
	w\idth:	98px;
}

/* Eigenschappen hoofdmenuitems hover */
.menu ul ul a:hover { 
	color	:	#fff;
	background: #dd79ad;
}

/* Eigenschappen actief submenuitem */
.menu ul li ul li .activesub {
	color: #fff;
	background: #d0478e;
}

.menu ul li:hover ul,
.menu ul a:hover ul{  visibility:visible; }

/* Inspringen submenu */
.menu ul ul {
	visibility:	hidden;
	position	:	absolute;
	height		:	0;
	left			:	0; 
	width			:	169px;
}

/* Inspringen submenu voor oude browser (IE 5.5) */
* html .menu ul ul {
	top	:	30px;
	t\op:	31px;
}

/* Tabel voor IE */
.menu table {
	position	:	absolute; 
	top		:	0; 
	left	:	0; 
	border-collapse	:	collapse;
}/* slimbox2.css */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
/*	background-color: #fff; */
}

.lbLoading {
	background: #fff url(../images/layout/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 12px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/layout/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/layout/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	background: transparent url(../images/layout/slimbox/closelabel.png) no-repeat center;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 20px;
	top: 10px;
	position: relative;
	display: block;
}

#lbCaption {
	font-weight: bold;
}


