/* ###### STANDAARD OPMAAK GEHELE PAGINA IN VIER KOLOMMEN ##### */

#spEen {
	margin:0;
	padding:0;
	float:left;
	width:245px;
}

#spTwee {
	margin:0;
	padding:0;
	float:left;
	width:245px;
	padding-left:12px;
}

#spDrie {
	margin:0;
	padding:0;
	float:left;
	width:245px;
	padding-left:12px;
}

#spVier {
	float:left;
	margin:0;
	padding:0;
	width:100%;
	padding-bottom:18px;
}

#spVijf{
	float:left;
	width:140px;
	background:#fcf2ab;
	margin-left:12px;
	padding:10px;
}

/* ###### STANDAARD BLOKJES ##### */

.standaardBlok {
	float:left;
	margin:0;
	padding:0;
	width: 245px;
	border:1px solid #a69824;
	margin-bottom:10px;
}

.standaardBlok_head {
	float:left;
	width: 239px;
	height:14px;
	padding:3px;
	padding-top:0px;
	background:#ab4247;
	color:white;
	font-size:11px;
	font-weight:bold;
}

.standaardBlok_content {
	float:left;
	width: 239px;
	padding:3px;
	background:#fcf2ab;
}

.standaardBlok_foot {
	float:left;
	width: 239px;
	padding:3px;
	height:5px;
	background:#fcf2ab;
}

.standaardBlok_content ul {
	margin:0px;
	padding:0px;
}
	.standaardBlok_content li {
		float:left;
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
	.standaardBlok_content li a, .standaardBlok_content li a.twee {
		float:left;
		text-decoration:none;
		font-weight:bold;		
		width:237px;
		color:#000;
		height:18px;
		padding-bottom:2px;
		padding-top:2px;
	}
	
	.standaardBlok_content li a.twee {
		height:16px;
		padding-top:2px;
	}
	
	.standaardBlok_content li a:hover, .standaardBlok_content li a.twee:hover {
		text-decoration:underline;
		color:#7d272a;
	}

/* ###### OPTIE BLOKJES ##### */

.optieBlok,.optieBlok_klein,.optieBlok_groot {
	float:left;
	margin:0;
	padding:0;
	width: 245px;
	border:1px solid #a69824;
	margin-right:10px;
}

.optieBlok_klein{
	width:159px;
}
.optieBlok_groot{
	width:502px;
}


.optieBlok_head,.optieBlok_head_klein,.optieBlok_head_groot {
	width: 239px;
	background:#ab4247;
	color:#fff;
	font-weight:bold;
	padding:3px;
	min-height:14px;
	padding-top:2px;
}
.optieBlok_head_klein{
	width:153px;
}
.optieBlok_head_groot{
	width:496px;
}


.optieBlok_content,.optieBlok_content_klein,.optieBlok_content_groot {
	width: 239px;
	padding:3px;
	min-height:70px;
	background:#fcf2ab;
	color: #000;
	
}
.optieBlok_content_klein{
	width:153px;
}
.optieBlok_content_groot{
	width:496px;
}

.optieBlok_foot,.optieBlok_foot_klein,.optieBlok_foot_groot {
	width: 239px;
	height:5px;
	padding:3px;
	background:#fcf2ab;
}
.optieBlok_foot_klein{
	width:153px;
}
.optieBlok_foot_groot{
	width:496px;
}

.optieBlok a {
	color:#7d272a;
	font-weight:bold;
}

.optieBlok a:hover {
	color:#7d272a;
	font-weight:bold;
	background-color:white;
}

/* ###### FORM VELDEN ##### */
.input_zoek {
	width:145px;
	border:1px solid #ab9d2c;
	padding:2px;
	color:#7d272a;
}

.invoerveld {
	width:175px;
	border:1px solid ##F1F1F1;
	color:#7d272a;
	
}

.vrijinvoerveld {
	border:1px solid ##F1F1F1;
	color:#7d272a;
}

.button {
	border:0px solid #d6d6d6;
	color:#000;
	padding:0px;
	height:22px;
	font-size:11px;
	width:72px;
	text-align:center;
	background:url(../images/btn_klein.gif) no-repeat;
}

.button_groter {
	border:0px solid #d6d6d6;
	color:#000;
	padding:0px;
	height:22px;
	width:128px;
	font-size:11px;
	text-align:center;
	background:url(../images/btn_middel_r.gif) no-repeat;
}

.button_grootst {
	border:0px solid #d6d6d6;
	color:#000;
	padding:0px;
	height:22px;
	width:220px;
	text-align:center;
	font-size:11px;
	background:url(../images/btn_groot.gif) no-repeat;
}

fieldset {
	width:91%;
}

legend {
	color:#7d272a;
	font-weight:bold;
}

#inschrijven, #feedback, #reclameregel {
	position:absolute;
	width:400px;
	padding:12px;
	padding-top:7px;
	border:3px solid #6a2631;
	background:#fcf2ab;
	margin-top:145px;
	margin-left:192px;
	visibility:hidden;
}

#feedback_voorbeeld {
	position:absolute;
	width:400px;
	padding:12px;
	padding-top:7px;
	border:3px solid #6a2631;
	background:#fcf2ab;
	margin-top:450px;
	margin-left:192px;
}

#sluitbutton {
	position:absolute;
	width:24px;
	height:22px;
	cursor:pointer;
	margin-left:380px;
	margin-top:0;
	padding-bottom:0;
}

.betaaldBlok {
	background-color:#ac505e;
	color:white;
}

#betaald {
	display:none;
}

hr {
	margin:0;
	padding:0;
	width:100%;
	height:0;
	border-top:1px solid #7d272a;
}

input[type=text]{
 border:1px solid #a69824;
 }
 
textarea{
 border:1px solid #a69824;
 }
 
 
 #spVier .optieBlok_content, #spVier .optieBlok_foot{ 
	background:#FFFBE6;
 }
 
 #spVier .optieBlok_content_groot, #spVier .optieBlok_foot_groot{
 	background:#FFFBE6;
 }
 
 

