INPUT {
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
}
BODY {
	color: Black;
	background-color: White;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	}

A {
	color: Black;
	}

A:HOVER {
	text-decoration: none;
	color: #BF1E02;

	}

H1 {
	font-size: small;
	background-color: #E3ECE0;
	border: 1px solid #AEB999;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

H2{
	font-size: x-small;
	background-color: #EEF5EB;
	padding-left: 5px;
	padding-right: 5px;
	width: 650px;
	margin-left: 75px;
	}

TH {
	font-size: x-small;
	font-weight: bold;
	border: 1px solid #AEB999;
	background: #E3ECE0;
	padding-left: 5px;
	padding-right: 5px;
	}

/* De achtergrond van het witte deel in het midden van de pagina */
.mainback {
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: 1px;
	table-layout: fixed;
	width: 800px;
	}

/* zwart randje voor foto's */
.foto {
	border: 1px solid Black;
	}

/* standaard opmaak voor verschillende tabellen en cellen */
.standaardTabel {
	font-size: xx-small;
	border-collapse: separate;
	table-layout: fixed;
	width: 640px;
	vertical-align: middle;
	}

.standaardTekst {
	font-size: xx-small;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	}

.standaardCelVet {
	font-weight: bolder;	
	width: 150px;
	border: 1px solid #E3ECE0;
	vertical-align: top;
	}
	
.standaardCel {
	border: 1px solid #E3ECE0;
	}

/* Deze classen zijn speciaal voor de opmaak van de nieuws-berichten */
.nieuwskop {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-image: url(../interface/nieuws-head.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: x-small;
	font-weight: bolder;
	}

.nieuwsgolf {
	vertical-align: bottom;
	background-image: url(../interface/nieuws-head-golf.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 33px;
	}

.nieuwsgolf2 {
	vertical-align: bottom;
	background-image: url(../interface/nieuws-head-golf-andersom.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 33px;
	}
	
.nieuwsdatum {
	text-align: right;
	font-size: xx-small;
	vertical-align: text-bottom;
	background-image: url(../interface/nieuws-head-datum.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	width: 180px;
	}
	
.nieuwsvoet {
	background-image: url(../interface/nieuws-head-voet.gif);
	background-position: top;
	background-repeat: repeat-x;
	}

.nieuwsbron {
	background-image: url(../interface/nieuws-head-bron.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 180px;
	height: 20px;
	}
