/* CSS author: Ulla Schirmbeck */
/* basic */

body {
	line-height: 16px;
	color: #584e45;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #584e45;
	background-image: url(../images/kalf_bk.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
ol, ul {
	list-style: none;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
h3 {
	font-weight: bold;
	text-transform: none;
}
.smallCaps {
	font-size: 9px;
	text-transform: uppercase;
	color: #584e45;
}
.norm {
	font-size: 11px;
	line-height: 16px;
	color: #584e45;
}
.eten {
	margin: 20px;
	padding: 20px;
}
a:link, a:visited {
	color: #584e45;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #FFc10E;
	text-decoration: none;
	font-weight: bold;
}
#content input{
	background-color: #FFC10E;
	height: 17px;
	width: 320px;
	padding-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content input.button{
	height: 15;
	width: 106px;
	padding-bottom: 0;
	border: 1px solid #FFC10E;
	background-image: url(../images/reserveren_button.jpg);
	background-repeat: no-repeat;
}
#content textarea{
	background-color: #FFC10E;
	height: 60px;
	width: 320px;
	padding-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* layout */

#uphorizon {
	position: absolute;
	width: 80%;
	height: 600px;
	margin: 20px;
	background-color: #FFFFFF;
}
#upMain {
	position: absolute;
	left: 250px;
	top: 20px;
	background-color: #FFFFFF;
	padding: 10px;
}
#upReserveer {
	width: 500px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BC9324;
	padding-top: 10px;
	background-color: #FFFFFF;
}
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
#content {
	position: absolute;
	top: -270px;
	height: 539px;
	background-color: #FFFFFF;
	width: 100%;
	z-index: 10;
	left: 0;
}
#logoBox {
	position: absolute;
	left: 40px;
	top: -20px;
	z-index: 100;
}
#footerBox {
	position: absolute;
	left: 15%;
	bottom: -20px;
	z-index: 1;
	font-size: 8px;
}
#mainBox {
	width: 35%;
	position: absolute;
	left: 220px;
	top: 22px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#streepBox {
	position: absolute;
	left: 791px;
	text-align: left;
	top: 20px;
	z-index: 80;
	background-image: url(../images/strepen_bk.png);
	height: 260px;
	width: 100%;
}
#reserveerBox {
	position: absolute;
	left: 57%;
	text-align: left;
	top: 42px;
	z-index: 150;
	visibility: hidden;
}
#routeBox {
	position: absolute;
	left: 57%;
	text-align: left;
	top: 22px;
	z-index: 150;
	visibility: hidden;
}
#homeBox {
	position: absolute;
	left: 57%;
	text-align: left;
	top: 62px;
	z-index: 150;
	visibility: visible;
	width: 400px;
	background-image: url(../images/strepen_bk.png);
	padding-right: 50px;
	padding-left: 10px;
}
#wijnBox {
	position: absolute;
	left: 57%;
	text-align: left;
	top: 62px;
	z-index: 150;
	visibility: hidden;
	width: 400px;
	background-image: url(../images/strepen_bk.png);
	padding-right: 50px;
	padding-left: 10px;
}
#persBox {
	position: absolute;
	left: 57%;
	text-align: left;
	top: 62px;
	z-index: 150;
	visibility: hidden;
	width: 400px;
	background-image: url(../images/strepen_bk.png);
	padding-right: 50px;
	padding-left: 10px;
}
/* menu */
.arrowlistmenu {
	width: 100%; /*width of accordion menu*/
	background-color: #FFFFFF;
	padding: 10px;
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 0;
	cursor: hand;
	cursor: pointer;
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	padding-left: 50px;
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px; /*bottom spacing between each UL and rest of content*/
	padding-left: 50px; /*link text is indented 19px*/
	background-image: url(../images/strepen_bk.png);
}
.arrowlistmenu ul li {
	padding-bottom: 4px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul ul {
	margin-bottom: 0;
	padding-left: 0; 
	background-image: none;
}

