﻿
.dhtml_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:1.2em;
	background-color:#01204E;
    border:solid 0px #01204E;
	
	margin-bottom:2px;
	margin-top:15px;
	padding:15px 15px 15px 15px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	

	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtml_answer
{
	/* Parent box of slide down content */ /* Start layout CSS */
	border: 2px dotted #01204E;
	background-color: #fdfdfd;
	padding: 2px 15px 2px 15px;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
}
.dhtml_answer_content{	/* Content that is slided down */
	padding:1px;
	
	position:relative;
}



.dhtml_info{	/* Styling question */
	/* Start layout CSS */
	font-size:0.9em;
	font-style: italic;
	margin-bottom:10px;
	margin-top:5px;
	padding-top:2px;
	padding-left:4px;
	width: auto;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtml_info:hover
{
	text-decoration: underline;
}

.dhtml_meerinfo
{
	/* Parent box of slide down content */ /* Start layout CSS */
	border: 1px dotted #01204E;
	background-color: #fdfdfd;
	padding: 2px 5px 2px 5px;
	width: 620px; 
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
}
.dhtml_meerinfo_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
.kader_dotted{
	border: 1px dotted #01204E;
	background-color: #fdfdfd;
	padding: 2px 5px 2px 5px;
	width: 620px; 
}