html {
	overflow-y: scroll !important;
}

html, body {
	margin:0px;
	padding:0px;
	background-color:#cdb99c;
	background-image:url("../images/background2.png");
	background-position: center;
	height:100%;
	width:100%;
	min-width:800px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	color:#330000;
	
	
	
}

#menucontentleft > a, #menucontentright > a {
/*	color:#cdb99c;*/
	font-weight:bold;
	text-decoration:none;
}
	
#menucontentleft > a:HOVER,  #menucontentright > a:HOVER {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline
}

#headerpush
{
	height:21px;
	margin:0px 50%;
	position:relative;
	left:-400px;
	width:807px;
}
#menuheader
{
	background-image:url("../images/menuheader2.png");
	height:21px;
	margin:0px 50%;
	position:relative;
	left:-400px;
	width:807px;
}
#menucontentleft
{
	text-align:left;
	
	height:100%;
	padding-top:3px;
	padding-left:10px;
	float:left;
	
}

#menucontentright
{
	padding-top:3px;
	text-align:right;
	padding-right:20px;
}

#header
{
	
	background-image:url("../images/header2.png");
	height:100px;
	margin:0px 50%;
	position:relative;
	left:-400px;
	width:807px;
}
#headercontent
{
	padding-top:15px;
	padding-left:8px;
}
#content
{
	background-image:url("../images/pageback4.png");
	min-height:400px;	
	margin:0px 50%;
	position:relative;
	left:-400px;
	width:807px;
}


#contentLeft {	
	width:480px;	
	padding-left:24px;
	padding-right:24px;
	padding-top:16px;
	padding-bottom:16px;
	margin:0px;
	
}

#contentRight
{
	background-repeat:no-repeat;
	position:absolute;
	top:20px;
	min-height:300px;
	height:300px;
	width:180px;
	left:588px;
	
}

#footer
{
	background-image:url("../images/footer2.png");
	height:73px;
	margin:0px 50%;
	position:relative;
	left:-400px;
	width:807px;	
}

#footerText
{
	text-align:center;
	width:807px;
	padding-top:38px;
}

#footerpush
{
	height:20px;
	margin:0px 50%;
	position:relative;
	left:-400px;
	width:807px;
}

.formulier {
	border: 1px dashed #330000;
	padding: 10px;
	background-color:#F5F5F5;
}	

label 
{
	font-size:13px;
	font-weight:bold;
}

input 
{
	font-size:12px;	
	padding:2px;	
}

h1 {
	font-size:18px;
}


h2 {
	font-size:16px;
}

h3 {
	font-size:13px;
}

.wideinput 
{
	width:300px;
}

.streetinput
{
	width:230px;
}

.mediuminput 
{
	width:150px;
}

.smallinput
{
	width:60px;
}

strong 
{
	/*font-weight:normal;*/
}

a {
	color:#330000;
	font-weight:bold;
	text-decoration:underline;
}
	
a:HOVER  {
	color:#cdb99c;
	font-weight:bold;
	text-decoration:underline;
}
img {
	vertical-align: middle;
}
	
