/* YAHOO RESET */ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
/*address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}*/
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
/* h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
} */
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* WEBSITE CSS */
body {
	background: #3f69a8;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
}
#header, #middle, #footer {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:890px;
}
#header {          
	background-image:url('../img/headernieuw.jpg');
	background-repeat:no-repeat;
	height:233px;
	margin-top: 10px;
	position:relative;
}
	ul#navigation_top {
		position:absolute;
		bottom:12px;
	}


		ul#navigation_top li {
			display: inline;
		}
ul#navigation_top li a {
			font-size: 15px;
			display:inline;
			padding-left:10px;
			padding-right:10px;
			color:#f3b403;
			text-decoration:none;
			font-weight:bold;
		}	

#middle {
	background-image:url('../img/devlucht2_03.jpg');
	background-repeat:repeat-y;
	min-height:400px;
	height:auto !important;
  	height:400px;
}
	#navigation_left {
		position:relative;
		float:left;
		margin-left:5px;
		width:230px;
		z-index:2;
	}
		#navigation_left ul {
			width:191px;
			margin:0px;
			list-style-type:none;
			padding: 18px 0 0;
		}
		#navigation_left ul li {
			padding:7px 12px 7px 25px;
		}
		#navigation_left ul li a {
			color:#873656;
			font-weight:bold;
			text-decoration:none;
			font-size: 14px;
		}
	#content {
		position:relative;
		float:left;
		z-index:2;
		width:600px;
		color:#0c3052;
		margin-left:35px;
		margin-right:17px;
		margin-top:25px;
		margin-bottom:15px;
	}
	#logobg {
		position:absolute;
		margin-left:auto;
		margin-right:5px;
		z-index:1;
		background-image:url('../img/contentbackground.jpg');
		width:186px;
		height:151px;
		right:0px;
		bottom:0px;
	}
	#clear {
		clear:both;
	}
#footer {
	background-image:url('../img/devlucht_08.jpg');
	background-repeat:no-repeat;
	height:43px;
	line-height:34px;
	font-weight:bold;
	position: relative;
}
#footer a {
	position: absolute;
	display: block;
	height: 30px;
	width: 175px;
	top: 13px;
	right: 0;
}

h1 {
	font-size:1.4em;
	padding:0px;
	margin:5px 0px;
	color:#0c3052;
}


a.button_home {
	display:block;
	width:60px;
	height:43px;
	position:absolute;
	left:650px;
	top:190px;
	z-index:10;


}
a.button_zoek {
	display:block;
	width:60px;
	height:43px;
	position:absolute;
	left:710px;
	top:190px;
	z-index:10;

}
a.button_mail {
	display:block;
	width:55px;
	height:43px;
	position:absolute;
	left:770px;
	top:190px;
	z-index:10;


}
a.button_login {
	display:block;
	width:62px;
	height:43px;
	position:absolute;
	left:825px;
	top:190px;
	z-index:10;


}

.sas_module_table {
	width: 100%;
}
.sas_module_table tr.sas_row_color_odd {
	background: #A7CCDF;
}
.sas_module_table tr,
.sas_module_table tr.sas_row_color_even {
	/* background: #C3D6DF; */
}

