@charset "utf-8";
body {
	margin: 0; /* het is een goede gewoonte om de instellingen voor margin (marge) en padding (opvulling) van het element body op nul in te stellen en daarmee op de standaardinstellingen van de verschillende browsers */
	padding: 0;
	text-align: center; /* hiermee centreert u de container (het hoofdobject) in IE 5*-browsers Vervolgens wordt de tekst ingesteld op de standaardinstelling van links uitlijnen in de kiezer #container */
	color: #CC3300;
	background: #CCC url(../Vorm/achtergrondZW.jpg) repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.01%;
}
#container  {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* hiermee wordt de instelling text-align: center voor het element body genegeerd. */
	height: 400px;
}
#sidebar1 {
	float: left;
	height: 300px;
	width: 200px;
}
#iconen {
	float: left;
	width: 140px;
	padding-top: 50px;
}
.anker {
	float: left;
	height: 150px;
	width: 90px;
	padding-top: 150px;
}




#logo {
	float: left;
	height: 120px;
	width: 190px;
	padding: 5px 5px 30px 5px;
}
.knop {
	padding: 5px;
	float: left;
	height: 30px;
	width: 190px;
}
#Inhoud {
	float: left;
	height: 550px;
	width: 645px;
	padding: 0px 15px 0px 15px;
}
#InhoudSmal {
	float: left;
	height: 550px;
	width: 445px;
	padding: 0px 15px 0px 15px;
}


#renvooi {
	float: left;
}



.logo {
	font-size: 3.8em;
	color: #F00;
	padding-top: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 645px;
}
.kop {
	font-size: 1.85em;
	padding-top: 0px;
	padding-bottom: 30px;
	height: 50px;
	width: 645px;
}
.kopLaag {
	font-size: 1.85em;
	padding-top: 0px;
	height: 40px;
	width: 645px;
}
.kopMiddelgroot{
	font-size: 1.4em;
}
.titel {
	font-size: 1.85em;
}
.vet {
	font-weight: bold;
}
#tekst {
	float: left;
	width: 465px;
	padding-right: 70px;
}
#tekstActiviteiten {
	float: left;
	width: 645px;
}


.tekst {
	font-size: 0.8em;
	padding-right: 20px;
	padding-bottom: 15px;
}
.tekstKlein {
	font-size: 0.4em;
	padding-right: 20px;
	padding-bottom: 15px;
	font-weight: bold;
}
.tekstKleiner {
	font-size: 0.4em;
	padding-right: 20px;
	padding-bottom: 15px;
}


.tekstRenvooi {
	padding-bottom: 2px;
	font-size: 0.8em;
}

.tekstZwart {
	font-size: 0.8em;
	color: #000000;
	padding-bottom: 15px;
}

.tabelkop {
	font-size: 1.85em;
	padding-bottom: 5px;
}

#sidebar2 {
	float: left;
	height: 300px;
	width: 90px;
}

#ruimteIcoon {
	height: 170px;
	width: 140px;
}


.icoon {
	padding: 5px;
	float: left;
	height: 60px;
	width: 90px;
	text-align: center;
}
a:link {
	color: #F30;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F30;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #F30;
}




/* Miscellaneous classes for reuse */
.fltrt { /* dit exemplaar van class kan worden gebruikt om een element aan de rechterzijde van uw pagina te laten zweven. Het zwevende element moet voorafgaan aan het element dat, op de pagina, naast het zwevende element moet staan. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* dit exemplaar van class kan worden gebruikt om een element aan de linkerzijde van uw pagina te laten zweven. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* dit exemplaar van class moet op een element div of break zijn geplaatst en dient het laatste element te zijn vóór de afsluiting van een container (hoofdobject) die op zijn beurt een zwevend object volledig dient te bevatten */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.img {
	padding-bottom: 15px;
	padding-top: 5px;
}

