*{
	margin: 0;
	padding: 0;
}

body{
	background: #f1f1f1;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height:15px;
	color: #c0c0c0;
}

img{
	border: 0px;
}

a{
	color: #000;
	text-decoration: none;
}

a	
{
  outline: none;
}

a:hover{
	color: #ed7c0c;
}

h1{
	font-family: helvetica, arial, verdana;
	font-size: 36px;
	line-height:40px;
	color: #FFFFFF;
	font-weight: normal;
	padding-bottom: 3px;
}

h1.black{
	color: #000000;
	font-size: 30px;
	line-height:34px;
	border-bottom: 1px solid #8d8b8d;
	margin-bottom: 10px;
}

h2{
	font-family: helvetica, arial, verdana;
	font-size: 18px;
	line-height:26px;
	font-weight: normal;
	color: #1a1a1a;
	border-bottom: 1px solid #8d8b8d;
	margin-bottom: 7px;
	padding-bottom: 3px;
}

h2.big{
	font-size: 20px;
	line-height:26px;
	color: #ed7703;
}

h3{
	font-family: helvetica, arial, verdana;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 5px;
	color: #000000;
}

h4{
	font-family: helvetica, arial, verdana;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h5{
	font-family: arial, verdana;
	font-size: 1.6em;
	font-weight: normal;
	color: #ed7703;
	padding-bottom: 5px;
}

span.color{
	color: #ed7703;
}

h2.big span.color{
	color: #1a1a1a;
}

.clear{
	clear: both;
}


.imgleft{
	float: left;
	margin: 0px 5px 5px 0px;
}

.imgright{
	float: right;
	margin: 0px 0px 5px 5px;
}

.margin1{
	margin: 0px 10px 0px 0px;
}

.textleft{
	text-align: left;
}

.textcenter{
	text-align: center;
}

.textright{
	text-align: right;
}

.btn{
	height: 33px;
	float: right;
}

.btn.alignleft{
	float: left;
	margin-right: 10px;
}

.btn_left{
	width: 11px;
	height: 33px;
	background: transparent url(../images/btn_left.gif) no-repeat top left;
	float: left;
}

.btn_content{
	height: 33px;
	background: transparent url(../images/btn_1px.gif) repeat-x top left;
	float: left;
	font-size: 1.4em;
	text-shadow:1px 1px 2px #c2c2c2;
	line-height: 30px;
	font-weight: normal;
}

.btn_content a{
	color: #FFFFFF;
}

.btn_content a:hover{
	color: #1a1a1a;
}

.btn_right{
	width: 11px;
	height: 33px;
	background: transparent url(../images/btn_right.gif) no-repeat top left;
	float: left;
}

.btn_overlay {
	cursor:pointer;
}

/* top */

#header{
	width: 100%;
	margin-bottom: 10px;
}

#header_wrapper {
	width:890px;
	margin:auto;
	position:relative;
}

#logo_container{
	width: 100%;
	height: 82px;
	background:#c0c0c0 url(../images/background.jpg);
}

#logo{
	width: 930px;
	height: 82px;
	background: transparent url(../images/logo.gif) no-repeat top left;
}

.lang_label {
	font-weight:bold;
	color:#666;
}

#lang_switch {
	position:absolute;
	right:0px;
	top:50px;
	font-size:11px;
}

.select_lang {
	background-color:#ffffff;
	width:auto;
	font-size:10px;
	padding:1px;
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:8px 3px;
	background-image: url(../images/flag_en.gif);
}

.select_lang option {
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:7px 1px;
}

.nl {
	background-image: url(../images/flag_nl.gif);
}
.int {
	background-image: url(../images/flag_en.gif);
}
.de {
	background-image: url(../images/flag_de.gif);
}

#menu_main{
	width: 100%;
	height: 42px;
	background: #6e6e6e url(../images/menu_main.jpg) repeat-x top left;
}

#menu_main_content{
	width: 920px;
	height: 30px;
	margin-top: 6px;
	float: left;
}

.menu_main_item{
	height: 30px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
	text-shadow:1px 1px 2px #000;
}

* html .menu_main_item {
	min-width: 80px;
}

.menu_main_item a{
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 28px;
}

.menu_main_item a:hover{
	text-shadow:1px 1px 1px #333333;
	color: #000000;
}

