/* CSS Document */

body{
	background-position:top;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#003875;
	font-size:12px;
	font-family:Arial, Microsoft sans-serif, Helvetica;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

a{
	text-decoration:underlined;
	/*color:#9C0059;*/
	color:#003875;

	font-weight:bold;
}

a:hover{
	text-decoration:none;	
	/*color:#9C0059;*/
	color:#003875;
	font-weight:bold;
}

#container{
	position:relative;
	width:998px;
	margin-left:auto;
	margin-right:auto;
}

#top{
	position:relative;
	width:580px;
	height:239px;
	background-image:url(../images/bg_top.jpg);
	background-repeat:no-repeat;
	padding-top:134px;
	padding-left:418px;
	color:#003875;
}
#top #sc {border: 0px solid #fff; background-color: #fff; }

#top #sc div {float:left;left:0;top:0;padding:0px;}

#top #sc div #header{
	position:relative;
	width:393px;
	height:191px;
	float:left;
}

#top #sc div #omschrijf{
	position:relative;
	width:152px;
	height:73px;
	float:left;
	padding-top:118px;
	padding-left:16px;
}

#top #sc div #omschrijf .left{
	width:66px;
	height:17px;
	float:left;
	font-weight:bold;
}

#top #sc div #omschrijf .right{
	width:80px;
	height:17px;
	float:left;
}

#submenu{
	position:absolute;
	padding-top:338px;
	padding-left:277px;
	z-index:100;
	font-weight:bold;
	color:#D6D4D4;
	font-size:13px;
}

#submenu a{
	color:#003875;
	text-decoration:none;
}

#midle{
	position:relative;
	width:998px;
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-y;
}

#left{
	position:relative;
	width:267px;
	float:left;
	padding-left:19px;
}

#content{
	position:relative;
	width:468px;
	float:left;
}

#content #head_top{
	position:relative;
	width:450px;
	height:41px;
	background-image:url(../images/bg_headtop.jpg);
	background-repeat:no-repeat;
	padding-left:18px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	padding-top:20px;
}

#content #head_content{
	position:relative;
	width:393px;
	background-image:url(../images/bg_headcontent.jpg);
	background-repeat:repeat-y;
	padding-left:35px;
	padding-right:40px;
	color:#595757;
}

#content #head_bottom{
	position:relative;
	width:468px;
	height:41px;
	background-image:url(../images/bg_headbottom.jpg);
	background-repeat:no-repeat;
}

#content #content_txt{
	position:relative;
	width:391px;
	padding-left:35px;
}

#content #content_txt h2{
	font-size:13px;
	font-weight:bold;
	font-style:italic;
}

#right{
	position:relative;
	width:197px;
	padding-right:29px;
	float:right;
}

#right .right_quick{
	position:relative;
	width:177px;
	height:43px;
	background-image:url(../images/bg_rightorange.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:18px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
}

#right .right_vac{
	position:relative;
	width:177px;
	height:43px;
	background-image:url(../images/bg_rightred.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:18px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
}

#right .right_content{
	position:relative;
	width:165px;
	background-image:url(../images/bg_rightcontent.jpg);
	background-repeat:repeat-y;
	padding-left:16px;
	padding-right:16px;
	padding-top:5px;
}

#right .right_content ul{
	margin:0px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	list-style:none;
}

#right .right_content ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:13px;
	color:#6F6D6D;
}

#right .right_content ul li a{
	text-decoration:none;
	color:#6F6D6D;
	font-weight:normal;
}

#right .right_content ul li a:hover{
	text-decoration:none;
	color:#11457E;
	font-weight:normal;
}

#right .right_bottom{
	position:relative;
	width:197px;
	height:25px;
	background-image:url(../images/bg_rightbottom.jpg);
	background-repeat:no-repeat;
}

#bottom{
	position:relative;
	width:998px;
	height:111px;
	background-image:url(../images/bg_bottom.jpg);
	background-repeat:no-repeat;
}

.clear{
	clear:both;
	height:0px;
}

select{
	width:156px;
	border-bottom:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	height:20px;
}

#btn{
	position:relative;
	width:104px;
	height:38px;
	border-bottom:0px solid #EA9200;
	border-top:0px solid #EA9200;
	border-left:0px solid #EA9200;
	border-right:0px solid #EA9200;
	background-image:url(../images/btn_download.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	cursor: pointer; 
	cursor: hand;
	float:right;
}

.height{
	position:relative;
	height:40px;
}

form{
	padding:0px;
	margin:0px;
}