div.faq_content {
	background: url('/images/faq/achtergrond.jpg');
}

div.aardbeihoofd {
	background: url('/images/faq/aardbeihoofd.png');
	position: absolute;
	left: 0px;
	top: 0px;
	width: 385px;
	height: 536px;
	background-repeat: no-repeat;
}


div.faq_content div.titel2, div.faq_content div.titel1{
	background: url('/images/faq/titel1.png');
	margin-left: 380px;
	margin-top: 20px;
	height: 123px;
	background-repeat: no-repeat;
	
}

div.faq_content div.titel2{
	background: url('/images/faq/titel2.png');
}

div.faq_content div.intro{
	margin-top: 10px;
	margin-left: 400px;
	margin-right: 50px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}


div.faq_content a{
	color: yellow;
	font-weight: bold;
	font-size: 12px;
}

div.faq_content div.lijst{
	margin-left: 400px;
	margin-right: 50px;
	
}

div.faq_content div.lijst ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	
}

div.faq_content div.lijst li{
	margin-bottom: 10px;	
}

div.faq_content div.antwoorden{
	margin-left: 400px;
	margin-right: 40px;
	padding-bottom: 100px;
	font-size: 12px;
}

div.faq_content div.antwoorden div{
	margin-bottom: 30px;
}

div.faq_content div.dash{
	margin-left: 400px;
	height: 2px;
	background: url('/images/faq/stippel.gif');
	display:none;
}


.faq_inp {
	border: 1px solid #7a9fb9;
	width: 300px;	
}

textarea.faq_inp {
	height: 150px;	
}



div.faq_verstuur_over, div.faq_verstuur{
	background: url('/images/faq/verstuur.png');
	margin-left: 170px;
	margin-top: 20px;
	width: 168px;
	height: 49px;
	background-repeat: no-repeat;
	cursor: pointer;
	
}

div.faq_verstuur_over{
	background: url('/images/faq/verstuur_over.png');
}


div.faq_terug_over, div.faq_terug{
	background: url('/images/faq/terug.png');
	margin-left: 170px;
	margin-top: 20px;
	width: 168px;
	height: 49px;
	background-repeat: no-repeat;
	cursor: pointer;
	
}

div.faq_terug_over{
	background: url('/images/faq/terug_over.png');
}

div.faq_oeps, div.faq_verstuurd{
	background: url('/images/faq/verstuurd.png');
	margin-left: 30px;
	margin-top: 20px;
	width: 442px;
	height: 102px;
	background-repeat: no-repeat;
}

div.faq_oeps {
	background: url('/images/faq/oeps.png');
}

