/* CSS Document */
a.linkmenu:link    { color: #FFFFFF; text-decoration: none }    /* niet bezochte link  Je kunt hieraan ook meerdere eigenschappen toewijzen !! */
a.linkmenu:visited { color: #FFFFFF; text-decoration: none }   /* bezochte link   */
a.linkmenu:hover   { color: #000000; text-decoration: none } /* roll over     */
a.linkmenu:active  { color: #FF0000; text-decoration: none }   /* geselecteerde link    */

a:link    { color: #FF0000; text-decoration: none }    /* niet bezochte link  Je kunt hieraan ook meerdere eigenschappen toewijzen !! */
a:visited { color: #FF0000; text-decoration: none }   /* bezochte link   */
a:hover   { color: #000000; text-decoration: none } /* roll over     */
a:active  { color: #FF0000; text-decoration: none }   /* geselecteerde link    */

/*Hieronder een Pseudo class van a:, werkt als een soort sub (child) */
a.one:link {color: #0066CC; text-decoration: none} /* gebruik class="one" om de gewone a: te overrulen */
a.one:visited {color: #0066CC; text-decoration: none}
a.one:hover {color: #FFFFFF; background: #0066CC; text-decoration: none}
a.one:active  { color: #FFFFFF ; text-decoration: none}



body {
scrollbar-face-color: #F2F2F2 /* pijltje laag */; 
scrollbar-highlight-color: #F2F2F2 /* pijltje hoog */; 
scrollbar-shadow-color: #F2F2F2 /* pijltje schaduw */; 
scrollbar-3dlight-color: #CCCCCC /* pijltje schaduw */; 
scrollbar-arrow-color:  #CCCCCC /* de kleur van pijltjes */; 
scrollbar-track-color: #FFFFFF /* kleur onder scrollbar */; 
scrollbar-darkshadow-color: #CCCCCC /* schaduwkleur onder scrollbar */; 
}
.linkmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	link color: #FF0000; 
}

.textContent { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	text-decoration: none;
	padding: 5px 5px 5px 15px; /* volgorde: top, right, bottom, left */

}
.tableContent { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
}
	/*padding-top: 5 px; /* waarden : lengte, % met padding bepaal je de ruimte tussen een element en de tableborder*/
	/*padding-left: 5 px;
	padding-right: 5 px;
	padding-bottom: 5 px;*/
P { 
	margin: 0px;
}

.kopContent {
	background: #DEE5F0;
	
	background-image: url("../images/blokje_Rood.gif"); /* waarden: none, url */ 
	background-repeat: no-repeat; /* waarden: repeat, no-repeat, repeat-x, repeat-y */
	background-position: 5px 7px; /* waarden: eerst horizontaal dan verticaal*/

	border-top: #003399 1px solid; /*zo kun je alle property's voor border-top verzamelen in 1 selector*/
	border-left: #003399 1px solid ; /*zo kun je alle property's voor border-right verzamelen in 1 selector*/
	border-right: #003399 1px solid; /*zo kun je alle property's voor border-top verzamelen in 1 selector*/
	border-bottom: #003399 1px solid ; /*zo kun je alle property's voor border-right verzamelen in 1 selector*/

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	font-weight: bold;
	padding: 0px 0px 0px 15px; /* volgorde: top, right, bottom, left */
	text-decoration: none;

}

.lijnBlauw {
	border-top: #003399 1px solid; /*zo kun je alle property's voor border-top verzamelen in 1 selector*/
}

.lijnBlauwRechts {
	border-right: #003399 1px solid ; /*zo kun je alle property's voor border-right verzamelen in 1 selector*/
}

.lijnBlauwLinks {
	border-left: #003399 0px solid ; /*zo kun je alle property's voor border-right verzamelen in 1 selector*/
}

.buttonStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #003399;
	border-color:#003399;
	border-width: 1px;
	border-style: solid;
	background-color: #DEE5F0;
	width: 75px;
	cursor: pointer;
}
.button {
	background-color: style=filter;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr=#E0E5E9, startColorstr=#C8D0D6, gradientType=0);
	color: #000000;
	line-height: 13px;
	cursor:pointer;
	}
.buttonover 
{
	background-color: style=filter;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr=#2887B6, startColorstr=#03699C, gradientType=0);
	color: #FFFFFF;
	line-height: 13px;
	cursor:pointer;
}
input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	padding-top: 1px;
	background-color: #EFEFEF;
	border: 1px solid #B6C2C7;
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;


}
.formfocus {
	background-color: #FFFFFF;
	color: #000000;
}
.formout {
	background-color: #EFEFEF;
	color: #000000;
}  
.radio {
	border: 0px;
}
