body {  
        text-align:center;
	background-color: #000000; 
	color:            #FFFFFF;
        font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:   8.25pt;
}

#container {
margin:0 auto;
width:920px;
text-align:left;
} 
#kolom_linksboven{
   float:left; 
   width: 160px;
   height: 120px;
   }
      
#navbar{ 
   float: left;
   width: 600px;
   height:120px;
      }  

#kolom_rechtsboven{
   float:left; 
   width: 160px;
   height:120px;
   }

#kolom_links{ 
   float:left;  
   width: 160px; 
   }
#inhoud{
   float:left;  
   width: 600px; 
   }
#inhoud1{
   float:left;  
   width: 560px;
   }
#kolom_rechts2{ 
   width: 300px;
   height:300px;  
   }
#kolom_rechts{ 
   float:left;  
   width: 160px; 
  }  
#kolom_rechts1{ 
   float:left;  
   width: 200px;
   } 
#jukebox{ 
   float:left;  
   width: 750px; 
  }  
/* Koppen: */

h1 {
	background-color: #000000;
	color:            #CCCCCC;
	font-family:      "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	font-size:        18pt;
	font-weight:      bold;
	line-height:      1em;
	margin-bottom:    0.25em;
}

h2 {
	font-family:      "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	font-size:        1pt;
	}


/* Besturingselementen (controls) voor formulieren: */

fieldset {
	cursor:  default;
	}

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: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:   8.25pt;
	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:   9pt;
	line-height: 1.3em;
}

li {
	font-family:   Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:     9pt;
	line-height:   1.2em;
	margin-bottom: 1ex;
}


tr {height:20px;
}

td {background-color: #000000;
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:   8.25pt;
	font-weight: bold;
	border: solid 1px #666666;
	}

th {
	background-color: #FF0000;
	color:            #FFFFFF;
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	font-size:   8.25pt;
	font-weight: bold;
	border: solid 1px #666666;
}

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     */
}


/* Selectors (pseudo-klassen) voor hyperlinks: */

a:link {
	color:            #FF0000;   /* Voorgrondkleur zwart           */
	text-decoration:  none;      /* Niet onderstrepen              */
}

a:visited {
	color:            #FF0000;   
	text-decoration:  none;      
}

a:hover {
	color:            #FFFF00;   
	cursor:           pointer;   
	text-decoration:  underline; 
}

a:active {
	background-color: #316AC5;   
	color:            #FFFFFF;   
	cursor:           pointer;   
	text-decoration:  none;      
}


/*
+---------------------------------+
| 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;
}