@charset "utf-8";
body {
	background: url(../img/plafonds_background.jpg);
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
}

#masthead {
	background: url(../img/plafonds_header.jpg) no-repeat;
	float: left;
	height: 127px;
	width: 985px;
}
#navigatie {
	background: url(../img/plafonds_navback.jpg) repeat-y;
	float: left;
	height: 30px;
	width: 981px;
	padding-left: 1px;
}
#sitefeat {
	background: url(../img/plafonds_mainback.jpg) repeat-y;
	float: left;
	height: 265px;
	width: 985px;
}
#sitefeat h4 {
	font-size: 1em;
	line-height: 70px;
}
#sitefeat2 {
	background: url(../img/plafonds_mainback.jpg) repeat-y;
	float: left;
	height: 150px;
	width: 985px;
}
#main {
	background: url(../img/plafonds_mainback.jpg) repeat-y;
	float: left;
	width: 985px;
	overflow: hidden;
	font-size: 0.8em;
	line-height: 1.65em;
}
#main .content {
	padding: 0px 24px 24px;
}
#main .content h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 24px;
	margin-top: 24px;
}
#main .content img {
	float: left;
}
#main .content p {
	margin-bottom: 18px;
}
#main .content .left {
	float: left;
	width: 410px;
	padding-right: 20px;
	padding-left: 20px;
}
#main .content a:link, #main .content a:visited {
	color: #C30000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#main .content a:hover, #main .content a:active {
	color: #4590AD;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#main .content .right {
	float: left;
	width: 410px;
	padding-left: 20px;
	padding-right: 20px;
}



#footer {
	background: url(../img/plafonds_footer.jpg) no-repeat center top;
	float: left;
	height: 22px;
	width: 985px;
}
#footer .content {
	padding: 18px 24px 6px;
	color: #999999;
	font-size: 0.8em;
	text-align: center;
	letter-spacing: 0.15em;
}
#copy {
	font-size: 0.7em;
	float: left;
	width: 937px;
	padding: 24px 24px 6px;
	text-align: right;
}
#copy a:link, #copy a:visited {
	color: #999999;
	text-decoration: none;
}
#copy a:hover, #copy a:active {
	color: #000000;
	text-decoration: none;
}
#main .content td {
	border: 1px solid #CCCCCC;
	padding: 2px;
}




.error {
	color					: #FF0000;
}

form {
	padding					: 0px;
	margin					: 0px;
}
.form_button, .form_field, .captcha_field, .form_field_select, .form_title, .form_field_num {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;	
	color					: #000000;
}
.form_title {
	width					: 140px;
	vertical-align			: top;	
}
.form_field{
	width					: 250px;
}
.form_field_select{
	width					: 256px;
}
.form_field_num {
	width					: 135px;	  
}
.form_button {
	padding-left			: 10px;
	padding-right			: 10px;
}

.no_border {
	border					: 0px;
}
.no_border td {
	border					: 0px !important; 
}

.betalen_button {
	padding					: 10px;
	background-color		: #FFFFFF;
	border					: 1px solid #999999;
	width					: 225px;
	text-align				: center;
	margin					: 0 auto;
	cursor					: hand;
}
.betalen_button:hover {
	padding					: 10px;
	border					: 1px solid #000000;
	width					: 225px;
	text-align				: center;
	
}
