/*
Dit stijlblad bevat enkele extra opmaak-definities, die je vermoedelijk niet hoeft aan te passen.*/

/* kopjes in een tabel */
th {
	text-align: left;
}
/* lijst opsommingstekens */

ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
/* voorkomt dat lijsten in de 3e kolom te veel naar rechts verschuiven*/
#kolom3 li {
margin-left : -25px;
}

.picrechts{
	float: right;
	padding: 0px 10px 0px 0px;
}
/*************** allerlei in inhoud ******************/
.inhoudstandaard {
	position:relative;
	padding: 0px 0px 10px 10px;
	display:block;
}
.kleingrijs {
	color: #999999;
	font-size: small;
}
.kleincursief {
	font-size: small;
	font-style: italic;
}

.onzichtbaar {
	font-weight: normal; 
	cursor: hand; 
	color: #CCCCCC; 
	background-color: #CCCCCC}
.zichtbaar {
	font-weight: normal; 
	cursor: hand; 
	color: #333333; 
	background-color: #FFFFFF
}

.dossierdatum {
	font-size: small;
	color: #7B869A;
	font-weight: normal;
	font-style: normal;
}



/* Tabelopmaak */
.rijeven {
	background-color:#FFFFFF;
}

.rijoneven {
	background-color:#EBEDEC;
}

.rood {
color: #CC3300
}

.foutmelding { 
font-size:x-small;
color:#FF0000;

}
.samenvatting {
	text-decoration: underline;
	cursor: hand;
}

/* rand en ronde hoeken bij opiniepeiling */
.rand {
	background-color: #AFAFAF;
	color: #FFFFFF;
	text-align: center;
	font-weight: bolder;
}
.randlinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AFAFAF;
}
.randrechts {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AFAFAF;
}
.hoekrechtsboven {
	background-image: url(plaatjes/hoeken/hoek_rb.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 21px;
	width: 22px;
}
.hoeklinksboven {
	background-image: url(plaatjes/hoeken/hoek_lb.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 22px;
}
.hoekrechtsonder {
	background-image: url(plaatjes/hoeken/hoek_ro.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 22px;
}
.hoeklinksonder {
	background-image: url(plaatjes/hoeken/hoek_lo.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
}

