/*

	StippWeb standaard stylesheet

*/
.onzichtbaar { display: none; }

/* 
	Debug stijlen
*/
select.ctrl_BlokToevoeger
{
	font-family:Arial;
	font-size:9px;
}

div.debugLabel
{
	position:absolute; 
	top:0; 
	left:0; 
	z-index:100; 
	background-color:#FFFFC6; 
	color:black; 
	padding:2px; 
	font-size:9px; 
	font-family:arial;
}

img.ctrl_blokBewerkKnop
{
	border:0;
}


/* Stijlen voor htmldiff */
htmldiff_ins
{
	color: Green;
	font-weight: bold;
}

htmldiff_del
{
	color: Red;
	font-weight: bold;
	text-decoration: line-through;
}


body.Links htmldiff_ins
{
	color: green;
	font-weight: bold;
}

body.Links htmldiff_del
{
    visibility: hidden;
}

body.Rechts htmldiff_ins
{
    visibility: hidden;
}

body.Rechts htmldiff_del
{
	color: green;
	font-weight: bold;
}

div.divVeldTextDubbelWachtwoord { padding-bottom: 10px; }


.overzicht .paginering .huidige input {
    width: 30px;
    text-align: center;
    border: solid 1px;
}
.overzicht .paginering .vorige {
    margin-right: 15px;
}

.overzicht .paginering .volgende {
    margin-left: 15px;
}

