@charset "utf-8";
/* WdeB */

/*=================== basic ==========================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

html,body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(/media/img/bg_body.png);
	background-repeat: repeat-x;
	background-color: #4363aa;
	}

/* ================ divs ====================== */

#container{
	width: 940px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/

}

#branding{
	margin: 20px 0 0 0;
	height: 270px;
	background-image: url(/media/img/bg_branding2.png);
	behavior: url(media/css/iepngfix.htc);
	background-repeat: no-repeat;
}

#wrapper{
	background-image: url(/media/img/bg_content2.png);
	behavior: url(media/css/iepngfix.htc);
	background-repeat: repeat-y;	
}

#sidebar{
	width: 210px;
	float: left;
	margin: 0 0 0 30px;
	*margin: 0 0 0 30px;	
	_margin: 0 0 0 15px;		
}

#nav2{
	text-align: right;
	margin: 30px 35px -30px 0;

}
	
#content{
	margin: 0 40px 0px 270px;
	padding: 0 0 50px 0;

}

	

#foot{
	margin: 0 auto;
	width: 940px;
	height: 100px;
	background-image: url(/media/img/bg_foot.png);
	background-repeat: no-repeat;
	background-position: center top;
	behavior: url(media/css/iepngfix.htc);
}

#stretch{
clear: both;
}

#payoff{
	float: right;
	background-image: url(/media/img/branding_animatie.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 429px;
	margin: 56px 20px 0 0;
	*margin: 56px 20px 0 0;
	_margin: 56px 10px 0 0;

}

/* ================ nav ====================== */	
	
#sidebar ul{
	margin: 0 0 30px 0;
}

#sidebar li{
	background-image: url(/media/img/bg_nav.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 8px 0 4px 20px;
}

#sidebar li.sub{
	background-image: none;
	padding: 8px 0 4px 40px;
	background-image: url(/media/img/bg_nav.png);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}



#sidebar li a{
	font-family: "trebuchet MS";
	font-size: 20px;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 160px;
}

#sidebar li a:hover{
	color: #555882;
	
}

#sidebar li.sub a{
	font-family: "trebuchet MS";
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 160px;
}

#sidebar li.sub a:hover{
	color: #555882;
	
}

#contact{
	padding: 20px;
}





/* ================ nav2 ====================== */

#nav2{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #EAEAEA;
	padding: 5px 0 0 0;	
}

#nav2 a{
	color: #EAEAEA;
	text-decoration: none;
}
#nav2 a:hover{
	text-decoration: underline;
}

	
/* ================ content ====================== */
#right {
	min-height: 400px;
	width: 257px;
	border-left: 1px dotted #C0C1CF;
	margin-top: -25px;
	padding-top: 28px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	float: right;

}

li.link_list {
	font-family: "trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	list-style-image: url(/media/img/bullet.png);
	list-style-position: inside;
	margin: 0 0 8px 0;
}
li.link_list a{
	color: #333333;
	text-decoration:none;	
}
li.link_list a:hover{
	color: #555882;
	text-decoration:none;	
}

#content img.in{
	float: right;
	padding: 5px 5px 10px 5px;
	border: 1px solid #B4BDD3;
	background-color: #ECECF2;
	margin: 8px 0 0 8px;
}
/* ================ font ====================== */

h1{
	width: 200px;
	height: 100px;
	text-indent: -8888px;

}

h2{
	font-size: 28px;
	height: 34px;
	font-family: "Times New Roman", Times, serif;
	color: #5D9AD0;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 5px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}



h3{
	font-size: 20px;
	font-weight: bold;
	color: #5488f6;
	margin: 0px 0 0px 0;
	font-family: "Trebuchet MS";
}


h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #C0C0C0;
	margin: 0 0 8px 0;
}

h6{
	font-size: 18px;
	font-weight: bold;
	color: #686C9B;
	margin: 0px 0 0px 10px;
	font-family: "Trebuchet MS";
}



p, #directions{
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 21px;
}

#contact p{
	font-size: 80%;
}

#contact a{
	color: #555882;
	font-family: "Trebuchet MS";
	text-decoration:none;		
}

#contact a:hover{
	color: #555882;
	text-decoration:underline;	
}



#content a{
	color: #555882;
	font-family: "Trebuchet MS";
	font-size: 15px;
	line-height: 21px;
	text-decoration:none;		
}

#content a:hover{
	color: #555882;
	text-decoration:underline;	
}	

/* ================ Accordion ====================== */

#accordion a:hover{
    text-decoration: none;
}

.accordion_toggle {
	display: block;
	height: 30px;
	width: 580px;
	*width: 580px;
	_width: 580px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 0 0 0 45px;
	margin: 0 0 0 0;
	background-image: url(/media/img/bg_acc.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.accordion_toggle:hover{
	color: #333333;
}
	
.accordion_toggle_active {
	color: #333333;
	background-image: url(/media/img/bg_acc.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFFF;
}
		
.accordion_content {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 10px 5px 0 5px;
}
			
.accordion_content li{
	display: inline;
}

.accordion_content li img{			
	padding: 5px 5px 10px 5px;
	border: 1px solid #B4BDD3;
	background-color: #ECECF2;
	margin: 8px 0 0 8px;

}

/* ================ form ====================== */

label{
	width: 200px;
}

input{
	margin: 0 0 8px 0;
}
input.veld{
	height: 19px;
	width: 197px;
	padding: 3px 0 0 3px;
}

.knop{
	height: 28px;
	width: 100px;
	margin: 10px 0 0 0px;
}

#route {
padding-top: 20px;
}

#route form {
margin-bottom: 20px;
background: #efefef;
border: 1px solid #BCBCBC;
padding: 10px 10px 0px 10px
}

#route input {
padding: 5px;
margin-top: -1px;
margin-right: 5px;
border: 1px solid #BCBCBC;
}

#map {
border: 1px solid #BCBCBC;
}

#route input.submit {
padding: 4px 5px 4px 5px;
}

#route select {
padding: 4px;
border: 1px solid #BCBCBC;
*margin-top: -35px;
_margin-top: -35px;
margin-right: 4px;
}

#directions {
margin: 3px -4px 0 -4px;
}

#wrapper .print a {
float: right;
_float: none;
_position: absolute;

font-family: Georgia;
background: #fff;
padding: 3px 5px;
margin: -1px -1px 0 0;
_margin-left: 525px;
border: 1px solid #bcbcbc;
display: block;
color: #444;
}
