body, html {
    font-family: Verdana;
    font-size: 12px;
    color: #000;
}

a {
    font-style: normal;
    font-size: 12px;
    /*color: #12086f; 090309 veranderd door xomex */ 
    color: #666666;
}
/* dit veranderd ivm onderstaand link info op  090309 door xomex */
a:hover {
    text-decoration: underline;

}
*/
/* vanaf hiet link info toegevoegd op 0903090 door xomex */

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
         text-decoration: underline;

}
a:active {
	color: #000000;
}



/* tot hier link info toegevoegd op 090309 door xomex */
.normaal {
    font-style: normal;
    font-size: 12px;
    color: #000;
}

.kop, .contentheading {
    font-style: normal;
    font-size: 15px;
    font-weight: bolder;
    color: #d10c2f;
    margin-bottom: 5px;
}

.componentheading {
    visibility: hidden;
    height: 0px;
    width: 0px;
}
.subkop1 {
    font-weight: bold;
    font-size: 14px;
    color: #d10c2f;
    margin-top: 5px;
    margin-bottom: 5px;
}
.subkop {
    font-weight: bold;
    font-size: 12px;
    color: #d10c2f;
    margin-top: 5px;
    margin-bottom: 5px;
}


p, td {
    font-family: Verdana;
    font-size: 12px;
    color: #000;
    LINE-HEIGHT: 20px; /*040609 toegevoegd om meer ruimte tussen de regels te krijgen*/
}
/* onderstaande toegevoegd door mariette 090309 ivm tekst opmaak tankstations uit css van oude site gecopieerd */
.topicheader{
	FONT-WEIGHT: bold; 
	/*FONT-SIZE: 12px; 
	TEXT-TRANSFORM: uppercase; */
	COLOR: #d10c2f; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	}

.topicsubheader{
	FONT-WEIGHT: bold; 
	/*FONT-SIZE: 11px; */
          COLOR: #000000; 
	/*LINE-HEIGHT: 20px; */
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	}

.topictekst{
	/*FONT-SIZE: 11px; */
	COLOR: #000000; 
	/*LINE-HEIGHT: 20px;*/ 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
          LINE-HEIGHT: 20px; /*040609 toegevoegd */
	}

.inactive{
	/*FONT-SIZE: 11px; */
	COLOR:#999999; 
	LINE-HEIGHT: 20px; /*040609 toegevoegd */
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	}
