/*
 * Opmaak formulier vragenlijst
 */

#form0{
	width:579px;
	margin:0 0 30px 0;
}
#form0 .frm_radio{
	overflow:hidden;
	margin:0 0 0 0;
	padding:10px;
}
#form0 .hover{
	background:#eee;
}
#form0 .frm_htmlPre{
	width:431px;
	float:left;
}
#form0 .frm_htmlPre p{
	margin:0;
	padding:0;
}
#form0 .frm_radio_wrapper{
	float:left;
	width:120px;
	text-align:right;
}
#form0 fieldset{
	padding:1em 0 0 0;
	margin:0 0 1em 0;
}
#form0 legend{
	font-size:1.2em;
	margin:0 10px;
}
#form0 .frm_submit_wrapper{
	text-align:center;
}
#form0 .frm_button{
	background:#F7B523;
	border:none;
	color:#9A6D3D;
	cursor:pointer;
}
#form0 .error{
	color:#c00;
}
#form0 .error_text{
	font-size:1.2em;
	color:#c00;
	font-weight:bold;
}
#form0 label{
	padding:0;
	margin:0;
}

/*
 *Opmaak competentie
 */
#competentie h2{text-align:center;}
#graphs{
	width:450px;
	margin:0 auto;
}
#graphs .grRow{
	height:200px;
}
#graphs .graph{
	float:left;
	width:150px;
	text-align:center;
}
#graphs img{
	border:none;
}
#graphs h3{
	font-size:1.2em;
	height:2.5em;
	margin:1em 0 0 0;
	line-height:1.2em;
}

 
/*
 * Opmaak detail pagina's
 */
.detail{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#7B4104;
}
.detail h1{
	text-align:center;
}
.detail #graph{
	text-align:center;
}
.detail #text{
	width:500px;
	margin:0 auto;
}