#menu_main_act_links{
	background: url(../images/menu_main_act_links.jpg) no-repeat top left;
	width: 11px;
	height: 30px;
	float: left;
}

#menu_main_act{
	text-shadow:1px 1px 1px #c2c2c2;
	background: url(../images/menu_main_act.jpg) repeat-x top left;
	height: 30px;
	float: left;
}

#menu_main_act a{
	color: #000000;
}
#menu_main_act a:hover{
	text-shadow:1px 1px 1px #c2c2c2;
}
#menu_main_act_rechts{
	background: url(../images/menu_main_act_rechts.jpg) no-repeat top left;
	width: 11px;
	height: 30px;
	float: left;
}

#menu_sub{
	width: 100%;
	height: 26px;
	background: #ed7c0c  url(../images/menu_sub.jpg) repeat-x top left;
}

#menu_sub ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left:15px;
}

#menu_sub ul li {
	float: left;
	line-height: 23px;
	height: 26px;
	font-size:14px;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	_border-right:none;
	_border-left: none;
}

#menu_sub ul li a{
	text-decoration:none;
	color: #FFFFFF;
	text-shadow:1px 1px 2px #222222;
}

#menu_sub ul li a:hover{
	color:#000000;
	text-shadow:1px 1px 2px #666666;
	text-decoration:none;
}

#menu_sub ul li#act{
	background: #f1f1f1;
	border-left: 1px solid #343434;
	border-right: 1px solid #343434;
}

#menu_sub ul li#act a{
	color: #000000;
	text-shadow:1px 1px 2px #666666;
}

#menu_sub ul li#act a:hover{
	color: #000000;
}


.header_content_width{
	width: 930px;
	margin: 0 auto 0 auto;
}

a#btn_logo{
	display: block;
	width: 180px;
	height: 85px;
}

/* top */




#wrapper{
	width: 930px;
	_width: 950px;
	height: 1000px; /* tijdelijk */
	margin: 0 auto 0 auto;
}

.block{
	float: left;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 10px;
	color: #1a1a1a;
}








.top{
	height: 20px;
}

.content{
	height: auto;
}

.bottom{
	height: 25px;
}

.width900{
	width: 930px;
}

.width670{
	width: 700px;
}

.width440{
	width: 460px;
}

.width210{
	width: 230px;
}

.contenttext{
	margin-left: 30px;
	color:#000000;
}

.contenttext:hover{
	margin-left: 30px;
}


.contenttext ul{
	padding: 0px;
	padding:10px;
	margin-left:25px;
}

.width900 .contenttext{
	width: 870px;
}

.width670 .contenttext{
	width: 640px;
}
.width210 .contenttext{
	width: 180px;
}

.width900 .top{
	background-image: url(../images/top_900.gif);
}

.width900 .content{
	background-image: url(../images/1px_900.gif);
}

.width900 .bottom{
	background-image: url(../images/bottom_900.gif);
}

.width670 .top{
	background-image: url(../images/top_670.gif);
}

.width670 .content{
	background-image: url(../images/1px_670.gif);
}

.width670 .bottom{
	background-image: url(../images/bottom_670.gif);
}

.width210 .top{
	background-image: url(../images/top_210.gif);
}

.width210 .content{
	background-image: url(../images/1px_210.gif);
}

.width210 .bottom{
	background-image: url(../images/bottom_210.gif);
}


/* height */

.small{
	height: 195px;
	width: 230px;
	background-image: url(../images/block_small.gif);
}

.small .content{
	margin-top: 11px;
	width: 210px;
}

.small .content{
	margin-top: 11px;
	width: 210px;
}
.small .content .overflow{
	height: 160px;
	overflow:hidden;
}


.medium{
	height: 195px;
	width: 464px;
	background-image: url(../images/block_medium.gif);
}

.medium .content{
	margin-top: 11px;
	width: 430px;
}

.medium .content .overflow{
	height: 160px;
	overflow:hidden;
}
/* jump to */

.transparent{
	width: 220px;
	margin-left: 10px;
	background: none;
	font-size: 0.9em;
	margin-top: 0px;
	color: #585858;
	line-height: 17px;
}

.transparent a{
	color: #585858;
	margin-left: 10px;
}

.transparent a:hover{
	color: #ed7c0c;
}

/* zijbalk */

#sidebar{
	width: 230px;
	float: right;
}

