﻿@charset "utf-8";
/* CSS Document */

html,body{
	font-family:Verdana,Century Gothic;
	font-size:12px;
	background-color:#DEE8DD;
	background-image:url(images/backBalk.png);
	background-repeat:repeat-x;
	background-position:0px 190px;
}
#wrapper{
	position:absolute;
	width:830px;
	height:720px;
	top:10px;
	left:50%;
	margin-left:-415px;
	background-image:url(images/backWrapper.png);
/*	background-color:#FFD83A;*/
	border:2px solid #FFF;
}
#fotoboekLink{
	position:absolute;
	width:40px;
	height:40px;
	top:5px;
	right:43px;
	z-index:100;
}
#contactLink{
	position:absolute;
	width:40px;
	height:40px;
	top:5px;
	right:5px;
}
#menu{
	position:absolute;
	width:auto;
	height:20px;
	top:128px;
	right:20px;
	padding:0px;
	color:black;
	z-index:100;
	background-color:#316F29;
	border:1px solid #919191;
}
	#menu .knop{
		width:100px;
		height:30px;
		float:left;
	}
	#menu .knopOver{
		
	}
#content{
	position:absolute;
	width:810px;
	height:535px;
	top:185px;
	left:10px;
	color:black;
	line-height:15px;
	overflow:auto;
}
	#content .imageRight{
		margin:5px;
		float:right;
	}
	#content .imageLeft{
		margin:5px;
		float:left;
	}
	#content h1{
		font-size:18px;
		font-weight:bold;
		color:#E83F0C;
	}
	#content h3{
		font-size:12px;
		color:#FFF;
		margin:0px;
	}
	#content .darkCell{
		background-color:#53CF36;
	}
#fotogroot{
	position:absolute;
	width:810px;
	height:700px;
	top:10px;
	left:50%;
	margin-left:-415px;
	visibility:hidden;
	padding:10px;
	border:2px solid #53CF36;
	background-color:white; 
}
input,select,textarea{
	font-family:verdana;
	font-size:11px;
}
label{
	color:red;
}