html {
	xoverflow-y: scroll; /* reserves room for scrollbar */
	overflow-x: noscroll;
	overflow-x: hidden;
}

body {
	margin: 0;
	background: white url(../images/background.gif) repeat fixed top;
	padding: 55px 0 0 0;
}

.refBody {
	padding: 20px 0 0 20px;
	background-color: white;
	background-image: none;
}

#refContent {
	
}

.refHeader {
	margin-top: 40px;
}

#refContent img {
	display: block;
}

div {
	xfont: normal normal 0px/0px Verdana, Arial, sans-serif;
	background-color: transparent;
}

#container {
	margin: 0 auto 0 auto;
	width: 980px;
}


.clear {
	clear: both;
}

#header {
	xheight: 305px;
	width: 980px;
	background: url(../images/back_header.png) no-repeat;
	margin: 0 auto 0 auto;
	padding-top: 180px;
}

#headermenu {
	margin-left: 45px;
}

#headermenu #headerleft {
	float: left;
}

#headermenu #headerright {
	float: left;
	padding-left: 80px;
	padding-top: 52px;
}

.imgLine {
	margin-left: 45px;
	margin-bottom: 20px;
}

.imgIcon {
	margin-left: 5px;
}

#content {
	width: 980px;
	height: 410px;
	background: transparent url(../images/back_content.png) repeat-y;
}

#contentedit {
	font: normal normal 0px/0px Verdana, Arial, sans-serif;
	width: 980px;
	height: 410px;
	background: transparent url(../images/back_contentedit.png) repeat-y;
	padding-left: 45px;
}

#firstContent #left {
	width: 240px;
	float: left;
	margin-left: 45px;
	padding: 0 20px 0 0;
	font: normal normal 11px/17px Tahoma, Verdana, Arial, sans-serif;
	color: #5d3c25;
}

#firstContent #middle {
	float: left;
}

#firstContent #right {
	float: left;
	padding-left: 850px;
	position: absolute;
}

#secondContent .left {
	width: 235px;
	float: left;
	margin-left: 53px;
	padding: 0 20px 0 0;
	font: normal normal 11px/17px Tahoma, Verdana, Arial, sans-serif;
	color: #5d3c25;
}

#secondContent .middle {
	width: 200px;
	font: normal normal 11px/17px Tahoma, Verdana, Arial, sans-serif;
	float: left;
	color: #5d3c25;
}

#secondContent .right {
	margin-left: 20px;
	float: left;
	font: normal normal 11px/17px Tahoma, Verdana, Arial, sans-serif;
	color: #5d3c25;
}

#footer {
	clear: both;
	height: 50px;
	width: 980px;
	background: url(../images/back_footer.png) no-repeat;
}

.imgFooter {
	margin-left: 45px;
}

a {
	color: #b18a23;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

ul {
	margin: 0 0 0 13px; 
	padding: 0 0 0 0;
}

li {
	list-style: square;

}

img {
	border: none;
}

.quote {
	margin-top: 5px;
	margin-left: 35px;
}

h1, h2 {
	margin: 0;
}

h2 {
	margin-bottom: 10px;
}

p.currenttxt {
	width: 230px;
	padding: 10px;
	font: normal normal 11px/17px Tahoma, Verdana, Arial, sans-serif;
	color: #5d3c25;
	border: solid 1px #c61e39;
	background-color: #f3eee3;
}

p.formField {
	font: normal normal 11px/17px Tahoma, Verdana, Arial, sans-serif;
	color: #5d3c25;
	clear: both;
	margin: 0 0 0 0;
}

p.disclaimer {
	margin-left: 150px;
	margin-top: 5px;
	font: normal normal 10px/11px Tahoma, Verdana, Arial, sans-serif;
	width: 250px;
	color: #7d5c45;
}

p.bedankt {
	font: normal normal 11px/17px Tahoma, Verdana, Arial, sans-serif;
	color: #5d3c25;
}

form {
	margin: 0;
}

#infoForm {
	margin-top: 20px;
}

