* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background: url('/images/background.gif');
}

h1 {
	line-height: 25px;
	margin-bottom: 5px;
}

img {
	border: 0;
}

#wrap {
	margin: 0 auto;
	padding: 0 15px 15px 15px;

	width: 740px;
	text-align: left;

	margin-top: 10px;

	border: 6px solid #cccccc;
	background-color: white;
}

#header {
	height: 120px;
	background: url('/images/header.png') no-repeat;
}

#page {
	position: relative;
	background: url('/images/page_bg.gif') repeat-y;
	border-top: 1px solid white; /* Anders snapt IE6 niet hoe #menu gepositioneerd moet worden, #page omsluit dan #content, en linksbovenin #page verschijnt #menu */
}


#menu {
	position: absolute;
	left: 0;
	width: 180px;

	padding: 20px 0;

	font-size: 11px;
}

#menu a.level1 {
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	width:auto;
	display: block;
	border-color: #cc0000;
	padding-left:20px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: uppercase;
	background-color: #cc0000;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right center; 
}

#menu a.level1:hover
{
	background-color:#aa0000;
	width:auto;
}

#menu a.level1_selected
{ 
	color: #444444;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	display: block;
	border-style: inset solid solid solid;
	border-color: #cccccc;
	border-width: 2px 0px 1px 0px;
	width: auto;
	padding-left:40px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: uppercase;
	background-color: #b0b0b0;
	background-image: url('/images/arrow_red.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left center; 
}

#menu a.level1_selected:hover {
	color: #444444;
	background-color:#cccccc;
	border-color: #AAAAAA #FFFFFF #FFFFFF #FFFFFF;
}

#menu a.level2 {
	color: #222222;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	display: block;
	border-style: solid;
	border-color: #FFFFFF #FFFFFF #CCCCCC #FFFFFF;
	border-width: 1px 0px 1px 0px;
	width:auto;
	padding-left:40px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#eeeeee;
}

#menu a.level2:hover {
	color: #444444;
	background-color:#cccccc;
	border-color: #AAAAAA #FFFFFF #FFFFFF #FFFFFF;
}

#menu a.level2_selected {
	color: #222222;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	display: block;
	border-style: solid;
	border-color: #AAAAAA #FFFFFF #FFFFFF #FFFFFF;
	border-width: 1px 0px 1px 0px;
	width:auto;
	padding-left: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#cccccc;
	background-image: url('/images/arrow_red.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left center; 
}

#menu a.level2_selected:hover {
	color: #444444;
	background-color:#cccccc;
	border-color: #AAAAAA #FFFFFF #FFFFFF #FFFFFF;
}

#menu a.level3 {
	color: #222222;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	display: block;
	border-style: solid;
	border-color: #FFFFFF #FFFFFF #CCCCCC #FFFFFF;
	border-width: 1px 0px 1px 0px;
	width:auto;
	padding-left:40px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#FFFFFF;
}

#menu a.level3:hover {
	color: #444444;
	background-color:#eeeeee;
	border-color: #FFFFFF #FFFFFF #AAAAAA #FFFFFF;
}

#menu a.level3_selected {
	color: #222222;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	text-align: right;
	display: block;
	border-style: solid;
	border-color: #FFFFFF #FFFFFF #CCCCCC #FFFFFF;
	border-width: 1px 0px 1px 0px;
	width: auto;
	padding-left: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#eeeeee;
	background-image: url('/images/arrow_red.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left center; 
}

#menu a.level3_selected:hover {
	color: #444444;
	background-color:#eeeeee;
	border-color: #AAAAAA #FFFFFF #FFFFFF #FFFFFF;
}

#content {
	margin-left: 200px;
	font-size: 8pt;
	padding-bottom: 20px;
	min-height: 500px;
	line-height: 15px;
	position: relative;
}

* html #content {
	height: 500px;
}

#buttons {
	margin-top: 3px;
}

#contactfooter {
	clear: both;
	position: relative;
	border-top: 1px dashed gray;
	border-bottom: 1px dashed gray;

	height: 16px;
	font-size: 8pt;
}

#contactfooter span.naam {
	font-weight: bold;
	color: #cc0000;
}

#contactfooter span.adres {
	position: absolute;
	right: 0px;
	top: 1px;

	color: #0092dd;
}

#content a,
#content a:link,
#content a:active,
#content a:visited,
#content a:hover,
#contactfooter a,
#contactfooter a:link,
#contactfooter a:active,
#contactfooter a:visited,
#contactfooter a:hover {
	color: #cc0000;
}

div.boekformulier {

	margin-top: 10px;
	padding: 10px;
	border: 1px solid #0092dd;	
	width: 360px;
}

div.boekformulier td {
	padding: 2px 15px 2px 0;
}

input.tijd {
	width: 20px;
}

input.aantalpers {
	width: 30px;
}

input.datum {
	width: 80px;
}

input.boekknop {


}

.boekframe {
	border: 0;
	
}

.boektest {
	height: 250px;
	width: 250px;
	overflow: auto;
}