body
{
	background-color: #5F0B0B;
	background-image: url("/afbeeldingen/achtergrond.jpg");
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	background-position: 50% 0;
}

body, div, span, fieldset, input, textarea
{
	font: 10pt verdana, arial, sans-serif;
}

img
{
	border: 0;
}

a
{
	text-decoration: underline;
	color: #268418;
}

a:hover
{
	text-decoration: none;
}

p.melding
{
	font-weight: bold;
	color: #000;	
}

div#container
{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	border-top: 20px solid #5F0B0B;
}

* html div#container
{
	margin-left: -499px;
}

html>/**/body div#container
{
	margin-left: -501px;	
}

img#logo
{
	position: absolute;
	top: 20px;
	left: 0;
	width: 500px;
}

div#kop
{
	position: absolute;
	top: 190px;
	left: 25px;
	width: 950px;
	height: 198px;
	border: 1px solid #333;	
}

div#adres
{
	position: absolute;
	top: 32px;
	right: 25px;
	font: 9pt verdana, arial, sans-serif;
	text-align: right;
	color: #268418;
}

p#telefoon
{
	color: #A00F0F;
}

hr#lijn
{
	position: absolute;
	top: 120px;
	left: 25px;
	width: 950px;
	height: 2px;
	background-color: #268418;
	color: #268418;
	border: 0;
}

div#menu
{
	position: absolute;
	top: 145px;
	left: 25px;
	width: 950px;
	height: 45px;
}

div#menu img
{
	position: relative;
	float: left;
	height: 45px;
}

ul.submenu
{
	
	position: absolute;
	top: 190px;
	z-index: 3;
	visibility: hidden;
}

html>/**/body ul.submenu
{
	margin-top: 13px;
	top: 177px;	
}

ul.submenu li
{
	background-color: #5F0B0B;
	width: 280px;
	list-style-type: none;
}

ul.submenu li a
{
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 270px;
	color: #FFF;
}

ul.submenu li a:hover
{
	background-color: #3C760F;
	color: #FFF;
}

ul#a
{
	left: 63px;
}

ul#g
{
	left: 550px;
}

div#content
{
	position: absolute;
	z-index: 1;
	top: 415px;
	left: 25px;
	width: 950px;
	height: 300px;
	color: #A00F0F;
}

fieldset
{
	padding: 0;
	border: 0;
}

div#contactformulier
{
	position: relative;
	float: left;
	width: 540px;
}

fieldset#routeplanner
{
	width: 150px;
}

input.invoer, input.invoerfoto, textarea, select
{
	width: 250px;
	border: 1px solid #268418;	
}

input.invoerfoto, select
{
	width: 254px;	
}

textarea
{
	width: 500px;
	height: 200px;
}

input.knop
{
	margin-top: 2px;
	font-weight: bold;
	background-color: #268418;
	color: #FFF;
	border: 0;
}

label
{
	margin: 3px 0 3px 0;
	width: 122px;
}

div#naw
{
	position: relative;
	float: left;
	width: 350px;
}

span.titel
{
	font-weight: bold;
	color: #268418;	
	
}

p#ingelogd
{
	position: relative;
	float: right;
	margin-top: 0;
	padding-top: 0;
	color: #268418;
}

textarea#editor
{
	width: 945px;
	height: 300px;
}

table#foto-overzicht
{
	width: 100%;
}

table#foto-overzicht img, img#foto
{
	border: 1px solid #333;
}

table#foto-overzicht img
{
	cursor: pointer;
}

td.rij, td.rij-einde
{
	padding: 25px 45px 25px 0;
	vertical-align: top;
	text-align: center;
	width: 200px;
}

td.rij-einde
{
	padding-right: 0;
}

a#sluiten
{
	position: relative;
	float: right;
	margin-bottom: 5px;
}	

table#onder
{
	width: 100%;
}

table#onder td
{
	padding: 0;
}

td#vorige
{
	width: 5%;
	text-align: left;
}

td#bijschrift
{
	width: 90%;
	text-align: center;
	color: #FFF;
}

td#volgende
{
	width: 5%;
	text-align: right;
}

a#sluiten, td#vorige a, td#volgende a
{
	text-decoration: none;
	font-size: 20pt;
	color: #FFF;
}	

div#fotoachtergrond
{
	visibility: hidden;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;	
}

div#fotokader
{
	z-index: 1;
}


	
	
