@charset "utf-8";

/*
Blauw #009DDC
Bruin #906D00
Grijs #5F6062
Lijn #E9E2CC
*/

body {
	background: #1A1A1A url(../../img/background.gif) center;
	color: #000;
	font-size: .8em;
	list-style-type: disc;
}

#wrap {
	background: #FFF url(../../img/infrabackground-nl.jpg) no-repeat;
	margin: 0 auto;
	padding: 20px;
	padding-bottom: 5px;
	width: 900px;
}

/*** Splash ***/

#wrap_splash {
	margin: 0 auto;
	position: relative;
	width: 940px;
}

.plannen {
	margin: 0 auto;
	padding: 1px;
	text-align: left;
	width: 530px;
	color:#5F6062;
}

.flexpo {
	margin-top: -30px;
	text-align: right;
}

#taal_splash {
	height: 125px;
	margin: 20px 0px 0px 40px;
}	

#wrap_splash #footer .right {
	margin-right: 200px;
}

#taalkeuze {
	float: left;
	width: 100px;
}

#taaltekst {
	float: right;
	margin-left: 20px;
	text-align: left;
	width: 360px;
}

.taallink a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
	margin-top: 15px;
}

.taallink a:link, .taallink a:visited {
	color: #fff;
	background-color: #009DDC;
	text-decoration: none;
}

.taallink a:hover {
	color: #fff;
	background-color: #906D00;
	text-decoration: none;
}

/*** Page ***/

h1 {
	color: #906D00;
	font-size: 1.2em;
	margin: .5em 0;
	text-transform: uppercase;
}

h1.indekijker {
	color: #5F6062;
}

.idk_titel {
	font-weight: bold;
}

h2 {
	background: url(../../img/bulleth.gif) center left no-repeat;
	color: #009DDC;
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0 .5em 0;
	padding-left: 25px;
}

#header {
	height: 105px;
}

.lang {
	color: #999;
	height: 15px;
	font-size: .9em;
	margin: 10px 30px -10px 0;
	text-transform: uppercase;
}

.lang a:link, .lang a:visited {
	color: #999;
}

.lang a:hover {
	color: #009DDC;
}

#nav {
	font-size: .9em;
	height: 20px;
	margin-left: 335px;
	text-transform: uppercase;
}

ul#navlist {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0 2px;
}

#navlist a, #navlist .navigatie_not_clickable {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
}

#navlist a:link, #navlist a:visited, #navlist .navigatie_not_clickable {
	color: #fff;
	background-color: #009DDC;
	text-decoration: none;
}

#navlist a:hover, #navlist a.activehoofdlink {
	color: #fff;
	background-color: #906D00;
	text-decoration: none;
}

#main {
	margin: 35px auto;
}

.kruimel {
	color: #999;
	font-size: .8em;
	height: 20px;
	margin-bottom: 10px;
	margin-left: 337px;
}

.kruimel a:link, .kruimel a:visited {
	color: #999;
}

.kruimel a:hover {
	color: #5F6062;
}

#sidebar {
	display: inline; /* fix IE 6 bug */
	float: left;
	margin-left: 70px;
	width: 230px;
}

#navigatie_wrap {
	height: 200px;
	margin: 60px 0 5px 0;
}


.subnavlist {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	width: 205px;
}

.subnavlist li {
	list-style: none;
	margin: 0;
	padding: 0.3em 0;
	border-bottom: #009DDC 1px solid;
}

.subnavlist li a:link, .subnavlist li a:visited, .subnavlist li .subnavigatie_not_clickable {
	color: #5F6062;
	display: block;
	font-size: .9em;
	text-decoration: none;
}

.subnavlist li a:hover {
	color: #000;
	text-decoration: none;
}

.subnavlist li a.activesublink {
	color: #000;
	font-weight: bold;
}

.sub2navlist {
	padding: 0;
	margin: 0;
	text-transform: none;
	width: 205px;
}

