/*

	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;
}

.paginering .huidige a { text-decoration: none; font-weight: bold; }
.paginering .ganaar input[type=text] { width: 30px; text-align: center; border-style: solid; border-width: 1px; height: 22px; font-size: 11px;}
.paginering .ganaar input[type=submit] { padding-left: 10px; padding-right: 10px; font-family: Verdana; }
.paginering .ganaar { margin-right: 50px; }
.paginering .ganaar input { margin-left: 3px; }
