html, body
{
	color: #0089b6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
	margin: 0;
	padding: 0;
}

table, td
{
	color: #0089b6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.border
{
	border: 1px solid #333;
}

.dark
{
	background-color: #ddd;
}

.light
{
	background-color: #eee;
}

body
{
	background: #fff url(images/background.jpg) 0 0 repeat-x;
}

/* algemene container */
#container
{
	background-color: #fff;
	height: 100%;
	margin: 0 0 0 50px;
	width: 903px;
}

/* linker container */
#container-left
{
	background-color: #95ca00;
	float: left;
	height: 100%;
	width: 248px;
}

/** alles voor linkercontainer **/
/* logo (in linker container) */
#logo
{
	background-color: #fff;
	height: 162px;
}

/* reservatie formuliertje */
#reservation
{
	height: 146px;
	width: 248px;
}

#reservation h1
{
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 0px;
	margin: 0;
	padding: 14px 0 17px 17px;
	text-transform: uppercase;
}

#reservation form
{
	margin: 0;
	padding: 0;
}

#reservation select
{
	border: 1px solid #333;
	font-family: verdana;
	font-size: 10px;
	margin: 0 0 19px 0;
}

#reservation select:hover
{
	cursor: pointer;
}

#reservation select.small
{
	width: 100px;
}

#reservation select.large
{
	width: 200px;
}

#reservation dl
{
	margin: 0 17px 0 17px;
	padding: 0;
}

#reservation dt
{
	float: left;
	margin: 0;
	padding: 0;
}

#reservation dd
{
	margin: 0;
	padding: 0;
}

#reservation input
{
	font-family: verdana;
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 0 7px;
	padding: 0;
	text-transform: uppercase;
	width: 90px;
}

/* uitlatingen van bezoekers.. */
#experiences
{
	background-color: #fff;
	height: auto;
	margin: 0;
	padding: 0;
	width: 248px;
}

#experiences h1
{
	background-color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 0px;
	margin: 0;
	padding: 14px 0 17px 17px;
	text-transform: uppercase;
}

#experiences ul
{
	margin: 0;
	padding: 0;
}

#experiences ul li
{
	font-style: italic;
	list-style: none;
	margin: 0 7px 10px 17px;
}

#experiences ul li #visitors
{
	font-weight: bold;
	font-style: normal;
	padding: 0 0 5px 0;
	text-align: right;
}

/****************/

/* copyrights balkje */
#copyrights
{
	color: #fff;
	margin: 25px 20px 0 20px;
	text-align: center;
	width: 208px;
}

#copyrights a:link, #copyrights a:active, #copyrights a:visited
{
	color: #fff;
	text-decoration: none;
}

#copyrights a:hover
{
	color: #fff;
	text-decoration: underline;
}

#copyrights img
{
	border: 0;
	margin: 2px 0 0 0;
}

/*******************************************************/

/* rechter container */
#container-right
{
	float: right;
	width: 655px;
}

/** alles voor rechtercontainer **/
/* language (in linker container) */
#language
{
	font-weight: bold;
	height: 19px;
	margin: 5px 0 0 0;
	text-align: right;
	width: 625px;
}

#language a:link, #language a:active, #language a:visited
{
	color: #0089b6;
	text-decoration: none;
}

#language a:hover
{
	color: #95ca00;
	text-decoration: underline;
}

#language a.active:link, #language a.active:active, #language a.active:visited
{
	color: #95ca00;
	text-decoration: none;
}

#language a.active:hover
{
	text-decoration: underline;
}

/* foto met bomen */
#header
{
	background-image: url(images/header.jpg);
	height: 137px;
	margin: 0 1px 0 1px;
	width: 653px;
}

/* navigatie menu (volledig in flash) */
#navigation
{
	height: 27px;
	margin: 1px 1px 0 1px;
	width: 653px;
}

/* inhoud */
#content
{
	margin: 15px 0 0 20px;
	width: 633px;
}

#content h1
{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
}

#content p
{
	margin: 0 0 15px 0;
	text-align: justify;
}

#content p.border-center-italic-strong
{
	border: 1px solid #666;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#content p.center-italic-strong
{
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#content img
{
	border: 1px solid #666;
	display: inline;
	margin: 0 0 5px 10px;
	padding: 0;
}

#content img.left
{
	float: left;
	margin: 0 10px 5px 0;
}

#content img.right
{
	float: right;
}

#content img.no-margin
{
	margin: 0;
}

#content a:link, #content a:active, #content a:visited
{
	color: #95ca00;
	text-decoration: underline;
}

#content a:hover
{
	text-decoration: none;
}

#content dl
{
	margin: 0px;
	padding: 0px;
}

#content dt
{
	float: left;
	margin: 0;
	padding: 0px;
	width: 150px;
}

#content dd
{
	margin: 0 0 2px 0;
	padding: 0 0 0 10px;
}

#content form
{
	margin: 0px;
	padding: 0px;
}

#content input
{
	background-color: #f2f2f2;
	border: 1px solid #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#content input:hover
{
	background-color: #ddd;
	border: 1px solid #000;
}

#content input.text_small
{
	padding: 0 3px 0 3px;
	width: 100px;
}

#content input.text_medium
{
	padding: 0 3px 0 3px;
	width: 150px;
}

#content input.text_large
{
	padding: 0 3px 0 3px;
	width: 200px;
}

#content input.button_small
{
	line-height: 12px;
	padding: 0;
	width: 100px;
}

#content input.button_medium
{
	line-height: 12px;
	padding: 0;
	width: 150px;
}

#content input.button_large
{
	line-height: 12px;
	padding: 0;
	width: 200px;
}

#content textarea
{
	background-color: #f2f2f2;
	border: 1px solid #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100px;
	padding: 3px;
	width: 300px;
}

#content textarea:hover
{
	background-color: #ddd;
	border: 1px solid #000;
}

#content select.small
{
	background-color: #f2f2f2;
	border: 1px solid #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 50px;
}

#content select.medium
{
	background-color: #f2f2f2;
	border: 1px solid #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
}

#content select.large
{
	background-color: #f2f2f2;
	border: 1px solid #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 250px;
}

#content span.star
{
	color: #ff0000;
}

#content ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content ul li ul
{
	margin: 0 0 20px 10px;
}

.green
{
	background-color: #64ff96;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.dark_green
{
	background-color: #40cf70;
	color: #000;
	font-weight: normal;
	text-align: center;
}

.red
{
	background-color: #df3140;
	color: #000;
	font-weight: normal;
	text-align: center;
}

.blue
{
	background-color: #50c2ff;
	color: #000;
	font-weight: normal;
	text-align: center;
}

.orange
{
	background-color: #ff9000;
	color: #000;
	font-weight: normal;
	text-align: center;
}