.sub2navlist li {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0.2em 1em;
}

.sub2navlist li a:link, .sub2navlist li a:visited, .sub2navlist li .subnavigatie_not_clickable {
	color: #808080;
	display: block;
	font-size: .9em;
	text-decoration: none;
}

.sub2navlist li a:hover {
	color: #000;
	text-decoration: none;
}

.sub2navlist li a.activesublink {
	color: #000;
	font-weight: bold;
}

#content {
	display: inline; /* fix IE 6 bug */
	float: right;
	margin-right: 30px;
	width: 530px;
}

.lijn {
	background-color: #E9E2CC;
	font-size: 1px;
	height: 1px;
	margin: 20px 0;
}

#footer {
	clear: both;
	color: #999;
	font-size: .8em;
}

.meer {
	color: #5F6062;
	font-size: .8em;
	margin-top: -.5em;
	text-align: right;
}

.meer a:link {
	color: #5F6062;
}

.meer a:visited {
	color: #666;
}

.meer a:hover {
	color: #000;
}

.print {
	text-align: right;
}

.print img {
	border: none;
	margin-left: 5px;
	vertical-align: middle;
}

#opdehoogte {
	color: #009DDC;
	font-size: .9em;
}

.opdehoogte_tekst {
	color: #5F6062;
	font-size: .8em;
	width: 180px;
}

#opdehoogte input[type=text] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: #5F6062 1px solid;
	color: #333;
	margin: .2em 0;
	padding: 2px;
}

#opdehoogte input[type=text]:focus {
	border: #906D00 1px solid;
}

#opdehoogte input[type=submit] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #906D00;
	border: #5F6062 1px solid;
	color: #fff;
	padding: 2px;
}

.registreer {
	background: url(../../img/registreer.gif) center no-repeat;
	color: #fff;
	font-weight: bold;
	height: 43px;
	margin: 10px 0;
	padding-top: 30px;
	text-align: center;
}

.registreer a:link, .registreer a:visited {
	color: #fff;
	display: block;
}

.registreer a:hover {
	color: #fff;
	text-decoration: none;
}

.zoeken {
	color: #009DDC;
	font-size: .9em;
	margin: 20px 0;
}

.zoeken input[type=text] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: #5F6062 1px solid;
	color: #333;
	margin: .2em 0;
	padding: 2px;
}

.zoeken input[type=text]:focus {
	border: #906D00 1px solid;
}

.zoeken input[type=submit] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #906D00;
	border: #5F6062 1px solid;
	color: #fff;
	padding: 2px;
}

.organ {
	margin: 60px 0;
	text-align: center;
}

#sfeerbeelden {
	margin-top: 60px;
}

.organtitel {
	color: #5F6062;
	text-align: left;
}

.locatie {
	color: #5F6062;
	text-align: right;
	padding-right: 80px;
}

fieldset {
	margin: .5em 0;
}

label {
	float: left;
	width: 150px;
	display: block;
	clear: left;
	margin-right: 1em;
}

textarea, input, select, label {
	margin-top: .2em;
}

fieldset {
	border: none;
}

legend {
	color: #999;
	font-size: .8em;
	margin-bottom: 1.5em;
}

label {
	color: #000;
}

textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #5F6062;
	padding: 2px;
}

textarea:focus, input[type="text"]:focus {
	border: 1px solid #906D00;
}

select {
	border: 1px solid #906D00;
	color: #000;
}

input[type="text"] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #5F6062;
	padding: 2px;
}

input[type="submit"] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #009DDC;
	border: #5F6062 1px solid;
	color: #fff;
	padding: 2px;
}

.siteby {
	float: right;
	margin-right: 20px;
	color: #999;
	font-size: .8em;
}

.bottom {
	margin-bottom: 10px;
}

#zoek_res_boven {
	color: #5F6062;
}

#zoek_res_onder {
	color: #5F6062;
}