.grey{
	width: 230px;
	float: left;
	overflow:hidden;		
	background: transparent url(../images/grey.png) no-repeat top left;
	line-height: 22px;
	
}
.grey_bg {
	float: left;
	background: transparent url(../images/grey_bg.png) repeat-y top left;
}
.grey a{
	color: #1a1a1a;
}

.grey a:hover{
	color: #FFFFFF;
}

.grey_content{
	width: 200px;
	margin: 20px 0px 0px 25px;
}

.grey_content li {
	margin-right:15px;
	margin-left:15px;
	_margin-left:0px;
	padding-left:5px;

}

.grey_bottom{
	float: left;
	width:240px;
	height:18px;
	background-image: url(../images/grey_bottom.png);
}
#sidebar .bg_image {
	background-image:url(../images/bg_210.gif);
}

.downloads{
	line-height: 8px;
}

.file_info{
	color: #FFFFFF;
	font-size: 0.9em;
}

/* zijmenu */

.menu{
	width: 220px;
	height: 200px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}

.menu ul{
	width: 220px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu li{
	height: 40px;
	background: transparent url(../images/menu_side.png) no-repeat top left;
	width: 230px;
	padding: 10px 0px 0px 15px;
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: normal;
}

.menu li.hover{
	background-position: 0px -60px;
}

.menu li.active{
	background-image: url(../images/menu_side_act.png);
}

.menu li a{
	color: #FFFFFF;
	text-shadow:1px 1px 2px #222222;
	display: block;
	width: 200px;
	height: 40px;
}

.menu li a:hover{
	color: #111111;
	text-shadow:1px 1px 2px #c2c2c2;
}

.menu li.active a:hover{
	color: #ffffff;
}

.btn_demo{
	height: 40px;
	background: transparent url(../images/menu_side.png) no-repeat top left;
	width: 230px;
	_width: 220px;
	padding: 8px 0px 0px 25px;
	font-size: 16px;
	line-height:20px;
	color: #FFFFFF;
	text-shadow:1px 1px 2px #222222;
	font-weight: normal;
}

.btn_demo.hover{
	background-position: 0px -60px;
	text-shadow:1px 1px 2px #c2c2c2;
}


.btn_demo a{
	color: #FFFFFF;
	text-shadow:1px 1px 2px #222222;
	display: block;
	width: 200px;
	height: 40px;
}

.btn_demo a:hover{
	color: #111111;
	text-shadow:1px 1px 2px #222222;
}
/* hoofdblok */

#main_big{
	width: 930px;
	height: 300px;
	background-image: url(../images/block_big_black.png);
	margin-top: 10px;
}

#main_big_content{
	float: left;
	width: 900px;
	height: 400px;
	margin: 10px 0px 0px 20px;
}

#main_big.height330{
	height: 350px;
	background-image: url(../images/block_big_black_330.png);
}

#main_big.height330 #main_big_content{
	height: 330px;
}

#main_video{
	width: 930px;
	height: 310px;
	float: left;
	margin-top: 10px;
}

#main_video_content{
	width: 930px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 340px;
}

#main_video_flash{
	width: 930px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#main_video_flash_content{
	width: 900px;
	height: 330px;
	margin: 6px 0px 0px 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

#main_video_border{
	width: 930px;
	height: 350px;
	margin-top:-7px;
	margin-left:-15px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

#main_video_border_top{
	width: 930px;
	height: 22px;
	margin-top:-7px;
	margin-left:-15px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-repeat:no-repeat;
}

#main_video_border_bottom{
	width: 930px;
	height: 28px;
	margin-left:-15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1001;
	background-repeat:no-repeat;
}

#main_video_border_left{
	width: 18px;
	height:290px;
	background-image: url(../images/overlay_big_left.png);
	position: absolute;
	top: 15px;
	left: -15px;
	z-index: 1000;
}

#main_video_border_right{
	width: 18px;
	height:290px;
	background-image: url(../images/overlay_big_right.png);
	position: absolute;
	top: 15px;
	left: 897px;
	z-index: 1000;
	background-repeat:repeat-y;
}


#main_bg{
	width: 930px;
	height: 300px;
	float: left;
	margin-top: 10px;
}

#main_bg_content{
	width: 930px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 300px;
}

#main_bg_image{
	width: 930px;
	height: 350px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#main_bg_image_content{
	width: 900px;
	height: 284px;
	margin: 6px 0px 0px 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

