@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #001947;
	background-image: url(../gfx/site_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}

#container {
	width: 860px;
	margin: 0 auto;
}

#container_left {
	width: 295px;
	float: left;
}

#container_right {
	width: 565px;
	float: right;
	_margin-top: -685px; /*IE6*/
}

#logo {
	float: left;
	width: 295px;
	height: 160px;
	background-image: url(../gfx/logo.jpg);
	background-repeat: no-repeat;
}

#logo h1, #logo h2 { display: none; }

#navigation {
	text-transform: uppercase;
	font-weight: bold;
	width: 295px;
	height: 525px;
	float: left;	
}

#navigation li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	_line-height: 0.7em; /*IE6*/
}

#navigation a { 
	display: block;
	color: #fff;
	text-decoration: none; 
}

#navigation a:hover {
	background-color: #e60000;
	color: #000;
	text-decoration: none;
}

#navigation span {
	margin-left: 41px;
}

#nav01 {
	float: left;
	width: 268px; /*295*/
	height: 37px; /*45*/
	background-image: url(../gfx/nav_bg_01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	padding-left: 9px;
	padding-right: 17px;
}

#nav02 {
	float: left;
	width: 269px; /*295*/
	height: 295px; /*305*/
	background-image: url(../gfx/nav_bg_02.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 9px;
	padding-right: 18px;
}

#nav03 {
	float: left;
	width: 269px; /*295*/
	height: 21px; /*30*/
	background-image: url(../gfx/nav_bg_03.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 9px;
	padding-left: 9px;
	padding-right: 18px;
}

#nav04 {
	float: left;
	width: 269px; /*295*/
	height: 21px; /*30*/
	background-image: url(../gfx/nav_bg_04.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 9px;
	padding-left: 9px;
	padding-right: 18px;
}

#kantoor {
	float: left;
	width: 245px; /*295*/
	height: 107px; /*30*/
	background-image: url(../gfx/nav_bg_05.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	padding-left: 50px;
	padding-right: 18px;
	color: #fff;
	font-weight: normal;
}

a { color: #4099ff; text-decoration: underline; }
a:hover { color: #e60000; text-decoration: underline; }

#titel {
	float: left;
	width: 565px;
	height: 65px;
	background-image: url(../gfx/main_doseerpompen.jpg);
	background-repeat: no-repeat;
}

#content {
	float: left;
	width: 520px; /*565*/
	min-height: 620px;
	background-image: url(../gfx/content_bg.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	padding: 20px 25px 0px 20px;
}

#content p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #4099ff;
	color: #4099ff;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

#content h3 {
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px dotted #e60000;
	color: #e60000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

#footer {
	float: right;
	width: 571px;
	height: 15px;
	color: #000;
	text-align: center;
	background-color: #b3d6ff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 11px;
	margin-right: 2px;
}

#footer a { color: #000; text-decoration: underline; }
#footer a:hover { color: #e60000; text-decoration: underline; }
