/*
blue #003781
yellow #ffd200
red #cc071a
*/

body {
	padding:0;
	margin:0;
	background:url('../img/body_bg.jpg') top no-repeat fixed;
	overflow:hidden;
}
html {
	padding:0;
	margin:0;
	overflow-y:scroll;
}

#header {
	height:162px;
	background:url('../img/header_bg.gif') bottom repeat-x;
}
	#center {
		margin:0 auto;
		width:760px;
	}
		#top {
			height:130px;
		}
			#top a#logo {
				position:absolute;
				z-index:2;
			}
			#top a#logo img {
				float:left;
				margin:15px 0 0 50px;
				behavior: url("http://www.windotter.nl/css/iepngfix.htc");
			}
			#top ul#pics{
				list-style:none;
				padding:63px 25px 0 0;
				margin:0;
				float:right;
			}
			#top ul#pics li{
				float:left;
				padding:0 10px 0 0;
			}
		ul#sub_navigation {
			height:32px;
			padding:10px 0 0 255px;
			margin:0;
			list-style:none;
			position:absolute;
			z-index:1;
		}
		ul#sub_navigation li {
			float:left;
			padding:0 10px 0 0;
		}
		ul#sub_navigation li a {
			display:block;
			height:35px;
			float:left;
			font:normal normal normal 11px/17px arial;
			text-decoration:none;
			color:#003781;
		}
		ul#sub_navigation li a:hover, ul#sub_navigation li a.active {
			background:url('../img/sub_nav_bg.gif') bottom no-repeat;
			color:#cc071a;
		}
	
#main {
	margin:0 auto;
	width:760px;
	display:table;
	background:#fff;
	background:url('../img/trans_bg.png') left repeat-y;
	behavior: url("http://www.windotter.nl/css/iepngfix.htc");
}
	ul#navigation {
		float:left;
		width:230px;
		padding:0;
		margin:0;
		list-style:none;
	}
		ul#navigation li {
			padding:20px 0 0 0;
		}
		ul#navigation li a {
			padding:5px 0 5px 30px;
			background:#ffd200;
			display:block;
			width:200px;
			color:#003781;
			font:normal normal bold 14px/17px arial;
			text-decoration:none;
		}
		ul#navigation li a:hover, ul#navigation li a.active {
			color:#cc071a;
		}
	
	#content {
		float:left;
		width:530px;
		background:#fff;
		padding:25px 0 50px 0;
		min-height:500px;
		height:auto !important;
 		height:500px;
 		overflow-x:hidden;
	}
#footer {
	
}