#main_bg_border{
	width: 930px;
	height: 300px;
	margin-top:-5px;
	margin-left:-15px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}




#main_text_image_border{
	background: url(../images/block_big_bg.gif);
	
	width: 930px;
	height: 300px;
	float: left;
	margin-top: 10px;
}

#main_text_image{
	width: 930px;
	height: 396px;
	float: left;
	overflow:hidden;
}

#main_text_image_content{
	margin-left:10px;
	padding:20px;
}



#main_big_content h1{
	margin: 15px 0px 0px 15px;
}

#main_big_content_home_text{
	width: 210px;
	float: left;
}

#main_big_content_home_text p{
	color: #FFFFFF;
	margin-left: 20px;
	margin-bottom: 10px;
}

#main_big_content_home_img{
	width: 650px;
	float: right;
	margin-right: 30px;
}

#contenttext_small_text{
	float: left;
}

#contenttext_small_text p{
	color: #1a1a1a;
}

#contenttext_small_img{
	float: right;
}

#contenttext_medium_text{

	float: left;
}

#contenttext_medium_img{
	width: 430px;
	float: right;
}

#list{
	width: 400px;
	margin-top: 20px;
}

#list ol{
	
}

.list_number{
	width: 20px;
	height: 40px;
	color: #ed7c0c;
	font-size: 2.2em;
	font-weight: normal;
	float: left;
	margin-bottom: 10px;
}

.list_text{
	width: 360px;
	float: right;
	margin-bottom: 10px;
}

.list_clear{
	clear: both;
}

/* subblokken */

.btn_arrow{
	width: 30px;
	height: 30px;
	float: right;
	cursor: pointer;
	display: block;
	background: transparent url(../images/arrow.jpg) no-repeat center center;
}

.btn_arrow.on{
	background: transparent url(../images/arrow_on.jpg) no-repeat center center;
}




.intro{
	color:#000000;
	cursor:pointer;
}


.body{
	display: none;
}

.correct_height{
	margin-top: -5px;
}





#footer{
	width: 900px;
	height: 50px;
	text-align: center;
	font-size: 0.9em;
}

#footer a{
	color: #000000;
}

#footer a:hover{
	color: #ed7c0c;
}


.line{
	height: 30px;
	background: transparent url(../images/line.gif) repeat-x center left;
	clear: both;
}



.image {
	padding-left:15px;
}



/* overlay */

#popup{
	background-image: url(../images/trans.png);
	width:100%; 
	height:100%; 
	float:left; 
	position:fixed; 
	z-index:100; 
	top:0px; 
	left:0px;
	cursor:default;
	display: none;
}

#popup_content { 	
  position:absolute;
  height:600px; 
  width:868px;
  margin:-280px 0px 0px -434px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
  overflow: auto;
  display: none;
}


#popup_close{
	position:absolute;
	top:20px;
	left:825px;	
	clear:both;
	height: 30px;
	width: 30px;
	background: transparent url(../images/close.png) no-repeat top left;
	z-index: 400;
	cursor: pointer;
}


.paragraph_image{
	float:left;
	margin-top:3px;
	margin-right:10px;
	margin-bottom:1px;
}


.medium_container {
	width:670px;
	position:relative;
	margin-left:15px;
	padding-top:9px;
}

.medium_bg {
	position:absolute;
	height:300px;
	overflow:hidden;
}

.medium_overlay{
	position:absolute;
	height:300px;
	margin-left:-15px;
}

.medium_content{
	position:absolute;
	padding:20px;
	font-size:16px;
	line-height:20px;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:300px;
	border:solid 1px #666666;
	margin-top:4px;
	padding:2px;
}

.frm_field{
	padding-bottom:10px;
	padding-right:20px;
}


.btn_back {
	width:300px;
	border-top:solid 1px #444444;
	font-size:15px;
	padding-top:8px;
	margin-top:12px;
	line-height:24px;
}


.date {
	font-size:14px;
	color:#666666;
	font-style:italic;
	margin-bottom:10px;
}

.subtitel {
	font-size:14px;
	color:#000000;
	font-style:italic;
	margin-bottom:10px;
}

.img_left {
	float:left;
	margin-right:8px;
	margin-bottom:3px;
}

.img_right {
	float:right;
	margin-left:8px;
	margin-bottom:3px;
}
