/* (c) 2009 - BMT Media - www.bmtmedia.nl */

body {
	margin:0;
	padding:0;
	width:100%;
	background-color:#000;
	min-width:600px;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
}
a, a:visited {
	color:#fff;
	border-bottom:1px dotted #666;
	text-decoration:none;
}
a:hover {
	color:#fff;
	border-bottom:1px solid #666;
}
#logo {
	margin-top:30px;
	margin-left:20px;
	float:left;
	behavior: url(iepngfix.htc);
	display:block;
	width:292px;
	height:71px;
}
#header1 {
	background-color:#9c9c9c;
	height:122px;
	background-image:url(/images/header_back.jpg);
	background-repeat:no-repeat;
	width:100%;
}
#menu {
	background-color:#000;
	height:50px;
	background-image:url(/images/menu_back.gif);
	background-repeat:repeat-x;
	width:100%;
	float:left;	
	color:#b5cfdb;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:16pt;
	line-height:48px;
	text-align:center;
}
#menu ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#menu li {
	display:inline;
	padding:0px;
	margin:0px;
	border-right:2px solid #475156;
}
#menu li.last {
	border-right:none;
}
#menu a, #menu a:visited {
	color:#b5cfdb;
	border:none;
	text-decoration:none;
	padding-left:10px;
	padding-right:12px;
	border-bottom:none;
}
#menu a:hover {
	color:#fff;
	border-bottom:none;
}
#copyright {
	float:left;
	height:41px;
	line-height:41px;
	margin-left:10px;
}
#copyright a {
	color:#b5cfdb;
}
#copyright img {
	margin-top:12px;
	margin-bottom:13px;
}
#dipp {
	float:right;
	height:41px;
	line-height:41px;
	margin-right:10px;
}
#copyright img, #dipp img {
	vertical-align:middle;
	border:none;
}
#dipp a, #copyright a.beheer {
	border:none;
}
#nav_left {
	float:right;
	margin-top:183px;
	margin-right:4px;
	width:29px;
}
#nav_right {
	float:left;
	margin-top:183px;
	margin-left:4px;
	width:29px;
}
#nav_left img, #nav_right img {
	border:none;
	cursor:pointer;
}
#title_left {
	float:left;
}
#title_right {
	float:right;
}
#thumbs {
	float:left;
	width:130px;
	margin-left:6px;
}
#thumbs img {
	border:2px solid #fff;
	margin-right:0px;
	margin-bottom:0px;
}
#thumbs a {
	border:none;
}
#thumbs img:hover {
	border:2px solid #aaa;
}
#thumbs .container {
	float:left;
	width:65px;
	height:61px;
	text-align:center;
	margin:0px;
	padding:0px;
}
#thumbs li {
	overflow:hidden;
	float:none;
	height:61px;
}
 #thumbs ul {
 	margin:0px;
	padding:0px;
	position:relative;
	list-style-type:none;
	z-index:1;
}
#thumbs .next, #thumbs .prev {
	border:0px !important;
	cursor:pointer;
	margin:5px;
	height:29px;
	width:28px;
	margin-left:auto;
	margin-right:auto;
}
#thumbs .next {
	background-image:url(/images/pijl_beneden.gif);
	background-position:top;
}
#thumbs .prev {
	background-image:url(/images/pijl_boven.gif);
	background-position:top;
}
#thumbs .disabled {
	background-position:bottom;
	cursor:default;
}
#photo {
	width:100%;
	text-align:center;
}
#col3back { /* voor IE6 background-image fix */
	background-image:url(/images/main_back.gif);
	background-repeat:repeat-x;
	background-color:#000;
	position:absolute;
	width:100%;
	top:172px;
	min-width:600px;
}
#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid #ddd;
	background-color:#fff;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:153px;				/* breedte linker kolom */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-376px;		/* -(breedte linker kolom + breedte rechter kolom) */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 0px 0 376px; /* rechter marge         /              breedte linker kolom + breedte rechter kolom + linker marge */
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
	margin-top:4px;
	margin-bottom:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:135%;
}
#col2 {
	float:left;
	width:153px; /* breedte linker kolom - (linker marge + rechter marge) */
	position:relative;
	margin-left:-50%;
	left:223px; /* breedte rechter kolom + linker marge */
	overflow:hidden;
	margin-top:4px;
	margin-bottom:4px;
}
#col3 {
	float:left;
	width:223px; /* breedte rechter kolom - (linker marge + rechter marge) */
	position:relative;
	left:0px; /* linker marge */
	overflow:hidden;
	margin-top:4px;
	margin-bottom:4px;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	margin-top:4px;
	padding-top:8px;
	background-image:url(/images/footer_back.gif);
	background-repeat:repeat-x;
	height:49px;
	color:#b5cfdb;
	font-size:8pt;
	font-style:italic;
	background-color:#000;
}
/* Info & ErrorMessage */
#infomessage, #errormessage {
	border:1px solid #000000;
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:10px;
	font-size:12px;
}
#infomessage {
	background-color:#339900;
	font-weight:bold;
	text-align:center;
}
#errormessage {
	background-color:#990000;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin:0px;
}
/* Forms */
textarea {
	font-size:14px;
	border: 1px solid #AAAAAA;
}
input.form, textarea.form, input.title {
	border: 1px solid #AAAAAA;
	padding-left:2px;
	padding-right:2px;
}
input.formnb {
	padding-left:2px;
	padding-right:2px;
}
select.form {
	border: 1px solid #AAAAAA;
}
input.formerror, textarea.formerror {
	border: 1px solid #AAAAAA;
	background-color:#FFEE88;
	padding-left:2px;
	padding-right:2px;
}
input.formnberror {
	background-color:#FFEE88;
	padding-left:2px;
	padding-right:2px;
}
select.formerror {
	border: 1px solid #AAAAAA;
	background-color:#FFEE88;
}
span.formerror {
	font-weight:bold;
	font-style:italic;
	color:#990000;
	font-size:90%;
	display:block;
	float:right;
}
table.form {
	width:100%;
}