/*
CLASSES worden aangmaakt als volgt     :  .Class
Deze kunnen meerdere keren worden gebruikt.
Een ID wordt op deze manier aangemaakt :  #Id
Kan maar aanmalig worden gebruikt.

Wil je ergens een plaatje als achtergrond, gebruik dan de volgende code:
	background-image: url(plaatje.jpg);
	background-repeat: no-repeat;
	
Link styles altijd in de volgende volgorde: link-visited-hover-active
*/

/*--- Algemeen ---*/
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #1AA4C7;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	border-style: none;
	}
a {text-decoration: underline; color: #009; font-weight: bold;}
a:link {}
a:visited {}
a:hover {color: #000;}
a:active {}

h1 {font-size: 2.0em; font-weight: bold; margin-top: 0em; margin-bottom: 0em;}
h2 {font-size: 1.7em; margin: 1.2em 0em 1.2em 0em; font-weight: bold;}
h3 {font-size: 1.4em; margin: 1.2em 0em 1.2em 0em; font-weight: bold;}
h4 {font-size: 1.2em; margin: 0em 0em 1.2em 0em; font-weight: bold;}
h5 {font-size: 1.0em; margin: 1.2em 0em 1.2em 0em; font-weight: bold;}
h6 {font-size: 0.8em; margin: 1.2em 0em 1.2em 0em; font-weight: bold;}

img {border: 0;}
ol, li {list-style: square; font-weight: normal; margin-top: 0.2em; margin-bottom: 0.1em;}
ol, ul, li a {text-decoration: none;}

pre {font-family: monospace; font-size: 1.0em;}
strong, b {font-weight: bold;}

p {font-size: 1.0em;
/*	line-height: 1.2em;
	margin: 1.2em 0em 1.2em 0em;*/}

.Verslag P:first-letter {
	font-size: 175%;
	float: left;
	margin: 0 2px 0 0;
	color : #444; 
	font-family: "Times new roman", verdana, arial, sans-serif;
	font-weight: bold;
	}
	
.NoBorder {border: 0px;}
.Border {border: 1px solid #000000; border-collapse: collapse;}
.Border th {background-color: #254060; color: #FFF;}
.Border td {background-color: #91C5DB; color: #000; border: 1px solid #CCCCCC;}

#MainTable {width: 100%; height: 100%; margin: 0px; padding: 0px;}

.intro {border: none; margin-top: 1em;}
.introLeft {
	vertical-align: top;
	text-align: center;
	padding: 0 1em 1em 1em;
	border-style: solid;
	border-color: #FFF;
	border-width: 0 1px 0 0;
}
.introRight {vertical-align: top; text-align: center; padding: 0 1em 1em 1em;}

.NieuwsKop {color: #000; font-weight: bold; font-size: 1.2em; text-decoration: underline;}
.TableNieuws {border: 1px solid #000000; width: 100%; margin-top: 1em;}
.TdNieuws {/*Optie*/}
.NieuwsHeaderAlg {background-color: #254060;}
.NieuwsHeaderAct {background-color: #993300;}
.NieuwsImg {margin: 0 1px 0 2px;}
.NieuwsTitel {color: #FFF; font-weight: bold; font-size: 0.9em; vertical-align: top;}
.NieuwsContent {background-color: #91C5DB; padding: 1em;}
.NieuwsFooter {background-color: #91C5DB; padding: 0.1em; text-align: right; color: #009; font-size: 0.8em;}

.stats {background-color: #1AA4C7; border: 1px solid #000000; border-collapse: collapse;}
.stats td {border: 1px solid #CCCCCC; padding: 1px 0px 1px 3px;}
.stats th {background-color: #00CC00;}
.stats a {text-decoration: none;}
.statsHeader {margin: 2em 0 1em 0; font-weight: bold; text-align: center;}
/*--- Eind Algemeen ---*/

/*--- Banner ---*/
/* Font-size op vaste grootte anders gaat de layout over de flos.... */
#TrBanner {height: 100px;}
#TdLogo {border-style: solid; border-color: #000; border-width: 1px 0 0 1px;}
#TdClock {
	width: 120px;
	text-align: center;
	border-style: solid;
	border-color: #000;
	border-width: 1px 1px 0 0;
	font-size: 11px;
	}
/*--- Eind Banner ---*/


/*--- Menu ---*/
/* Font-size op vaste grootte anders gaat de layout over de flos.... */
.TrMenu {font-size: 11px; height: 18px; background-color: #F8DF10; color: #000;}
.TrMenuAdmin {font-size: 11px; height: 18px; background-color: #F8BF10; color: #000;}
.TrMenu a, .TrMenuAdmin a {color: #000; font-weight:normal; text-decoration: none;}
.TrMenu a:link, .TrMenuAdmin a:link {}
.TrMenu a:visited, .TrMenuAdmin a:visited {}
.TrMenu a:hover, .TrMenuAdmin a:hover {font-weight:normal; text-decoration: underline;}
.TrMenu a:active, .TrMenuAdmin a:active {}
#TdMenu {border-style: solid; border-color: #000; border-width: 1px 0 0 1px; padding: 2px 10px;}
#TdMenuAdmin {border-style: solid; border-color: #000; border-width: 1px 1px 0 1px; padding: 2px 10px;}
#TdMenuLogin {text-align: center; border-style: solid; border-color: #000; border-width: 1px 1px 0 1px;}

.mnuSub {
	font-size: 11px;
	line-height: 6px;
	background-color: #F8DF10;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	padding: 5px 0 7px 0;
	visibility: hidden;
  filter: alpha(opacity=100), progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4);
	}
.mnuSub hr {height: 1px; border-style: groove; border-color: #000; border-width: 1px 0 0 0; width: 100%;}
.mnuSub a {padding: 2px 5px;}
/*--- Eind Menu ---*/


/*--- Content ---*/
#TdContent {border-style: solid; border-color: #000; border-width: 1px 0 0 1px;}	
#DivContent {
	height: 100%;
	width: 100%;
	padding: 5px;
	overflow: auto;
	background-color: #71C5DB;
	text-align: left;
	font-size: 76%;
	}
#DivContent td, th {font-size: 76%;}
/*-- Eind Content ---*/


/*--- Footer ---*/
/* Font-size op vaste grootte anders gaat de layout over de flos.... */
#TdSponsors {
	font-size: 10px;
	font-weight: bold;
	border-style: solid;
	border-color: #000;
	border-width: 1px 1px 0 1px;
	text-align: center;
	vertical-align: top;
	}	
#TrFooter {height: 20px;}
#TdFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-style: solid;
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	padding: 2px 10px;
	}
#TdFooter a {font-weight: normal;}
/*--- Eind Footer ---*/
