/* CSS Document */
html, body {
	margin: 0;
	background-image: url(../../images/structure/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, helvetica;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #F37321; /* oranje */ 
}
a:hover, a:active{
	text-decoration: none;
	color: #F37321;
	font-weight: bold;
}
h1 { 
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	font-weight:bold;
	margin-top: 0;
}
h2 { 
	font-family: arial, helvetica;
	font-size: 12px;
	color: #F37321;
	font-weight: bold;
	margin-top: 0;
}
h3 { 
	font-family: arial, helvetica;
	font-size: 11px;
	color: #F37321;
	font-weight: bold;
	margin-top: 0;
}
hr {
	border-bottom: 1px dashed #a09999;
}
table {
	border: 0px solid white;
}
tr {
	vertical-align: top;
}

#wrapper {
	position:relative;
	margin: 0 auto;
	width: 980px;
	text-align: left;
}
#bg {
	position:absolute;
	top: 0;
	left: 0;
	width: 980px;
	min-height: 1002px;
	height: auto !important;
	min-height: 1002px;
	z-index: 1;
}
#site {
	position: absolute;
	top: 0;
	left:0;
	width: 950px;
	
	z-index: 2;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo_txt {
	position: absolute;
	top: 150px;
	left: 22px;
	z-index: 6;
}
#link_logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height:130px;
}
#hoofdmenu {
	position: absolute;
	top: 227px;
	left: 52px;
	z-index: 5;
}

/* zoeken */
#zoeken {
	position: absolute;
	top: 541px;
	left: 41px;
	margin-bottom: 1px;
}
#zoek_input {
	margin-top: 1px;
	background-color: #ffffff;
	padding: 6px 6px 5px 6px;
}
.input_zoeken {
	border: 1px solid #555555;
	height: 21px; 
	width: 125px;
	padding: 4px 0 0 3px;
}
.submit_zoek {
	padding-top: 1px;
}

#midden {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 579px;
	background-color: #ffffff;
	margin-top: 1px
}
#slideshow {
	position: absolute;
	top: 19px;
	left: 10px;
	z-index: 3;
	border: 1px solid #505050;
}
#mask_slideshow {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
}
#taalwissel {
	position: absolute;
	top: 2px;
	left: 519px;
	z-index: 5;
	text-align:left;
}
#content {
	margin-top: 200px;
	padding: 10px;
	background-color: #ffffff;	
}
#main_default {
	padding: 20px;
	border: 1px solid #555555;
	min-height: 456px;
	height: auto !important; 
	min-height: 456px;
	height: 456px;
}

/* right */
#right {
	position: absolute;
	top: 220px;
	left: 580px;
}
/* submenu */
.submenu td {
	background-image: url(../../images/structure/bg_submenu.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 179px;
	height: 20px;
	margin-bottom: 1px;
	vertical-align: middle;
	background-color: #ffffff;
	line-height: 20px;
}
.submenu a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.submenu a:hover {
	color: #ffffff;	
	font-weight: bold;
	background-image: url(../../images/structure/bg_submenu_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
}

/* links */
#nav_icons {
	margin-top: 100px;
}
#nav_icons img {
	margin-bottom: 1px;
}

/* reserveringsformulier */
.label_formulier {
	font-weight: bold;
	width: 180px;
}
.verplicht {
	font-style: italic;
}
.input_formulier {
	border: 1px solid #565656;
	width: 218px;
}
.select_formulier {
	border: 1px solid #565656;
	width: 220px;
}
.select_dag {
	border: 1px solid #565656;
	width: 53px;
}
.select_maand {
	border: 1px solid #565656;
	width: 87px;
}
.select_jaar {
	border: 1px solid #565656;
	width: 74px;
}
.textarea_formulier {
	border: 1px solid #565656;
	width: 400px;
}

.warning {
	font-weight: bold;
	color: #ff0000;
}
/* contactformulier */
.table_contact {
	width: 360px;
}
.key_formulier_contact {
	width: 130px;
}
.input_contact {
	width: 230px;
	border: 1px solid #b8c8d3;
}
.textarea_contact {
	height: 80px;
	width: 355px;
}

