/*
	Default page values
*/
body { 
 background-color: #cccccc; // A7A7A7
 font-size: 12px; 
 font-family: verdana; 
}

.tocItemHide {display: none;}
.tocItemShow {list-style:none;margin-left:20;margin-top:1;}
.tocHead {list-style:none;list-style-position=outside;}

td { 
  
 font-size: 12px; 
 font-family: verdana; 
}

a:tekst
 font-size: 11px; 
 font-family: verdana; 

//A.menu { font-family:Verdana, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #FFFFFF; text-decoration: none; line-height: normal}

//A.menu:hover { font-family:Verdana, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #B80505; text-decoration: none; line-height: normal}


/*
	teksten van allerlei (hoofdheadline, teams, rijders, ...)
*/

.lijn {
  border-bottom: 0.05cm solid #C12121;
}
.teksten {
 font-family: verdana;
 font-size: 11px; 
 font-weight: normal; 
 color: #000000; 
 text-decoration: none
 }

.smalltxt {
font-size: 9px;
font-family: Verdana;
}

/*
	Links
*/
a:link { 
 color: #C12121; 
 font-size: 12px; 
 text-decoration: none;
}

a:visited { 
 color: #C12121; 
 font-size: 12px; 
 text-decoration: none;
}

a:active { 
 color: #C12121; 
 font-size: 12px; 
 text-decoration: none;
}

a:hover { 
 color: #C12121; 
 font-size: 12px; 
 text-decoration: underline;
}

.menu:link { 
 color: #000000; 
 font-size: 12px; 
 text-decoration: none;
}

.menu:active { 
 color: #000000; 
 font-size: 12px; 
 text-decoration: none;
}

.menu:visited { 
 color: #000000; 
 font-size: 12px; 
 text-decoration: none;
}

.menu:hover { 
 color: #C12121; 
 font-size: 12px; 
 text-decoration: underline;
}



.nieuws_kader {
background-color: #aaaaaa;
}

.nieuws_titel {
background-color: #eeeeee;
}

.nieuws_bericht {
background-color: #ffffff;
}

.nieuws_bg{
background-color: #000000;
}


/* object stuff here */

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}

