/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #000;
}
body {
	font: 12px/20px Tahoma, Geneva, sans-serif;
	color: #ccc;
}
input, textarea {
	font: 12px Tahoma, Geneva, sans-serif;
}
img {
	border: none;
}
p, h1, h2 {
	margin: 0;
}
h1 {
	margin-bottom: 20px;
	font: 22px/24px Tahoma, Geneva, sans-serif;
	color: #fff;
}
h2 {
	margin: 20px 0;
	font: 15px Tahoma, Geneva, sans-serif;
	color: #fff;
}
p {
	margin: 20px 0;
}
form  {
	padding: 0;
	margin: 0;
}
a {
	color: #ccc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #fff;
}

/* Body */
div#wrapper {
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 100%;
	min-height: 100%;
}
div#middle {
	margin: 0 auto;
	height: 530px;
	width: 980px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -265px;
	margin-left: -495px;
}
div#body {
	position: relative;
	background: #000;
	height: 490px;
	border: 5px solid #fff;
}
div#body div#background {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	width: 970px;
	height: 490px;
	z-index: 1;
	background: #000;
}
div#body div#inhoud {
	position: absolute;
	top: 0;
	left: 50px;
	width: 600px;
	height: 490px;
	z-index: 2;
}
div#body div#inhoud div#left, div#body div#inhoud div#right {
	float: left;
}
div#body div#inhoud div#left {
	position: relative;
	width: 210px;
	z-index: 4;
}
div#body div#inhoud div#right {
	width: 300px;
	height: 490px;
	position: relative;
	overflow: hidden;
}
div#body div#inhoud div#right div#right_inner {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	width: 300px;
	height: 490px;
	z-index: 2;
	overflow: hidden;
}
div#body div#inhoud div#right div#right_inner_background {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	width: 300px;
	height: 490px;
	z-index: 1;
	background: #000;
	opacity:.8;
	-moz-opacity:.8;
	-khtml-opacity:.8;
	filter: alpha(opacity=80);
}
div.clear_float {
	clear: both;
}

/* Footer */
div#body div#footer {
	position: absolute;
	bottom: -35px;
	height: 25px;
	width: 980px;
	left: 0;
	text-align: center;
	font-size: 11px;
	color: #353535;
	padding-top: 5px;
}
div#body div#footer p {
	margin: 0;
}
div#body div#footer a {
	color: #353535;
	text-decoration: none;
}
div#body div#footer a:hover {
	color: #444;
}

/* Logo */
div#logo {
	background: url(images/spacer.gif);
	text-align: center;
	margin-top: 15px;
}
div#logo img {
	cursor: pointer;
}
div#logo a:focus {
	outline: none;
}
div#logo a {
	border: none;
	background: none;
}

/* Hoofdnavigatie */
div#navigation {
	list-style-type: none;
	margin: 10px 0 0 10px;
	padding: 0;
	border-top: 1px solid #333;
	width: 190px;
}
div#navigation div.element,
div#navigation div.element_active {
	position: relative;
	width: 180px;
}
div#navigation div.element a,
div#navigation div.element_active a {
	padding: 6px 10px;
	font: 13px Tahoma, Geneva, sans-serif;
	color: #fff;
	border-bottom: 1px solid #333;
	display: block;
	width: 170px;
	text-decoration: none;
	background: url(images/spacer.gif);
}
div#navigation div.element a:hover,
div#navigation div.element_active a {
	background: #292929;
}
div#navigation div.element div.dropdown,
div#navigation div.element_active div.dropdown {
	display: none;
	position: absolute;
	top: -1px;
	left: 190px;
	padding: 0;
	border-top: 1px solid #333;
}
div#navigation div.element div.dropdown a,
div#navigation div.element_active div.dropdown a {
	border: none;
	font: 11px Tahoma, Geneva, sans-serif;
	padding: 7px 10px 5px 10px;
	display: block;
	width: 170px;
	height: 16px;
	border-bottom: 1px solid #333;
}
div#navigation div.element div.dropdown a:hover,
div#navigation div.element_active div.dropdown a:hover {
	background: #2e2e2e;
}

