/* CSS for Global Data Exchange       */
/* © 2007 Jop Berkhout | design_stuff */

/* Applied on everything */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
}

/* Body */
body {
	background: #ffffff url(../img/layout/back_site.gif) center 48px repeat-x;
}

/* Links */
a {
	font-weight: bold;
	color: #004388; 
	text-decoration: none;
}

	/* Link rollovers */
	a:active, a:hover, a.active {
		color: #e96300;
	}

/* Headings */
h1 {
	margin: 15px 0px; 
	font-size: 18px;
	line-height: 16px;
	color: #e96300;
}

h2 {
	margin: 16px 0px 10px 0px; 
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #464646;
}


h3 {
	margin: 16px 0px 16px 0px; 
	font-size: 11px;
	line-height: 16px;
	color: #767676;
}

h4 {
	margin: 10px 0px 10px 0px; 
	font-size: 10px;
	line-height: 12px;
	color: #858585;
}

/* Paragraph */
p {
	margin: 0px 0px 10px 0px; 
	font-size: 11px;
	line-height: 16px;
	color: #464646;
}

	/* Paragraph orange */
	p.orange {
		font-weight: bold;
		color: #e96300;
	}

/* div */
div {
	font-size: 11px;
	color: #464646;
}

/* UL */
ul {
	font-size: 11px;
}

/* List items */
li {
	list-style: none;
	display: inline;
}

img {
	border: 0px;
}

/* Container (holder for whole site) */
#container {
	margin: 0px auto;
	width: 950px;
}

/* Top part (holder for logo and menu)*/
#top {
	width: auto;
	height: 93px;
	background: transparent url(../img/layout/main_top.gif) center bottom no-repeat;
}

/* Logo */
#logo {
	margin-top: 15px;
	padding-left: 10px;
	width: auto;
	height: auto;
	float: left;
}

/* Menu (holder for language and menu's) */
#menu {
	padding: 7px 12px 0px 0px;
	width: 650px;
	float: right;
}

/* Language selection */
#language {
	width: auto;
	text-align: right;
}

#language ul li a {
    opacity: 0.4;
    filter: alpha(opacity=40);     
}
 
#language ul li a.active, #language ul li a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);                   
}
/* Head menu */
#headmenu {
	padding: 4px 0px 0px 0px;
	width: 100%;
	float: right;
	text-align: right;
}

	/* Head menu current */
	#headmenu #current {
		background-image: url(../img/layout/tab_act_right.gif);
	}
	
		/* Head menu current link */
		#headmenu #current a {
			background-image: url(../img/layout/tab_act_left.gif);
			color: #ffffff;
		}

	/* Head menu links */
	#headmenu a {
		display: block;
		padding: 4px 10px;
		background: transparent url(../img/layout/tab_nor_left.gif) left top no-repeat;
	}
	
	/* Head menu link states */
	#headmenu a:hover, #headmenu a:active {
		color: #fe8f00;
	}
	
	/* Head menu list */
	#headmenu ul {
		list-style: none;
	}
	
	/* Head menu list items */
	#headmenu li {
		float: right;
		background: transparent url(../img/layout/tab_nor_right.gif) right top no-repeat;
	}
		
/* Sub menu */
#submenu {
	margin: 9px 0px 0px 0px;
	width: 100%;
	float: right;
	text-align: right;
	overflow: hidden;
	line-height: 12px;
}
	
	/* Sub menu list items */
	#submenu li {
	   border-right: 1px solid #ffffff;
	   margin: 0px -6px 0px 8px;
	   padding: 0px 15px 0px 12px;
	}
	
		/* Sub menu list items links */
		#submenu li a {
			color: #ffffff;
			font-weight: normal;
		}
		
			/* Sub menu list items link states */
			#submenu #current a, #submenu li a:active, #submenu li a:hover {
				color: #fe8f00;
			}

/* Sub sub menu */
#subsubmenu {
	padding-bottom: 15px;
	text-align: right;
}
	
	/* Sub sub menu list */
	#subsubmenu ul {
		border-top: 1px solid #dedede;
	}
	
	/* Sub sub menu list items */
	#subsubmenu li {
		border-bottom: 1px solid #dedede;
		display: list-item;
		line-height: 21px;
	}
	
		/* Sub sub menu list items links */
		#subsubmenu li a {
			padding: 0px 6px 0px 0px;
			font-weight: normal;
			display: block;
		}
		
			/* Sub sub menu list items link states */
			#subsubmenu #current a, #subsubmenu li a:active, #subsubmenu li a:hover {
				color: #ffffff;
				font-weight: bold;
				background-color: #004489;
			}			

/* Main ! Deze DIV moet een harde waarde mee krijgen. Waarom?*/
#main {
	width: 940px;
	border-left: 5px solid #e9e9e9;
	border-right: 5px solid #e9e9e9;
	background: #ffffff url(../img/layout/back_main.gif) left top repeat-y;
}

/* Left (holder for trigger blocks) */
#left {
	padding: 0px 20px 20px 20px;
	width: 160px;
	float: left;
}

/* Trigger */
#trigger {
	padding: 20px 0px;
	width: 160px;
}

	/* Trigger lijst */
	#trigger ul {
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
	}
	
		/* Trigger lijst item */
		#trigger ul li {
			line-height: 22px;
			padding: 0px 12px 0px 0px;
			background: transparent url(../img/layout/link_right.gif) right center no-repeat;
		}

/* Right (holder for content) */
#right {
	padding: 0px 8px 8px 8px;
	width: 720px;
	float: right;
}

/* Header (holder for visual) */
#header {
	width: auto;
}

/* Title */
#title {
	width: auto;
	margin: 5px;
	border-bottom: 1px solid #dbdadb;
}

