/*
+-------------------------------------------------------------------+
| Voorbeeld van CSS in de stijl van Microsoft Windows XP,           |
| gebaseerd op de richtlijnen uit de "Windows XP Visual Guidelines" |
| van het Windows XP Design Team <www.microsoft.com>.               |
+-------------------------------------------------------------------+ 
*/

body {
	background-image:url(../images/BackgroundSunBlue.jpg); 
	/*background-color: #99FF66; /* Achtergrondkleur licht groen */
	color:            #000000; /* Voorgrondkleur zwart */
}



/* Koppen: */

h1 {
	/*background-color: #FFFFFF;  */
	color:            #000000;
	/*font-family:      "Franklin Gothic Medium", Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:        18pt;
	font-weight:      bold;
	line-height:      1em;
}

h2 {
	/*background-color: #FFFFFF; */
	color:            #000000;
	/*font-family:      "Franklin Gothic Medium", Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:        16pt;
	font-weight:      bold;
	line-height:      1em;
	margin-bottom:    0.25em;
}

h3 {
	/*background-color: #FFFFFF;*/
	color:            #000000;
	/*font-family:      "Franklin Gothic Medium", Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:        12pt;
	font-weight:      bold;
	line-height:      1em;
	margin-bottom:    0.25em;
}
h4 {
	/*background-color: #FFFFFF;*/
	color:            #000000;
	/*font-family:      "Franklin Gothic Medium", Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:        10pt;
	font-weight:      bold;
	line-height:      1em;
	margin-bottom:    0.25em;
}

h5 {
	/*background-color: #FFFFFF;*/
	color:            #000000;
	/*font-family:      "Franklin Gothic Medium", Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:        8.25pt;
	font-weight:      bold;
	line-height:      1em;
	margin-bottom:    0.25em;
}

/* Besturingselementen (controls) voor formulieren: */

fieldset {
	cursor:  default;
	padding: 0px;
}

input {
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:   8.25pt;
}

label {
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:   8.25pt;
}

legend {
	color:       #0046D5;
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:   8.25pt;
}

select {
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:   8.25pt;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   10pt;
	line-height: 1.1em;
}

/* Formuliervelden binnen labels verticaal gecentreerd uitlijnen */
/* (werkt niet goed in Netscape, maar wel in Internet Explorer): */
label input {
	vertical-align: middle;
}


/* Andere blokelementen (block-level elements): */

p {
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:   12pt;
	line-height: 1.3em;
}

li {
	font-family:   Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:     12pt;
	line-height:   1.5 em;
	margin-bottom: 1ex;
}

td {
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:   8.25pt;
	margin: 0
}

th {
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:   8.25pt;
	font-weight:      bold;
}

address {
	font-family: Verdana, Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:   8.25pt;
	font-style:  normal;
	line-height: 1.2em;
	margin-top:  13px;
}


/* Inline elementen: */

cite, em, var {
	font-style:  normal; /* Niet cursief ... */
	font-weight: bold;   /* ... maar vet     */
}

ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a
{
float:left;
width:8 em;
text-decoration:none;
color:white;
background-color:green;
padding:0.2em 0.6em;
border-right:2px solid white;
}

li {
display:inline;
}

/* Selectors (pseudo-klassen) voor hyperlinks: */

a:link {
	color:            #FFFF00;   /* Voorgrondkleur blauw           */
	text-decoration:  none;      /* Niet onderstrepen              */
}

a:visited {
	color:            #CCFF00;   /* Voorgrondkleur blauw           */
	text-decoration:  none;      /* Niet onderstrepen              */
}

a:hover {
	color:            #66FF00;   /* Voorgrondkleur lichter blauw   */
	cursor:           pointer;   /* Aanwijzer weergeven als handje */
	text-decoration:  underline; /* Onderstrepen                   */
}

a:active {
	background-color: #33FF00;   /* Achtergrondkleur donkerblauw   */
	color:            #FFFFFF;   /* Voorgrondkleur wit             */
	cursor:           pointer;   /* Aanwijzer weergeven als handje */
	text-decoration:  none;      /* Niet onderstrepen              */
}
blink {text-decoration: blink;}
table {empty-cells: show}

/*
+---------------------------------+
| S P E C I A L E   K L A S S E N |
+---------------------------------+
*/

/* Waarschuwingen: */
.w {
	color:       #DE5C2F; /* Rood         */
	font-style:  normal;  /* Niet cursief */
	font-weight: bold;    /* Vet          */
}

/* Knoppen met een standaardformaat van 75 bij 23 pixels, */
/* alleen geschikt voor niet te brede opschriften:        */
input.knop {
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:   8.25pt;
	width:       75px;
	height:      23px;
	margin:      5px 0 10px 0;
}
p.thick {
font-weight: bold
}
table.vol {
	padding:0
	
}