form textarea {
	width: 250px;
	height: 100px;
	border: solid 1px #c61e39;
	background: white url(../images/contactform_back.png) no-repeat top left;
	font: normal normal 11px/17px Tahoma, Verdana, Arial, sans-serif;
	color: #5d3c25;
	margin: -4px 0 8px 0;
	padding: 2px;
}

.textField, .required_email {
	width: 250px;
	border: solid 1px #c61e39;
	background: white url(../images/contactform_back.png) no-repeat top left;
	font: normal normal 11px/17px Tahoma, Verdana, Arial, sans-serif;
	color: #5d3c25;
	margin: -4px 0 8px 0;
	padding: 2px;
}

form input#versturen {
	width: 256px;
	background: transparent;
	color: #4b2582;
	border: 0;
	font: 11px/15px Tahoma, Arial, Helvetica, sans-serif;
}

label {
	float: left;
	width: 150px;
}

label.large {
	width: 400px;
	float: none;
}



.colorTip{
	/* This class is assigned to the color tip span by jQuery */
	
	display:none;
	position:absolute;	
	left:50%;
	top:-50px;
	padding:6px;
	
	background-color:white;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:normal;
	line-height:1;
	text-decoration:none;
	text-align:center;
	text-shadow:0 0 1px white;
	white-space:nowrap;
	z-index: 9999;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.pointyTip,.pointyTipShadow{
	/* Setting a thick transparent border on a 0x0 div to create a triangle */
	border:6px solid transparent;
	_border:6px solid #123456; /*use a specific color for using chroma filter*/
	bottom:-12px;
	height:0;
	left:50%;
	margin-left:-6px;
	position:absolute;
	width:0;
	font-size:0; /*empty tags have height in IE6, set font-size:0 to remove the height*/
	_filter:chroma(color=#123456); /*chroma filter, #123456 changes to transparent*/
}

.pointyTipShadow{
	/* The shadow tip is 1px larger, so it acts as a border to the tip */
	border-width:7px;
	bottom:-14px;
	_bottom:-15px; /*fix the position in IE6*/
	margin-left:-7px;
}

.colorTipContainer{
	position:relative;
	text-decoration:none !important;
	_zoom:1;
}


/* 6 Available Color Themes */

.white .pointyTip{ border-top-color:white;}
.white .pointyTipShadow{ border-top-color:#ddd;}
.white .colorTip{
	background-color:white;
	border:1px solid #DDDDDD;
	color:#555555;
}

.yellow .pointyTip{ border-top-color:#f9f2ba;}
.yellow .pointyTipShadow{ border-top-color:#e9d315;}
.yellow .colorTip{
	background-color:#f9f2ba;
	border:1px solid #e9d315;
	color:#5b5316;
}

.blue .pointyTip{ border-top-color:#d9f1fb;}
.blue .pointyTipShadow{ border-top-color:#7fcdee;}
.blue .colorTip{
	background-color:#d9f1fb;
	border:1px solid #7fcdee;
	color:#1b475a;
}

.green .pointyTip{ border-top-color:#f2fdf1;}
.green .pointyTipShadow{ border-top-color:#b6e184;}
.green .colorTip{
	background-color:#f2fdf1;
	border:1px solid #b6e184;
	color:#558221;
}

.red .pointyTip{ border-top-color:#bb3b1d;}
.red .pointyTipShadow{ border-top-color:#8f2a0f;}
.red .colorTip{
	background-color:#bb3b1d;
	border:1px solid #8f2a0f;
	color:#fcfcfc;
	text-shadow:none;
}

.black .pointyTip{ border-top-color:#333;}
.black .pointyTipShadow{ border-top-color:#111;}
.black .colorTip{
	background-color:#333;
	border:1px solid #111;
	color:#fcfcfc;
	text-shadow:none;
}

.purple .pointyTip{ border-top-color:#333;}
.purple .pointyTipShadow{ border-top-color:#111;}
.purple .colorTip{
	background-color:#b5005c;
	border:1px solid #111;
	color:#fcfcfc;
	text-shadow:none;
}