@charset "utf-8";
/* CSS Document */

/*******************************************/
/* Author: M. Barendregt, mkb-webcreations */
/* Client: Heus Staal Papendrecht B.V.     */
/* Date: 21-02-2008						   */
/* Last-modified: 14-08-2008		       */
/*******************************************/

*{
	margin: 0px; padding: 0px; list-style-type: none; 
	font-family: Arial, Helvetica, sans-serif;
}

a img{ border: 0; }

#wrapper{
	height: 600px;
	width: 1000px;
	margin: 10px auto;
	border: 2px solid #003596;
}	

html>body #wrapper{
	height: auto;
	min-height: 600px;
}

/* HEADER */

#header{
	height: 103px;
	width: 994px;
	margin-top: 2px;
	margin-left: 2px;
	border: 1px solid #003596;
}

#header #logo{
	width: 304px;
	height: 103px;
	background-image: url('../IMG/logo_slice.jpg');
}

#header #tel_fax{
	width: 170px;
	height: 48px;
	margin-left: 674px;
	top: 70px;
	position: absolute;
	background-image: url('../IMG/tel_fax.jpg');
}

#header #header_image{
	height: 103px;
	width: 103px;
	top: 15px;
	margin-left: 846px;
	position: absolute;
	border-left: 1px solid #003596;
}

#header #header_image img{
	height: 101px;
	width: 145px;
	margin-top: 1px;
	margin-left: 1px;
}

html>body #header #header_image img{
	height: auto;
	max-height: 101px;
	width: auto;
	max-width: 145px;
}

/* BOTTOM */

#bottom{
	background: center repeat-y url('../IMG/balk.png');
	height: 495px;
	width: 1000px;
}

html>body #bottom{
	height: auto;
	min-height: 495px;
}

/* LEFT */

#left_container{
	height: 495px;
	width: 792px;
	float: left;
	
}

html>body #left_container{
	height: auto;
	min-height: 495px;
}

/* MENU */

#menu{
	width: 504px;
	height: 22px;
	margin-left: 7px;
	margin-top: 1px;
	border-bottom: 1px solid #003596;
}

#menu li{
	height: 20px;
	width: 143px;
	margin: 0px;
	border-bottom: 1px solid #003596;
	float: left;
}

html_body #menu li{
	width: auto;
	min-width: 140px;
}

#menu li a{
	display: block;
	height: 20px;
	width: 143px;
	color: #000;
	font-size: 18px;
	text-decoration: none;
	background-color: #FFF;
	border-left: 1px solid #FFF;
}	

#menu #home{ width: 75px; }

#menu #home a{
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
	width: 75px;
}

.menu_item a{ text-align: right; }

#menu a:hover{
	background: repeat-x url('../IMG/menu_bar.png');
	border-left: 1px solid #003596;
}

#menu li .active{
	background: repeat-x url('../IMG/menu_bar.png');
	border-left: 1px solid #003596;
}

#menu ul{
	left: -9999px;
	position: absolute;
	z-index: 2;
	width: 140px;
	height: 15px;
	border-left: 1px solid #003596;
	border-bottom: 1px solid #003596;
	padding: 1px;
	background-image: url('../IMG/menu_back.png');	
}

html>body #menu ul{
	height: auto;
	min-height: 15px;
}

#menu ul li {
	border: none;
}

#menu ul a{
	height: 15px;
	width: 135px;
	margin-bottom: 3px;
	margin-left: 0px;
	display: block;
	border: 1px solid #003596;
	background-color: #FFF;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-indent: 2px;	
	text-align: left!important;
}

#menu li.show ul {
	left: auto;
	background-position: 0 0;
}

/* HOME BUTTON */

#home_button{
	width: 53px;
	height: 12px;
	position: absolute;
	margin-top: 0px;
	margin-left: 480px;
	padding-bottom: 2px;
	background-color: #003596;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	display: none;
}

/* SEARCH AREA */

#search{
	height: 33px;
	width: 178px;
	background: url('../IMG/text_balk.png') no-repeat;
	margin-top: 74px;
	margin-left: 520px;
	position: absolute;
	z-index: 1;
}

#search label{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}

#search input{
	height: 12px;
	width: 150px;
	border: 1px solid #003596;
	float: left;
	font-size: 12px;
	margin-left: 5px;
}

#search a{
	float: left;
	margin-left: 2px;
}	

#print{
	height: 21px;
	height: 24px;
	margin-top: 40px;
	margin-left: 10px;
	position: absolute;
	z-index: 2;
}

/* CONTENT AREA */

#content{
	width: 475px;
	max-width: 475px;
	height: 382px;
	margin-left: 11px;
	margin-top: 50px;
	background-color: #FFF;
}

html>body #content{
	height: auto;
	min-height: 382px;
}

#content h2{
	width: 475px;
	height: 24px;
	background: url('../IMG/text_balk.png') no-repeat;
	margin-bottom: 10px;
}

#surplus_link{
	position: absolute;
	width: 180px; height: 35px;
	padding: 2px;
	top: 270px;
	margin-left: 520px;
	border: 2px solid #003596;
}

#surplus_link span{
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-left: 5px;
}

#surplus_link a{
	color: #003596; font-size: 12px; font-weight: normal;
	height: 12px; width: 178px;margin-left: 5px;
}

#surplus_link img{
	float:right;
}

#verder_div{
	position: absolute;
	height: 33px;
	width: 178px;
	top: 350px;
	margin-left: 520px;
	background: url('../IMG/text_balk.png') no-repeat;
}

#verder_div label{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}

#verder_div a{
	font-size: 12px;
	display: block;
	clear: both;
	text-decoration: none;
}

#verder_div a:hover{
	text-decoration: underline;
}

/* SURPLUS TABLE */

#content table{
	width: 475px;
}

#content_table td{
	width: 50%;
}

/* FOOTER */

#footer{
	font-size: 10px;
	text-align: center;
	height: 15px;
	width: 592px;
	clear: both;
}

/* RIGHT */

#right_container{
	width: 208px;
	height: 495px;
	float: left;
}

html>body #right_container{
	height: auto;
	min-height: 495px;
}

#lang_switcher{
	height: 17px;
	width: 70px;
	margin: 2px auto;
}

#lang_switcher a{
	margin: 0px auto;
}

#image_holder{
	width: 165px;
	height: 125px;
	margin: 13px auto;
	padding: 2px;
	border: 1px solid #003596;
}

#image_holder img{
	width: 165px;
	height: 125px;
}

#wistudat{
	height: 120px;
	width: 166px;
	margin: 30px auto;
	border: 1px solid #003596;
	font-size: 12px;
}

#wistudat h3{
	height: 15px;
	width: 100%;
	background-color: #003596;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#wistudat p{
	height: 80px;
	width: 160px;
	padding: 2px;
	font-size: 12px;
	color: #000;
}

#wistudat a{
	float: right;
	font-size: 12px;
	color: #003596;
}

#adres{
	width: 160px;
	margin: 30px auto;
	color: #003596;
	font-size: 12px;
}