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

html,body {
	text-align:center;
	margin:0px auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding:0px;
	font-family:Arial;
	color:#666;
	background-image:url('../../images/bg/bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color:#FFFFFF;
}
div#container {
	position:relative; /* needed for footer positioning*/
	left:0px;
	right:0px;
	margin:0px auto; /* center, not in IE5 */
	width: 1000px; /* excl. borders 2px both sides makes total of 1000px width */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	/*background-image:url('../../images/logo-mirror-bottom.png');
	background-repeat:no-repeat;
	background-position: right 25px;*/
	
}

div#header {
	height: 235px;
	background-image:url('../../images/bg/header.jpg');
	background-position: 5px 0px;
	background-repeat:no-repeat;
}
div#wrapper {
	z-index:2;
	width: 100%;
	float:left;
	height:auto !important; /* real browsers */
	display:block;
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border: 2px solid #efefef;
	background-color:#FFFFFF;
}
div#content {
	overflow-x: hidden;
	margin:15px;
}
div#content H1 {
	font-size: 20px;
	line-height: 24px;
	margin:0px 6px 16px 0px;
	color: #273174;
	text-align:left;
	border-style: dotted;
	border-color: #273174;
	border-width: 0px 0px 1px 0px;
	font-weight:normal;
}
div#content P {
	font-size: 12px;
	line-height: 18px;
	margin:0px 5px 5px 0px;
	color: #222222;
	font-weight:normal;
}
div#content UL {
	padding: 0px 30px;
}
div#content LI {
	font-size: 12px;
	color: #222222;
	padding: 0px;
	list-style-type:square;
	margin:0px;
}
div#content H2 {
	font-size: 18px;
	line-height: 24px;
	color: #49c300;
	font-weight:normal;
	text-align:left;
	width:100%;
	margin: 0px;
}
div#content h3 {
	font-size: 14px;
	line-height: 32px;
	color: #49c300;
	font-weight:bold;
	text-align:left;
	width:100%;
	margin: 0px;
}
div#content IMG {
	float:right;
	margin: 0px 0px 10px 10px;
	border:0px;
}
div#content P A, div#subnav A {
	color: #49c300;
	background-color:transparent;
	text-decoration:none; 
}
div#content P A:hover {
	color: #606060;
	text-decoration:none;
	border-bottom: none;
}
div.nieuws P A {
	border-bottom:1px dotted #49c300;
}
/* SUBNAX */
div#subnav {
	margin-top: -15px;
	margin-bottom: 15px;
	font-size: 12px;
	letter-spacing:-1px;
float:right;
	position:relative;
	right:0px;
}
/* LINKER COLUMN */
div#linker-column, div.linker-column {
	width:640px;
	height:auto;
	margin-top:8px;
	float:left;
	display:block;
}
/* RECHTER MENU */
div#rechter-column H2 {
	font-size: 18px;
	line-height: 24px;
	color: #49c300;
	font-weight:normal;
	text-align:left;
	width:100%;
	margin: 0px;
	float:left;
}
div#rechter-column div.modul-box {
	min-height: 50px;
	padding: 0px 6px 6px 6px;
	padding-bottom: 20px;
	text-align:left;
}
div#rechter-column A.move {
	width:16px;
	height:16px;
	position:absolute;
	margin-left: -16px;
	line-height: 50px;
	float:right;
	overflow:hidden;
	background-image:url('../../images/button/move.gif');
	background-repeat:no-repeat;
	cursor:move;
}
div#rechter-column A.plus {
	width:16px;
	height:16px;
	margin-left: -32px;
	position:absolute;
	line-height:100px;
	float:right;
	overflow:hidden;
	background-image:url('../../images/button/plus.gif');
	background-position: 0px -16px;
	background-repeat:no-repeat;
}

/* MENU */

	#menu UL {
		position:absolute;
		top:113px;
		left: 0px;
		padding:0px;
		margin: 0px;
	}
	#menu LI.active {		background-position:bottom left; color:#FFFFFF;	}
	#menu LI.active A {		background-position:bottom right; color:#FFFFFF;	}
	#menu A:focus {
		outline:none;
	}
	#menu A.disabled {	color: red; text-decoration:line-through; }
	#menu A {
		height: 30px;
		padding-top: 15px;
		padding-left: 30px;
		padding-right: 30px;
		background-image:url('../../images/button/menu-border.gif');
		background-position:top right;
		background-repeat:no-repeat;
		color: #000000;
		font-size: 12px;
		text-decoration:none;
	}
	#menu LI, #menu A{
		display:block;
		float:left;
		line-height: 30px;
		font-size: 12px;
		margin: 0px;
	}
	#menu LI {
		height: 45px;
		background-image:url('../../images/button/menu.gif');
	}
	#menu LI #eerste {
		margin-left: 5px;
	}

/* submenu */

	#submenu {
		position:absolute;
		top:170px;
		left: 30px;
		padding:0px;
		margin: 0px;
		line-height: 20px;
		font-size: 12px;
		color: #FFFFFF;
	}
	#submenu LI {
		display:block;
		float:left;
		list-style-type: none;
	}
	#submenu A {
		color: #FFFFFF;
	}
	#submenu SPAN.dot {
		margin: 0px 3px;
	}
/* INLOGMENU */

#inlogmenu {
	position: absolute;
	overflow:hidden;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding:0px 25px;
	background-color: #efefef;
	height: 25px;
	line-height: 25px;
	color: #606060;
}

div#inlogmenu div {
	display:block;
	height:25px;
	padding: 0px;
	line-height:25px;
	width:18px;
	background-repeat:no-repeat;
}
div#inlogmenu div.right {
	position:absolute;
	width:18px;
	right:0px;
	bottom:0px;
	background-image:url('../../images/bg/pers-menu-right.gif');
	background-position:bottom right;
}
div#inlogmenu div.left {
	position:absolute;
	width:18px;
	left:0px;
	bottom:0px;
	background-image:url('../../images/bg/pers-menu-left.gif');
	background-position:bottom left;
}
#inlogmenu A, #inlogmenu SPAN {
	font-size: 12px;
	line-height: 16px;
	float: left;
	display:block;
	margin: 0px 3px;
	margin-top: 4px;
	padding: 0px;
}
#inlogmenu A {
	color: #606060;
	height:15px;
	text-decoration:none;
}
#inlogmenu A:hover, #submenu A:hover {
	color: #49c300;
	background-color:transparent;
	text-decoration:none; 
	border-bottom:1px dotted #49c300;
}
#inlogmenu A.active, #submenu A.active {
	border-bottom:1px solid #FFFFFF;
	cursor:default;
}
DIV#inlog-formulier, DIV#wachtwoord-vergeten-formulier, DIV#plaats-bericht {
	display:none;
	border-bottom:2px solid black;
	overflow:hidden;
	z-index: 50000;
	position:absolute;
	left:2px;
	margin: 0px;
	padding: 0px 15px 30px 15px;
	width:970px; background-image:url('/images/bg/transparantWhite95.png');
}

