/***************************************************************** 
PRE-FIXED BASICS
*****************************************************************/ 
* {
	padding: 0px;
	margin: 0px;
}

body {
	background:#30383a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height:18px;
}

img {
	border:0px;
	display:block;
}

.clear {
	clear: both;
}

/***************************************************************** 
BASIC STYLES
*****************************************************************/ 

a {
	color: #4aa1cb;
	text-decoration: underline;
}
	a:hover {
		color: #4aa1cb;
		text-decoration: none;
	}
h1 {
	color:#475153;
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
}
h2 {
	color:#50a8d3;
	font-size:18px;
	line-height:29px;
	font-weight:normal;
}
p {

}

ul {
margin-left: 15px; /* voor ie */
}


/***************************************************************** 
FORMS
*****************************************************************/ 

.submit_button{
	background:#572b2f;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
	border:none;
}
.formsearchfield {
	background: #313637;
	border:1px solid #FFF;
	padding:2px;
	height:20px;
	color:#FFF;
}
.formfield {
	background: url(../img/form_fields.gif);
	border:1px solid #53b7e8;
	padding:2px;
	height:20px;
}
.pulldown {
	border:1px solid #53b7e8;
	margin-bottom:5px;
}

/***************************************************************** 
DIV-JES
*****************************************************************/ 
#background {
	margin:0 auto;
	background: #e3e0d8 url(../img/bg_repeat_y.gif) repeat-y center;
}

#container {
	margin:0 auto;
	width: 980px;
	left: 50%;
	background: #FFFFFF url(../img/bg_repeat.gif) repeat-x;
	text-align:left;
}
	#logo {
		float: left;
		width:255px;
		height:65px;
		margin:15px 0px 0px 15px;
	}
	#navigation_right_top {
		float:right;
		width:350px;
		margin:15px 15px 0px 0px;
	}
	#navigation_right_top a { 
		color:#FFF;
		margin:0px 0px 0px 10px;
	}
		#zoek {
			float:left;
		}
			#zoek_left {
				float:left;
			}
			#zoek_right {
				float:left;
			}
			#zoek a{
				float:left;
				background:url(../img/icon_arrow_zoek.gif) no-repeat 35px 5px;
				padding-right:20px;
			}
			
	#image_left {
		float: left;
		width:325px;
		height:280px;
		margin:20px 0px 0px 1px;
		background:url(../img/home_image_3luik_left.jpg) no-repeat;
		border-top:solid #FFF 1px;
		cursor: pointer;
	}
	#image_mid {
		float: left;
		width:325px;
		height:280px;
		margin:20px 0px 0px 0px;
		background:url(../img/home_image_3luik_mid.jpg) no-repeat;
		border-left:solid #FFF 1px;
		border-top:solid #FFF 1px;
		cursor: pointer;
	}
	#image_right {
		float: left;
		width:325px;
		height:280px;
		margin:20px 0px 0px 0px;
		background:url(../img/home_image_3luik_right.jpg) no-repeat;
		border-left:solid #FFF 1px;
		border-top:solid #FFF 1px;
		cursor: pointer;
	}
	#text_left {
		float: left;
		width:560px;
		margin:20px 0px 20px 0px;
		padding:0px 15px 0px 15px;
		background:#FFF;
	}
		#text_left h1{
			color:#475153;
		}
	#text_right {
		float: left;
		width:374px;
		margin:20px 0px 20px 0px;
		padding:0px 15px 0px 0px;
		background:#FFF;
	}
		#text_right h2{
			color:#50a8d3;
			margin-bottom:5px;
		}
		#text_right ul{
			list-style:none;
		}
		#text_right a{
			color:#000000;
		}
		#text_right .meer{
			display:block;
			padding-right:10px;
			margin-top:10px;
			background:url(../img/icon_arrow_meer.gif) 38px 6px no-repeat;
			font-weight:bold;
		}
	#blue_line {
		background:#48a9de;
		height:10px;
	}
	
	
#footer {
	display:table;
	margin:0 auto;
	text-align:center;
	background:#30383a;
	height:100%;
}
	#footer_foldout {
		margin:0 auto;
		width:980px;
	}
	#footer_contents {
		margin:0 auto;
		width:980px;
		background:#475153;
		color:#dadcdd;
		text-align:left;
	}
	#footer_contents a{
		color:#dadcdd;
		text-decoration:none;
	}
		#footer_contents .left{
			float:left;
			margin:20px;
			width:265px;
			border-right:#FFFFFF solid 1px;
		}
		#footer_contents .right{
			float:right;
			margin:13px 0px 0px 0px;
			width:634px;
			text-align:center;
		}
			#footer_contents .right a{
				margin-right:30px;
			}
			#footer_contents .size1{
				font-size:11px;
			}
			#footer_contents .size2{
				font-size:11px;
			}
			#footer_contents .size3{
				font-size:11px;
			}
			#footer_contents .size4{
				font-size:11px;
			}
			
#achtergrond_3luik{
	display: none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
	background-color:#333333;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);
}
#achtergrond_3luik[id]{
	position:fixed;
}

#overlay_3luik {
	z-index: 10;
	
	position: absolute;
	display: none;
	left: 50%;
	top: 50%;
	
	width: 880px;
	height: 580px;
	
	margin-left: -440px;
	margin-top: -290px;
	
	border: 1px solid white;
	color: white;
	font: Verdana, sans-serif 12px;
	letter-spacing: 1px;
	line-height: 23px;
	background: #30383a;
}

#overlay_3luik[id]{
	position:fixed;
}
	
	#overlay_3luik h3 {
		margin: 0px 0 15px 30px;
	}
	#overlay_3luik img {
		margin-left: 30px;
		margin-top: 35px;
	}

	#overlay_3luik .padding {
		margin:0;
		padding:0;
	}

	#overlay_3luik .close {
		position:absolute;
		right:20px;
		top:20px;
		width: 78px;
		height: 32px;
		background: url(../img/3luik_close.gif) 48px 16px no-repeat;
	}
	
	#overlay_3luik .close:hover {
		cursor: pointer;
	}
	.scroller{
		display:block;
		width:880px;
		height:493px;
		overflow : auto;
	}
	#popup_footer {
		background: #30383a url(../img/footer_3luik.gif) bottom center;
		height:88px;
		display:block;
	}