/*

Blauw 1: 2 108 182
Grijs 1: 001
Grijs 2: 207 208 210 
Zwart 1: 001

*/

body { 
	font-family: Verdana;
	font-size: 76%;
	font-weight: normal;
	color: #606060;
	
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#box {
	margin: 20px auto;
	width: 1000px;
	padding: 0px;
}

	#logo {
		float: left;
		width: 215px;
		height: 116px;
	}
	
	#header {
		float: left;
		width: 785px;
		height: 116px;
		background-image: url('images/border_top.gif');
		background-repeat: repeat-x;
		background-position: top; 
	}
	
		#header p {
			text-align: right;
			margin: 24px 0px 8px 0px;
			padding: 0px;
			font-size: 90%;
			color: #888;
		}
		
		#header p a {
			color: #888;
			text-decoration: none;
		}
		
		#header p a:hover {
			color: #000;
			text-decoration: none;
		}
	
		#header form {
			float: right;
			margin: 0px;
			padding: 0px;
			width: 200px;
			height: 24px;
			background-color: #aaa;
		}
		
		#header form a {
			color: #FFF;
			font-size: 90%;
			text-decoration: none;
		}
		
		#header form input {
			height: 18px;
			padding: 4px 2px 0px 2px;
			color: #888;
			width: 140px;
			border: 1px solid #aaa;
			font-size: 90%;
		}
	
	#left {
		float: left;
		width: 215px;
		background-image: url('images/border_blauw_links.gif');
		background-repeat: repeat-y;
	}
	
		#left ul#menu1 {
			float: left;
			margin: 21px 0px 16px 29px;
			padding: 0px;
			list-style-type: none;
		}
		
		#left ul#menu1 li {
			padding: 0px 0px 4px 0px;
		}
		
		#left ul#menu1 a {
			font-size: 90%;
			font-weight: bold;
			background-image: url('images/menu_closed.gif');
			background-repeat: no-repeat;
			background-position: left;
			padding: 2px 0px 2px 25px;
			color: #888;
			text-decoration: none;
			display: block;
		}
		
		#left ul#menu1 a:hover {
			font-size: 90%;
			font-weight: bold;
			background-image: url('images/menu_closed.gif');
			background-repeat: no-repeat;
			background-position: left;
			padding: 2px 0px 2px 25px;
			color: #026CB6;
			text-decoration: none;
			display: block;
		}

		#left ul#menu1 a#active {
			font-size: 90%;
			font-weight: bold;
			background-image: url('images/menu_open.gif');
			background-repeat: no-repeat;
			background-position: left;
			padding: 2px 0px 2px 25px;
			color: #888;
			text-decoration: none;
			display: block;
		}
		
		#left ul#menu1 a#active:hover {
			font-size: 90%;
			font-weight: bold;
			background-image: url('images/menu_open.gif');
			background-repeat: no-repeat;
			background-position: left;
			padding: 2px 0px 2px 25px;
			color: #026CB6;
			text-decoration: none;
			display: block;
		}

		#left ul#menu1 ul#menu2 {
			margin: 0px 0px 0px 25px;
			list-style-type: none;
			padding: 0px;
		}
		
		#left ul#menu1 ul#menu2 a {
			font-size: 90%;
			color: #026CB6;
			padding: 0px;
			background-image: none;
			text-decoration: none;
			font-weight: normal;
		}
		
	#content {
		float: left;
		width: 595px;
		margin: 10px 0px 0px 0px;
		border-bottom: 1px solid #ccc;
	}
		#content img.mainimg {
			float: left;
			width: 399px;
			height: 273px;
			border: 0px;
		}
	
		#content img.tabimg {
			float: left;
			width: 195px;
			height: 68px;
			border: 0px;
		}


		#content #content_head {
			float: left;
			width: 398px;
			height: 11px;
			background-image: url('images/content_head.gif');
		}
		
		#content #grey_head {
			float: left;
			width: 197px;
			height: 11px;
			background-color: #ccc;
		}
		
		#content #content_text {
			float: left;
			border-left: 1px solid #ccc;
			width: 373px;
			padding: 2px 12px 12px 12px;
		}
		
		#content #content_text h1 {
			font-size: 140%;
			font-weight: bold;
			color: #026CB6;
			font-family: Verdana;
			padding: 0px;
			margin: 0px 0px 12px 0px;
		}
		
		#content #content_text h2 {
			font-size: 120%;
			font-weight: normal;
			color: #888;
			font-family: Verdana;
			padding: 0px;
			margin: 0px 0px 12px 0px;
		}
		
		#content #content_text a {
			color: #026CB6;
			text-decoration: none;
		}

		#content #content_text a:hover {
			color: #000;
			text-decoration: none;
		}

		#content #content_text ul.prodlist {
			float: left;
			width: 186px;
			margin: 0px;
			padding: 0px;
			list-style-type: none;
		}
		
		#content #content_text ul.prodlist li {
			width: 186px;
		}
		
		#content #content_text ul.prodlist a {
			font-size: 90%;
			font-weight: normal;
			background-image: url('images/bullet_off.gif');
			background-repeat: no-repeat;
			background-position: left;
			padding: 2px 0px 2px 15px;
			color: #026CB6;
			text-decoration: none;
			display: block;
		}
		
		#content #content_text ul.prodlist a:hover {
			font-size: 90%;
			font-weight: normal;
			background-image: url('images/bullet_off.gif');
			background-repeat: no-repeat;
			background-position: left;
			padding: 2px 0px 2px 15px;
			color: #888;
			text-decoration: none;
			display: block;
		}

		#content #content_text ul.prodlist a#active {
			font-size: 90%;
			font-weight: bold;
			background-image: url('images/bullet_on.gif');
			background-repeat: no-repeat;
			background-position: left;
			padding: 2px 0px 2px 15px;
			color: #888;
			text-decoration: none;
			display: block;
		}
		
		#content #content_text ul.prodlist a#active:hover {
			font-size: 90%;
			font-weight: bold;
			background-image: url('images/bullet_on.gif');
			background-repeat: no-repeat;
			background-position: left;
			padding: 2px 0px 2px 15px;
			color: #026CB6;
			text-decoration: none;
			display: block;
		}
			
		#content #content_text ul.prodlist a.sub {
			font-size: 90%;
			font-weight: normal;
			background: #fff;
			padding: 2px 0px 2px 0px;
			margin-left: 15px;
			color: #026CB6;
			text-decoration: none;
			display: block;
		}
		
		#content #content_text ul.prodlist a.sub:hover {
			font-size: 90%;
			font-weight: normal;
			background: #fff;
			padding: 2px 0px 2px 0px;
			margin-left: 15px;
			color: #888;
			text-decoration: none;
			display: block;
		}
		
		#content #content_text ul.prodlist a.sub_active {
			font-size: 90%;
			font-weight: bold;
			background: #fff;
			padding: 2px 0px 2px 0px;
			margin-left: 15px;
			color: #888;
			text-decoration: none;
			display: block;
		}
		
		#content #content_text ul.prodlist a.sub_active:hover {
			font-size: 90%;
			font-weight: bold;
			background: #fff;
			padding: 2px 0px 2px 0px;
			margin-left: 15px;
			color: #026CB6;
			text-decoration: none;
			display: block;
		}
		
		#content #grey {
			float: left;
			width: 197px;
			background-color: #ccc;
		}
		
		#content #grey #grey_image {
			margin: 10px 14px 10px 14px;
			background-color: white;
			text-align: center;
		}
		
		#content #grey #grey_image2 {
			margin: 10px 14px 10px 14px;
			background-color: white;
			text-align: center;
		}
		#content #grey #grey_image3 {
			margin: 10px 14px 10px 14px;
			background-color: white;
			text-align: center;
		}
		#content #grey #grey_image4 {
			margin: 10px 14px 10px 14px;
			background-color: white;
			text-align: center;
		}
		#content #grey p {
			margin: 10px 14px 10px 14px;
			font-size: 90%;
		}
		
		#content #grey p span {
			color: #026CB6;
		}
		
		#content h1 {
			font-size: 140%;
			font-weight: bold;
			color: #026CB6;
			font-family: Verdana;
			padding: 0px;
			margin: 0px 0px 12px 0px;
		}
	
	#right {
		float: left;
		width: 185px;
		margin: 10px 0px 0px 5px;
	}
	
		#right div.bar {
			float: left;
			width: 161px;
			height: 19px;
			margin: 0px 3px 3px 3px;
			background-color: #eee;
			color: #026CB6;
			font-weight: bold;
			padding: 3px 10px 0px 8px;
			font-size: 90%;
		}
		
		#right p {
			padding: 3px 10px 5px 10px;
			font-size: 90%;
			color: #aaa;
		}
		
		#right p.nobottom {
			padding: 0px 10px 0px 10px;
			font-size: 90%;
			color: #aaa;
		}
		
		#right a {
			color: #026CB6;
			white-space: nowrap;
			text-decoration: none;
		}
		
		#right a:hover {
			color: #000;
			text-decoration: none;
		}
		
		#right div.prodbase {
			float: left;
			width: 147px;
			padding: 5px;
			height: 109px;
			text-align: center;
			background-image: url('images/prodbase.gif');
			margin: 3px 14px 3px 14px;
		}

.clear {
	clear: both;
}

#slides {
	width: 595px;
	height: 272px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #ccc;
}

#slides div {
	display: none;
}

p.foot {
	font-size: 80%;
	color: #666;
	text-align: center;
}

p.foot a {
	color: #026CB6;
	text-decoration: none;
}
