/* Default CSS Stylesheet for a new Web Application project */



.BeeldGeselecteerd
{
	border-right: blue thin solid;
	border-top: blue thin solid;
	border-left: blue thin solid;
	border-bottom: blue thin solid;
	
}
.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;
	
}
.Standaardtekst9pt
{
	font-size: 9pt;
	font-family: Verdana, Arial;
}

.Standaardtekst10pt
{
	font-size: 10pt;
	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;
}
.Kader_stippellijn_Voet
{
	
	border-bottom: gray 1px dotted;
	border-left: gray 1px dotted;
	border-right: gray 1px dotted;
}
.Standaardtekst
{
	font-size: 8pt;
	font-family: Verdana, Arial;
}

.Berichttekst
{
	font-size: 8pt;
	font-family: Verdana, Arial;
	color: red
}


.knooppunt
{
	font-size: 8pt;
	font-family: Verdana, Arial;
}

BODY
{
	font-size: 20pt;
	color: black;
	font-family: Verdana;
	font-style:italic;
}

.fotoalbumCSS
{
font-size: 10pt;
	font-family: Verdana, Arial;
	text-align:  center;
}	
