/* CSS Document */

.reactie{
	list-style: none;
	padding-left: 20px;
}
.reactie li{
	padding: 3px;
}
.reactie li div.reactie_r{
	border: 1px dotted #a4bedb;
	border-left-style:solid;
	padding: 3px;
}
.reactie_tekst{
	clear: both;
}
.reactie_titel{
	padding: 1px;
	background:#a4bedb;
	text-align:right;
	overflow:hidden;
}
.reactie_titel a{
	color: #000;
	text-decoration:underline;
}
.reactie_titel a:hover{
	color: #fff;
	text-decoration:none;
}
.reactie_frm{
	padding-top: 10px;
	padding-left: 5px;
	border: 1px dotted #a4bedb;
	margin-left: 20px;
	margin-top: 5px;
}
.titel_bericht{
	clear: both;
}

.del{
	font-style: italic;
	color: #3768d7;
}
.stemdiv{
	margin: 5px 0;
	padding: 7px;
	border: 1px dotted #a4bedb;
	padding-left: 25px;
	background: url(/i/icons/star.gif) no-repeat 5px center;
}
.titel_inz{
	text-align: center;
	/*margin-bottom: 15px;*/
}
.titel_inz span{
	border-bottom: 2px dotted #a4bedb;
	font-size: 1.2em;
	font-weight:bold;
	text-align:center;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom:10px;
}
.age{
	font-size: 0.9em;
	color: #a4bedb;
}