.zoek_hr {
	color: #E9E2CC;
	background-color: #E9E2CC;
	border: 0;
	height: 1px;
	margin: 5px 0 5px 0;
}

.zoek_resultaten_highlight {
	font-weight: bold;
	color: #009DDC;
}

.zoeken_pagina_actief  {
	font-weight: bold;
	color: #009DDC;
}

.terug_naar_zoeken {
	float: right;
}

#sitemap_onderliggende {
	border-top: 1px solid #E9E2CC;
	border-bottom: 1px solid #E9E2CC;
	margin: 10px 0 10px 0;
	padding: 1px 0 1px 0;
}

#sitemap_onderliggende li {
	color: #5F6062;
}

#sitemap_onderliggende a:link, #sitemap_onderliggende a:hover, #sitemap_onderliggende a:visited {
	color: #5F6062;
}

#toc {
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #E9E2CC;
}

#toc li {
	list-style-type: disc;
	color: #5F6062;
}

#toc a:link, #toc a:hover, #toc a:visited {
	color: #5F6062;
}

.sitemap_lijst {
	list-style-type: disc;
}


#sitemap_toggleable {
	margin: 0;
	padding: 0;
}

.leesmeer, .terug_link {
	float: right;
}

.toc_top {
	clear: both;
	margin-top: 5px;
	padding: 5px;
}

.active_taalkeuze {
	font-weight: bold;
	color: #000000;
}


.letter_keuze{
	border-top : 1px solid #d0d0d0;
	border-bottom : 1px solid #d0d0d0;
	padding : 1px 0;
	line-height :24px;
}

.letter_keuze .letter_keuze_letter{
	margin:1px;
	line-height :24px;
}

.letter_keuze .letter_keuze_letter a{
	color:#ffffff;
	text-decoration:none;
	padding:4px;
}

.letter_keuze .letter_keuze_letter a:link{
	background:#009DDC;
}

.letter_keuze .letter_keuze_letter a:visited{
	background:#A9ABAE;
}

.letter_keuze .letter_keuze_letter a:active{
	background:#906D00;
}

.letter_keuze .letter_keuze_letter a:hover{
	background:#906D00;
}

.exp_ul{margin-top : 25px;}

.exposant_detail{
	padding:5px;
}

.exposant_detail h2{
	background:#e6e6e6;
	border:1px solid #e0e0e0;
	color:#000000;
	padding:5px;
	margin:0;
}

.expo_locatie, .expo_standnummer, .expo_email, .expo_website, .expo_terug_link{
	border-bottom:1px solid #e6e6e6;
	padding: 2px 0;
	clear:both;
}

.expo_terug_link{margin-top : 15px;text-align: right;}

.expo_label{
	float:left;
	width : 120px;
	text-align:right;
}

.expo_value{
	margin-left : 135px;
}

table.type_1{
	border:1px solid #e0e0e0;	
}

table.type_1 tr.head{
	background:#e6e6e6;
}

table.type_1 tr td{
	border-bottom: 1px solid #e6e6e6;
	padding : 2px 5px;
}

.select_detail, .datum_keuze, .uur_keuze {
	border: 1px solid #e0e0e0;
	padding: 10px 10px 10px 2px;
	margin-bottom: 5px;
	background-color: #e6e6e6;
}

.expo_foto_detail {
	float: right;
}


#banners_onderaan {
	clear: both;
	border-top: 1px solid #EFE9D9;
	border-bottom: 1px solid #EFE9D9;
	text-align:right;
	width: 830px;
	margin: 5px;
	padding: 10px;
}

#banners_onderaan .banner {
	float: right;
	margin-right: 20px;
}	
















.print_preview {
	float: right;
	margin-right: 5px;
}

span.left {
	float: left;
}

span.right {
	float: right;
}

a:link {
	color: #5F6062;
	text-decoration: underline;
}

a:visited {
	color: #906D00;
	text-decoration: underline;
}

a:hover {
	color: #009DDC;
	text-decoration: underline;
}