/* Content */
#content {
	width: auto;
	margin: 15px 5px 5px 5px;
}

	#content ul {
		list-style-type:disc;
	}
	
		#content ul li {
			list-style-type:disc;
			display: list-item;
		}
		
	#content ol {
		margin-left:30px;
		list-style-type:decimal;
	}
		
		#content ol li {
			list-style-type:decimal;
			display: list-item;
		}


#content_links {
	width: 350px;
	float:left;
	margin: -5px 5px 5px 5px;
}

#content_rechts {
	width: 340px;
	float:right;
	margin: -5px 5px 5px 5px;
}

/* Plakband */
#mainfix {
	clear: both;
}

/* Footer */
#footer {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: auto;
	height: 30px;
	text-align: center;
	background: transparent url(../img/layout/main_bot.gif) center top no-repeat;
}

	/* Footer list items */
	#footer li {
		padding: 0px 8px;
		border-right: 1px solid #004489;
	}
	
		/* Footer laatste list item */
		#footer li.last-child {
			padding: 0px 8px;
			border-right: none;
		}
	
	/* Footer */
	#footer a {
		font-weight: normal;
	}

/* end */

/* download form */
.form_table {
	width:590px !important;
	line-height:30px;	
}
	
	.form_div td {
		font-weight:bold;
		text-align: left;
				 
	}
	
		.form_div input   {	  			
	  			font-size: 11px;	        	
	  			border: 1px solid #bdbdbd;
	  			padding: 4px;
	  			color: #333333;	  				        	
	  	}
	  	.form_div .huisnummer{
	  		width:112px;
	  	}

	  	
	  	.form_div input:focus {
	  		background: #ECECEC;	  			  		
	  	}
	  	
	  	.form_div select {
	  		font-size: 11px;
			color: #333333;
			width:235px;
			height:20px;	        	
	  	}
  	
	  	.form_div td {
			padding-left:10px;				  		
  		}
  			.form_div td.checkbox {
  				padding:10px;
  				font-weight:normal;  				
			  
			}

		.submitDemo {
	  		margin-left: 5px;
	  		padding: 3px;
	  		background: #F37800;
	  		border: 1px solid #346702;
	  		color: #ffffff;
	  		font-weight: bold;
	  	}


/* KTO form */
.kto_table {
	width:690px !important;
	line-height:30px;	
}

#kto p {
		font-size: 13px;
	}

	.kto_div td {
		font-weight:bold;
		text-align: left;
		font-size: 13px;				 
	}
		#kto label   {
	  			font-size: 13px;
	  			padding: 2px;
		}
	
		.kto_div input   {
	  			font-size: 13px;
				color: #333333;
	  			padding: 2px;
	  	}
	  	
	  	.kto_div input:focus {
	  		background: #ECECEC;	  			  		
	  	}
	  	
	  	.kto_div select {
			color: #333333;
			width:235px;
			height:20px;
	  	}
  	
	  	.kto_div td {
			padding-left:10px;				  		
  		}
  			.form_div td.checkbox {
  				padding:10px;
  				font-weight:normal;  				
			  
			}

		.ktoSubmit {
	  		margin-left: 5px;
	  		padding: 3px;
	  		background: #F37800;
	  		border: 1px solid #346702;
	  		color: #ffffff;
	  		font-weight: bold;
	  	}



#content .form_div ul li {
	padding: 0px 50px 0px 0px;
	background: transparent url(../img/layout/link_right.gif) right center no-repeat;
	display: inline;
}

.form_table {
	width:100%;
	margin-top: 5px;
}
.nieuwsdatum {
	color: #868686;
	margin-right: 10px;
	
}

.blauw { 
	background-color:#f5f6f8;
}


/* nieuws */

.nieuws_div {
	
	border-bottom:1px solid #c1c4cb;
	font-size: 11px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	
}

#content .nieuws_div ul li {
	padding: 0px 12px 0px 0px;
	background: transparent url(../img/layout/link_right.gif) right center no-repeat;
	display: inline;
}

.nieuws_table {
	width:100%;
}
.nieuwsdatum {
	color: #868686;
	margin-right: 10px;
	
}

.link {
	width:200px;
	text-decoration:none;
	border-bottom:1px solid #c1c4cb;
	border-top:1px solid #c1c4cb;
	font-size: 11px;
	padding-top:5px;
	padding-bottom:5px;
}

.link a {
	text-decoration:none;
}

.imgfloat {
	float:left;
}

.tekst_snippet {
	width:200px;
	float:left;
}

.blauw { 
	background-color:#f5f6f8;
}


/* pagina */
.page_float {
	width:330px;
	padding-right:20px;
	margin-top:-15px;
	float:left;
}

.page {
	margin-right:20px;
}

/* poll */
.radio {
	width:50px;
	float:left;
	height:25px;
}

.antwoord {
	float:left;
	height:25px;
}

.result {
	border:1px solid #666666;
	background-color:#009900;
	height:12px;
}

.error {
	color:red;
}

.button {
	background-color:#cfcbcc;
	border:1px solid #00438a;
	color: #00438a;
	font-size:11px;
	width:70px;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

#content div.display {
	width: auto;
}

	#content div.display table {
		width: 100%;
	}
	#content div.display td.display_image {
		width: 1px;
	}
	#content div.display h2 {
		margin-top: 0px;
	}
	
	#content div.display img {
	   margin: 0px 15px 10px 0px;
	}
	
	/* lijst */
	#content div.display ul {
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
	}
	
		/* lijst item */
		#content div.display ul li {
			line-height: 22px;
			display: inline;
			padding: 0px 12px 0px 0px;
			background: transparent url(../img/layout/link_right.gif) right 				center no-repeat;
		}
