/* Default CSS Stylesheet for a new Web Application project */



.BeeldGeselecteerd
{
	border-right:  thin solid blue;
	border-top:  thin solid blue;
	border-left: thin solid blue;
	border-bottom: thin solid blue;
	
}
.BeeldNietGeselecteerd
{
	border-right: gainsboro thin solid;
	border-top: gainsboro thin solid;
	border-left: gainsboro thin solid;
	border-bottom: gainsboro thin solid;
	
}

.Standaardtekstinvul
{
	font-size: 8pt;
	font-family: Verdana, Arial;
	text-align: right;
	
}
.Standaardtekst10pt
{
	font-size: 10pt;
	font-family: Verdana, Arial;
}
.Standaardtekst12pt
{
	font-size: 12pt;
	font-family: Verdana, Arial;
}
.Standaardtekst9pt
{
	font-size: 9pt;
	font-family: Verdana, Arial;
}
.Tiptekst8pt
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial;
}

.Tiptekst8ptGrijs
{
	font-size: 8pt;
	color: dimgray;
	font-family: Verdana, Arial;
}


.ItemGeselecteerd 
{
	border-right: blue thin solid;
	border-top: blue thin solid;
	border-left: blue thin solid;
	border-bottom: blue thin solid;
}
.ItemNietGeselecteerd
{
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
}

.Kader_stippellijn_Inhoud
{
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
}

.Kader_stippellijn_Boom
{
	
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
}
.Kader_stippellijn_Hoofding
{
	
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-right: gray 1px dotted;
}



.Standaardtekst
{
	font-size: 8pt;
	font-family: Verdana, Arial;
}



.knooppunt
{
	font-size: 8pt;
	font-family: Verdana, Arial;
}
.fotoalbumCSS
{
font-size: 10pt;
	font-family: Verdana, Arial;
	text-align:  center;
}	