/* CSS Document */

html,body { height: 100%; }

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #012750;
	background: #012750;
}

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 750px;
	background: #fff;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */
}


/* ---------- OPMAAK ---------- */

.clear {
	clear: both;
}

a:link, a:visited, a:active {
	color: #012750;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* ---------- HEADER ---------- */

#top {
	position: relative;
	width: 750px;
	padding: 0;
}

#header {
	position: relative;
	width: 728px;
	padding: 0 0 2px 18px;
	margin: 0;
}




#logo {
	position: relative;
	width: 319px;
	height: 200px;
	float: left;
	margin: 15px 0 0 0;
	background: url("/img/skeyeopener.gif") no-repeat;
	text-indent:-9999px;
}

#topnav {
	position: relative;
	float: right;
	margin: 10px 20px 0 0;
	font-size: 10px;
	color: #999999;
}

#topnav a:link, #topnav a:active, #topnav a:visited {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

#topnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* ---------- NAVIGATIE ---------- */


#nav {
	position: relative; 
	padding: 0 0 10px 0;
	height: 66px;
	width: 750px;
	background: transparent url(/img/menu.gif) repeat-x 0 0;
	
}

#nav ul {
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
}

#nav li {
	float: left;
	height: 66px;
	width: auto;
	padding: 0 10px;
	list-style: none;
}

#nav li a {
	color: #fff;
	font-weight: bold;
	margin: 0px; padding: 20px 0;
	display: block;
}
 





/* ---------- SUB NAVIGATIE ---------- */


#subnav {
	position: relative; 
	padding: 0;
	width: 210px;
	
}

#subnav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#subnav li {
	float: left;
	height: 34px;
	width: 210px;
	padding: 0 0 10px 0;
	list-style: none;
}

#subnav li a {
	background: transparent url(/img/submenu.gif) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0px; padding: 0px;
	display: block;
}
 
 





/* ---------- CONTENT ---------- */

#content {
	position: relative;
	padding: 0 0 50px 0; /* bottom padding for footer */
}

#col_l {
	position: relative;
	float: left;
	width: 252px;
	padding: 20px 0 0 20px;
}

#col_l img { padding: 0 0 10px 0; }


#col_r {
	position: relative;
	float: right;
	width: 442px;
	padding: 0 18px 0 0;
}

#col_img {
	position: relative;
	float: right;
	width: 450px;
	min-height: 295px;
	background: url("/img/col_r.jpg") no-repeat left top;
	padding: 0 10px 0 0;
}



.cont_r {
	position: relative;
	width: 400px;
	padding: 20px 22px 0 20px;
}

.cont_img {
	position: relative;
	width: 425px;
	padding: 20px 12px 0 19px;
}

.item {
	position: relative;
	width: 100%;
	padding: 0 0 10px 0;
	border-bottom: #666666 dotted 1px;
	margin: 0 0 10px 0;
}
.item p { padding:0; margin: 0 0 1em 0; }
.item_img_s {
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
}

.item_img_l {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	padding: 0 10px 5px 0;
}

.item_cont_s {
	position: relative;
	float: right;
	width: 140px;
}

.item h1 {
	width: 100%;
	padding: 0 0 3px 0;
	margin: 0 0 6px 0;
	font-size: 12px;
	color: #012750;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: #012750 solid 1px;
}

#col_img ul {
	position: relative;
	padding: 0;
	margin: 0;
}

#col_img li {
	position: relative;
	float: left;
	height: 64px;
	width: 64px;
	padding: 0 4px 4px 0;
	margin: 0;
	border: 0;
	list-style: none;
}

.gal_img {
	border: 0;
}

#col_img a:link, #col_img a:active, #col_img a:visited {
	position: relative;
	height: 60px;
	width: 60px;
	display: block;
	border: 2px solid transparent;
}

#col_img a:hover {
	border: 2px solid #FFFFFF;
}

.date {
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #999999;
}

.title {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}


/* ---------- FOOTER ---------- */

#footer {
	position: absolute;
	height: 30px;
	padding: 0 0 0 20px;
	bottom: 0; /* stick to bottom */
	font-size: 10px;
	color: #666666;
}

#footer span { display: none; }

/* ---------- FORM ---------- */

input {
	width: 210px;
}

textarea {
	width: 210px;
}

.form_bl1 {
	padding: 0 0 5px 0;
}

.form_bl2 {
	padding: 0 0 10px 0;
}

.form_l {
	float: left;
}

.form_r {
	float: right;
}



.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden}
.clearfix {display:  inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac  */