/* jsScroll */
.Container {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 262px;
	height: 460px;
	background: url(images/spacer.gif);
}
#Scroller-1 { 
	position: absolute; 
	overflow: hidden;
	width: 262px;
	height: 450px;
}
.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 262px;
}
.Scrollbar-Track {
	width: 12px;
	height: 460px;
	position: absolute;
	top: 20px;
	right: 1px;
}
.Scrollbar-Handle {
	position: absolute;
	top: 0;
	width: 12px;
	height: 44px;
	background-image: url(images/scrollbar_handle.gif);
	cursor: pointer;
}

/* Contactformulier */
div.mailer_ext {}
div.mailer_ext div.message {
	visibility: hidden;
}
div.mailer_ext div.message ul {}
div.mailer_ext div.message ul li {
	margin-top: -20px;
}
div.mailer_ext label {
	display: block;
	float: left;
	width: 110px;
}
div.mailer_ext input {
	margin-bottom: 3px;
	border: 2px solid #fff;
	background: #fff;
	padding: 2px 3px;
	width: 120px;
}
div.mailer_ext textarea {
	width: 230px;
	border: 2px solid #fff;
	background: #fff;
	padding: 2px 3px;
}
div.mailer_ext input.error, div.mailer_ext textarea.error {
	border-color: #c03232;
} 
div.mailer_ext input.versturen {
	text-transform: capitalize;
	width: auto;
	cursor: pointer;
}

/* Reactie commentaar */
div#geplaatste_reacties {
	border-top: 1px dotted #fff;
	padding-top: 10px;
	margin-top: 10px;
}
div#geplaatste_reacties div.bericht {
	border-bottom: 1px dotted #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
div#geplaatste_reacties div.bericht p {
	margin: 0;
	font-size: 11px;
}
div#geplaatste_reacties div.bericht p.date {
	position: absolute;
	top: 0;
	right: 0;
}
div#geplaatste_reacties div.bericht h2 {
	margin: 0;
	text-transform: capitalize;
	width: 180px;
}

/* Reageren */
div#reageren_button a {
	display: block;
	background-color: #fff;
	padding: 4px 8px;
	color: #333;
	border: none;
	border-top: 2px solid #ccc;
	font-weight: bold;
	text-decoration: none;
}
div#reageren_button a:hover {
	color: #e2143c;
}
div#reageren {
	margin-bottom: 20px;
	background: #333;
	padding: 12px 8px;
	color: #fff;
	border-bottom: 3px solid #222;
}
div#reageren  div.hidden {
	display: none;
}
div#reageren div.regel {
	height: 30px;
}
div#reageren label {
	display: block;
	float: left;
	width: 85px;
}
div#reageren input {
	float: right;
	margin-bottom: 3px;
	border: 2px solid #fff;
	background: #fff;
	padding: 2px 3px;
	width: 120px;
}
div#reageren textarea {
	width: 235px;
	border: 2px solid #fff;
	background: #fff;
	padding: 2px 3px;
}
div#reageren input.error, div#reageren textarea.error {
	border-color: #e2143c;
}
div#reageren input.versturen {
	text-transform: capitalize;
	width: auto;
	cursor: pointer;
}

/* Nieuws pagina */
div#news_page {}
div#news_page div.article {
	margin: 20px 0;
}
div#news_page div.article h2, div#news_page div.article p {
	margin: 0;
}

/* Exposanten lijst */
ul#exposanten {}
ul#exposanten li {}
ul#exposanten li a {
	text-decoration: none;
}

/* Exposanten afbeeldingen */
div.exposanten_afbeeldingen {
	margin-bottom: 20px;
}
div.exposanten_afbeeldingen img {
	border: 1px solid #fff;
	margin: 0 3px 3px 0;
}