* { margin: 0px;	padding: 0px; outline-style: none; }

html {
		 height: 100%;
		background: url("pics/background_right.png") repeat-y 0px 0px;
}

body {
	background: url("pics/background_circels.gif") repeat 0px 0px;
	min-width: 1100px;
	width: 100%;
	min-height: 630px;
	height: 100%;
}

#site {
	position: relative;
	float: left;
	width: 1100px;
	height: 100%;
	font: 14px arial, verdana, sans-serif;
	line-height: 16px;
	color: #ffffff;
}

#left_content{
	width: 550px;
	min-height: 630px;
	height: 100% !important;
	position: relative;
	float: left;
	background: #9fcf67;
}

#right_content{
	position: relative;
	float: left;
	min-height: 630px;
	height: 100%;
	width: 510px;
	background-color: #000000;
	background: url("pics/background_right_hole.png") repeat-y;
	z-index: 1;
	overflow: visible;
}

.logo{
	margin: 50px 0px 0px 120px;
	border: 0px;
}

.copyright{
	position: absolute;
	top: 600px;
	right: 100px;
	
}

.privacy{
	font-family: Verdana;
	font-size: 10px;
	color: #ffa86d;
	margin-right: 10px;
	text-decoration: none;
}

.disclaimer{
	font-family: Verdana;
	font-size: 10px;
	color: #9fcf67;
	margin-right: 10px;
	text-decoration: none;
}

.madeby{
	font-family: Verdana;
	font-size: 10px;
	color: #afa2c5;
	margin-right: 10px;
	text-decoration: none;
}



/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

/* ------------------------------------------------------------------------- Navigation */ 

#navigation {
	margin: 15px 0px 0px 0px;
	position: relative;
	float: left;
	width: 283px;
	height: 332px;
	background: url("pics/navigation_2.jpg") no-repeat left;
}

#navigation ul {
	margin: 60px 0px 0px 15px;
	line-height: 22px;
	list-style-type: none;
	display: block;
}

#navigation li a:link, #navigation li a:visited {
	color: #919295;
	text-decoration: none;
	font-size: 20px;
}

#navigation li a:hover, #navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover {
	color: #9fcf67;
	text-decoration: none;
}

/* ------------------------------------------------------------------------- Subnavigation */ 

#subnavigation {
	position: relative;
	float: left;
	height: 257px;
	margin: 75px 0px 0px 20px;
	text-align: left;
	width: 235px;
}

#subnavigation ul {
	list-style-type: none;
	line-height: 20px;
	text-align: left;
}

#subnavigation li a:link, #subnavigation li a:visited {
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}

#subnavigation li a:hover, #subnavigation li.current a:link, #subnavigation li.current a:visited, #subnavigation li.current a:hover {
	color: #d0f89f;
	text-align: left;
}

/* ------------------------------------------------------------------------- Content */ 

#content {
	margin: 0px 0px 0px 15px;
	width: 500px;
	height: 400px;
	position: relative;
	float: left;
}

h1, td h1 {font: 19px arial, verdana, sans-serif; font-weight: bold; color: #ffffff; margin-bottom: 7px;}
h2, td h2 {font: 17px arial, verdana, sans-serif; font-weight: bold; color: #ffffff; margin-bottom: 7px; border-bottom: 2px solid #D0F89F;}
h3, td h3 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: #ffffff; margin-bottom: 7px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #ffffff; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #ffffff; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #ffffff; margin-bottom: 7px;}

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

p { margin-bottom: 14px; margin-right: 10px; white-space: pre-line;}

#content ul { margin: 10px 0px 10px 15px; list-style-type: disc;}
#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 20px;}

#content a{ color: #ffffff; }

/* ------------------------------------------------------------------------- Slideshow */

#slideshow {
	width: 410px;
	height: 410px;
	position: absolute;
	left: 40px;
	top: 125px;
}
#slideshowimg {
	width: 450px;
	height: 450px;
	position: absolute;
	left: 55px;
	top: 140px;
}
#slideshowimg #slideshowitems{
	width: 450px;
	height: 450px;
	top:0px;
	left:0px;
	position:absolute;
	z-index:1;
}
#slideshowimg #slideshowitems .slide-item{
	width: 430px;
	height: 430px;
	padding:10px;
	position:absolute;
}
#slideshowimg #slideshow-back{
	width: 450px;
	height: 450px;
	top:0px;
	left:0px;
	position:absolute;
	display:block;
	background:url(pics/slideshow-frame.png);
	z-index:2;
}
/* ------------------------------------------------------------------------- Gmaps */
#map{
  width: 440px;
  height: 250px;
}


input#from{
  border: 0px solid #fff;
  height: 16px;
  color: #CCCCCC;
  font-size: 11px;
  padding: 2px 0px 0px 2px;
  width: 175px;
  float: left;
}

input#route{
  font-size: 11px;
  padding: 1px 0px 3px 0px;
  border: none;
  margin: 0px 0px 10px 5px;
  cursor: pointer; 
  background: url(pics/btn-bg.png) top left repeat-x; 
  color: #fff;
  text-align: center;
  width: 85px;
}
 
/* ------------------------------------------------------------------------- Footer */ 

* html #footer {
	position: absolute;
	bottom: -1px;
}

#footer {
	position: absolute;
	bottom: 0;
	padding: 0px 10px;
	width: 100%;
	height: 20px;
	font: 10px arial, verdana, sans-serif;
	color: white;
	text-align: right;
	background-color: olive;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	line-height: 20px;
	color: white;
}

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }

/* ------------------------------------------------------------------------- Form */ 

.row {
	padding: 5px;
	font-size: 12px;
	display: block;
}

.omschrijving {
	display: inline-block;
	float: left;
	width: 150px;
	margin-top: 3px;
}

.invul {
	display: inline-block;
	float: left;
}

.invul input {
	display: block;
	border:	0 solid #FFFFFF;
	float: left;
	font-size: 12px;
	padding-left: 3px;
}

.invul input.large {
	width: 170px;
}

.invul textarea{
	margin-top: 2px;
	width: 323px;
	border:	0 solid #FFFFFF;
	float: left;
	font-size: 12px;
	height: 100px;
	font-family: Arial;
	padding: 2px 2px 2px 2px;
}

.row .submit{
	background: url(pics/btn-bg-big.png) repeat-x scroll left top;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	width: 85px;
	height: 25px;
	margin: 2px 0px 0px 242px;
}


.aanhef {
	float: left; 
	line-height: 19px; 
	margin-left: 3px;
	margin-right: 25px;
}

#msg {
	display: none; 
	position: absolute; 
	z-index: 200; 
	background: url(form/msg_arrow.gif) left center no-repeat; 
	padding-left: 7px;
	font-size: 11px;
	font-family: Arial;
}

#msgcontent {
	display: block; 
	background: #E6D6FE; 
	border: 2px solid #83729c; 
	border-left: none; 
	padding: 5px; 
	font-size: 11px;
	font-family: Arial;
	min-width: 150px;
	max-width: 250px;
}
