@charset "utf-8";
/* CSS Document */

body {
	behavior: url("../../scripts/csshover3.htc");
}	



/******************************* Main Page Styles *********************************************/


#contentLeft {
	width:648px;
	height:870px;	/* This number is used to align the guy on the chair exactly with bottom of the #about box */
	margin:0;
	padding:0;
	float:left;
	
}


#about {
	height:600px; /* This number is used to align the guy on the chair exactly with bottom of the #about box */
	background-color:#FFFFFF;
	border:#000000 solid 2px;
	margin:0 0px;
	padding:10px;
	position:relative;

}

.fbGuy {
	position:absolute;
	bottom:24px;
	left:50px;
}

#contentRight {
	width:304x;
	margin:0;
	float:right;
	display:inline;
}

#contentRight div {
	width:282px;
	padding:9px;
	border:solid 2px #000000;
	background-color:#CCCCCC;
}

#contentRight #rightTop {
	border-bottom:none;
}	

#contentRight #flashCalc {
	height:85px;
	padding:0 18px 0 0;
	background-color:#FF0099;
	border-top:none;
}

#contentRight #rightBottom {
	margin-top:12px;
}


#scoreWrapper {
	background-color:#CCCCCC;
}

#moneySWF {
	background-color:#FFFFFF;
}



/******************************* Mailform Styles *********************************************/

div#mailContainer {
	background: #ffffff;
	margin-bottom:0px;
}

div#errors {
	width: 400px;
	margin:0 auto;
}
label {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width:150px;
	display:block;
	margin:0px;
	
	
}

input, textarea {
	padding: 3px;
	margin: 3px;
	margin-left:0;
	border: 1px solid #bac5d6;
	font: 10px Verdana, sans-serif;
	background: #fff;
}
#code {
	margin-bottom:10px;
}

#about img#captcha { 
	position:relative;
	top:auto;
	left:auto;
	margin-left:0px;
}

#bericht {
	width:611px;
	height:130px;
}

label.fout {
	color: #FF0000;
}

#verzenden, #wis {
	margin:10px 0 0 -10px;
	padding:5px 5px 0 5px;
	border:none;

}