/* CSS Document */

html, body {height:100%; margin:0; padding:0;}
html {overflow:auto; overflow-x:hidden;}

body {
	background-color:#FFFFFF;
	}
.body_home {
	background-image:url("/images/bg_home.gif");
	background-repeat:repeat-x;
	}

.bodybg {
	background-image:url("/images/bg.gif");
	background-repeat:repeat-x;
	}
	
h1 {
	font-size: 11px;
	color: #2A8F8F;
	background-image: url(/images/bg_h1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	vertical-align: bottom;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	display: block;
	height: 20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding-top: 0px;
}

li {list-style-image: url(/images/bullet.gif);}
ul {
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
}

#wrapper {width:1003px; position:relative;}

#header {width:1003px;}
#header_1 {
	width:1003px; 
	height:75px; 
	background-image:url("/images/header_bg.gif"); 
	background-repeat:repeat-x;
	}
#header_2 {
	width:1003px;
	height:40px;
	background-image:url("/images/header_bg2.gif");
	}
	
#menu {position:absolute; z-index:75; top:59px; left:117px; width:910px;}

#page_title {
	position:absolute; 
	z-index:76; 
	top:203px; 
	width:598px; 
	height:19px; 
	padding-left:20px; 
	padding-top:6px; 
	padding-bottom:6px;
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	}

#introcontent {height:309px; width:1003px;}
#introcontent_left {
	height:309px; 
	width:618px; 
	float:left; 
	}
#introcontent_right {
	height:269px; 
	width:345px; 
	float:left;
	padding:20px;
	background-image:url("/images/intro_text_bg.gif");
	background-repeat:no-repeat;
	font-family:Tahoma;
	font-size:11px;
	}
	
/* Standard Template */
#page_introcontent {height:119px; width:1003px;}
#page_introcontent_left {
	height:119px; 
	width:618px; 
	float:left; 
	}
#page_introcontent_right {
	height:119px; 
	width:345px; 
	float:left;
	}
/* End */
	
.tekstkop {font-family:Arial; font-size:16px; color:#0b696f; font-weight:bold;}
.tekstkop2 {font-family:Arial; font-size:16px; color:#01939a; font-weight:bold;}
	
#content {
	border-top:1px solid #000000;
	width:1003px;
	background-color:#FFFFFF;
	}
	
#content_left{
	padding:15px;
	width:180px;
	float:left;
	background-image:url("/images/content_bg.gif");
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
#content_left_text{
	padding-left:15px;
	padding-top:10px;
	font-family:Tahoma;
	font-size:11px;
	}
	
#content_mid{
	padding-top:15px;
	padding-bottom:15px;
	width:409px;
	float:left;
	background-image:url("/images/content_bg.gif");
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
	
#content_mid_text{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	font-family:Tahoma;
	font-size:11px;
	}
#content_mid_borderdiv{
	border-left:1px solid #96c7ca;
	border-right:1px solid #96c7ca;
	}
	
#content_right{
	float:left;
	width:364px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
	background-image:url("/images/content_bg.gif");
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}

/* Standard Template */
#pagecontent {
	border-top:1px solid #000000;
	width:1003px;
	background-color:#FFFFFF;
	}
	
#page_content_left{
	padding:20px;
	width:577px;
	float:left;
	background-image:url("/images/content_bg.gif");
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
	line-height:18px;
	border-right:1px solid #96c7ca;
	}
	
#page_content_right{
	float:left;
	width:385px;
	padding-top:15px;
	padding-bottom:15px;
	background-image:url("/images/content_bg.gif");
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
#page_content_right_borderdiv{
	/*border-left:1px solid #96c7ca;*/
	}
/* End */


/* News Front */
.news_front_table{
	/*border-top:1px solid #CCCCCC;*/
	}
	
.news_front_td{
	border-top:1px solid #CCCCCC;
	padding-top:6px;
	padding-bottom:6px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	}

.newslink {text-decoration:none;color:#000000;}	
.newslink:hover {text-decoration:none;color:#000000; font-weight:bold;}	
/* End News Front */

/* RSS Style */
		#chan_items { border-top:1px solid #CCCCCC; }
		#chan_items #item { padding-top:6px; padding-bottom:6px; padding-left:20px; border-bottom:1px solid #CCCCCC; }
		#chan_items #item #item_title { font-size: 11px; font-family:Tahoma; }
		#chan_items #item a {text-decoration:none; color:#000000;}
		#chan_items #item a:hover {text-decoration:none; color:#000000; font-weight:bold;}
/* End RSS Style */


/*---------------------------------------------------------- clear fix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-------------------------------------------------------- */