html{
	overflow-y:scroll;
	overflow-x:hidden;
}
body {
    margin:0px;
    font-family:	Trebuchet MS, trebuchet ms, trebuchet, Arial, Helvetica, sans-serif;
    font-size:12px;
	background-image: url("../images/bg2.png");
	background-repeat:repeat-x;
  }
h1{
	color: #177c95;
	font-size: 24px;
	font-weight:bold;
}
h2{
	color: #177c95;
	font-size: 20px;
	font-weight:bold;
}
h3{
	color: #177c95;
	font-size: 14px;
	font-weight:bold;
}
h4{

}
h5{

}
p{
	text-align: left;
}


#container{
	margin:auto;
	width:1000px;
	height: auto;
	position:relative; 
}
	#content{
		width:100%;
		float:left;
		margin-top: 137px; 
	}
		#c_top{
			float:left;
			width:100%;
			min-height:70px;
			background-image: url("../images/top_bg.png");
			background-repeat: no-repeat;
		}
			.c_title{
				padding-top: 10px;
				padding-left: 75px;
			}
		#c_left{
			padding-top: 10px;
			float:left;
			width: 150px;
			margin-left: 75px;
		}
			.sub_selected{
				color: #177c95;
				text-decoration:none;
				display:block;
				padding-left: 20px;
				background-image:url("../images/arrow.png");
				background-repeat: no-repeat;
				background-position: 0px 5px; 
			}
			.sub_deselected{
				color: #177c95;
				text-decoration:none;
				display:block;
				padding-left: 20px;
			}
		#c_right{
			padding-top: 10px;
			float:right;
			width: 725px;
			margin-right: 20px;
			min-height: 502px;
		}
		
		#c_right A 				{color: #177c95; text-decoration: underline; }
		#c_right A:visited		{color: #177c95; text-decoration: underline; }
		#c_right A:hover 		{color: #177c95; text-decoration: none; }
		#c_right A:active		{
	color: #F00;
	text-decoration: underline;
	font-weight: bold;
}
		
		#c_right label {
		width: 150px;
		display: block;
		float: left;
		}
			
	#header{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:150px;
		line-height: 2.2em;
		color:#f6bf94;
	}
		#h_logo{
			float:left;
			background-image:url("../images/logo_bg.png");
			width:100%;
			height:109px;
			top:28px;
			left: 0px;
			position:absolute;
			z-index: 0;
		}
		#h_submenu{
			width:100%;
			height:25px;
			text-align:right;
			position:relative;
			z-index:1;
			color:#25abc8;
		}
			#h_submenu a{
				text-decoration:none;
				padding-right: 5px;
				padding-left: 5px;
				color:#25abc8;
			}
		#h_menu{
			width: 700px;
			height:auto;
			position:relative;
			top:75px;
			left:340px;
			text-align: center;
			text-decoration:none;
		}
			.menu_selected{
				background-image: url("../images/menu_selected.png"); 
				background-repeat:no-repeat;
				height: 35px;
				width: 97px;
			}
				.menu_selected a{ color:#3f515e; text-decoration:none;}
			.menu_deselected{
				background-image: url("../images/menu_deselected.png"); 
				background-repeat:no-repeat;
				height: 35px;
				width: 97px;
			}
				.menu_deselected a{ color:#e8e8e8; text-decoration:none;}
#footer_bg{
	width:100%;
	height: 55px;
	float:left;
	background-color:#cdcdcd;
	border-top: 3px solid #888888;
	color:#4a4a4a;
}
	#footer_menu{
		width:900px;
		height: 25px;
		float:left;
		line-height: 2em;
		color:#4a4a4a;
		margin-left:75px;
		position:relative;
		top:30px;
		z-index: 1;
	}
		.footer_link{
			color:#4a4a4a;
			text-decoration:none;
			padding-left: 2px;
			padding-right: 2px;
		}
		#footer_image{
			background-image:url("../images/knop_oranje.png");
			background-repeat:no-repeat;
			width: 242px;
			height: 50px;
			text-align:center;
			z-index:1;
			position:relative;
			bottom: 30px;
			float:right;
		}
			.link_bottom{
				text-decoration:none;
				color:#FFF;
				font-size: 20px;
				font-weight:bold;
				line-height: 2.5em;
				z-index: 5;
			}

