/* Presentation Stylesheet */

a{ color: #8a4016; background: transparent; font-weight: bold; text-decoration: none}
a:hover { color: #c14a1e; background: transparent; font-weight: bold; text-decoration: underline}

a.highlight {color: #a63810; text-decoration: underline;}



h1 {
	
	font-size:150%;

	background: transparent;
	line-height: 150%;

	padding: 0;
	margin: 2px 0px 6px 0px;

	color: #c14a1e;
}

h2 {
	color: #c14a1e;

	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	padding: 5px 0 5px 0;

	
	margin: 0px 0 5px 0;

}

h3 {
	padding: 0;
	margin: 2px 0px 4px 0px;
	font-size: 105%;
	line-height: 120%;
	color: #e37721;
	background: transparent;
}




p{
	margin: 0 0 1em ;
}



strong {
	font-weight: bold;
	color: #8a4016;
}



img.border {
	border: 1px solid #fff;
}

img.padding-left{
	margin: 0 0 10px 10px;
}




/* Navigatie opmaak */

#nav ul {
	padding: 0;
	margin: 0;
}

#nav li {
	line-height: 100%;
	font-size: 105%;
	list-style: none outside;
	float: left;
	margin: 0 0 0 0;
	padding: 0px 2px 0 2px;
	text-align: left;
	
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #8a4016;
}

#nav li.first{
	
	border-left: 0;
	padding-left: 10px;
}


#nav li a {
	display: block;
	padding: 0px 5px 1px 5px;

	margin: 0 0 0 0;
	background-color: transparent;
	
	text-decoration: none;
	font-weight: bold;

	color: #8a4016;

}

#nav li a:hover, #nav li a:active {

	color: #c14a1e;
	background-color: transparent;
	text-decoration: underline;
}





#nav li a.highlight{
	color: #a63810;
	text-decoration: underline;
	
}

#nav li a:hover.highlight, #nav li a:active.highlight{

	text-decoration: underline;
	display: block;
	color: #a63810;
	background-color: transparent;
	font-weight: bold;
	

}







#reserveren p.info{
	color: #fff;
	font-size: 10px;
}

#reserveren a{
	color: #fff;

}











#content ul {
	padding-left: 40px;
	margin: 5px 0 15px 0px;
	font-size: 100%;
	list-style: url(../img/bullet.gif);

}

#content li {

	margin: 0;
	padding:  1px 0 1px 0;

}







/* FORM DATA */

form{

	padding: 0;
	margin: 0;
}


input {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 1px;
	margin: 0 0 8px 0;
	color: #c14a1e;
	border:1px solid;
	border-color: #e37721;
}

/* verschillende lengtes textvelden */

.select{

	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 1px;
	margin: 0 0 8px 0;
	color: #000;
	border:1px solid;
	border-color: #e37721;

}

.checkbox{
	padding: 0px;
	margin: 0 6px 0 0;
	border: 0;
}

p.error{
	background: #fff;
	color: #000;
	border-color: #000;
	border:1px solid;
	padding: 2px 2px 2px 5px;
	margin: 15px 0 15px 0;
	font-size: 100%;
	font-weight: bold;

}


textarea {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 1px;
	margin: 0 0 8px 0;
	color: #c14a1e;
	border:1px solid;
	border-color: #e37721;
}

/* verschillende lengtes textvelden */


textarea.small{
	width: 350px;
	height: 130px;
}
textarea.big{
	width: 400px;
	height: 200px;
}


#stretcher {

	float: right;
	width:0px;
	height: 450px;
	margin: 0;
	padding: 0;


}


/* FOOTER */


#footer p{
	
	margin: 1px 0 1px 0;
	padding: 0;
}

#footer a{
	font-size: 90%;
	color: #fff;
	font-weight: normal;
	
}




/* DATA TABLE */
table.data{
	margin:0px 0px 20px 0px;
	padding: 0;
	width: 100%;
	font-family: "verdana", serif;
	font-size: 85%;
	color: #000;
	line-height: 140%;
	border-collapse: collapse;
	border: 1px solid #000;
}


table.data td {
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
	margin: 0;
	vertical-align: middle;
}

table.data td.top{
	vertical-align: top;

}

table.data th {
	color: #fff;
	text-align: left;
	font-weight: bold;
	background: #c14a1e;
	margin: 0;
	padding: 5px 5px 5px 5px;
	border: 1px solid #000;
}

table.data tr.even{
	background: #fdefc4;
}

table.data tr.oneven{
	background: #f7fcfb;
}



/* PICTURES */

#picture-thumbs{
	margin: 2px 0 10px 0;
	
}




