@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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: #000000;
	background-color: #333333;
	margin: 0;
	background-image: url(../plaatjes/achtergrond6.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.twoColFixLtHdr #container {
	width: 800px;
	border-left-width: 5px;
	border-left-style: outset;
	border-bottom-color: #333333;
	background-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: outset;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	padding: 0px;
	position: relative;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0px;
} 
#top2 {
	float: none;
	text-align: right;
	background-image: url(../plaatjes/locomotion.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
table {
	float: left;
	width: 500px;
	border: 1px solid #cc0099;
	padding: 3px;
}
td {
	border: 1px solid #cc0099;
	padding-left: 3px;
}
h6 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 0.75em;
	line-height: 1.5em;
	font-weight: normal;
	color: #2A3F55;
	text-align: left;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* aangezien dit een zwevend element betreft, moet er een breedte worden opgegeven */
	width: 190px;
	height: 450px;
	clear: none;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-left: 20px;
}
h2 {
	font-family: Verdana;
	font-size: 0.875em;
	color: #333333;
	text-align: left;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFFBF0;
	border-left-width: 5px;
	border-left-style: dotted;
	border-left-color: #AA1F55;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
h3 {
	font-family: Verdana;
	font-size: 1em;
	color: #333333;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Verdana;
	font-size: 0.875em;
	line-height: 1em;
	color: #333333;
	text-align: left;
}
p {
	font-family: Verdana;
	font-size: 0.75em;
	color: #2A3F55;
	text-align: left;
	line-height: 1.5em;
}
.twoColFixLtHdr #container #mainContent li {
	font-family: Verdana;
	font-size: 0.75em;
	color: #2A3F55;
	list-style-type: circle;
	text-align: left;
	line-height: 1.5em;
}
.p {
	text-align: right;
}
.p2 {
	margin-left: 130px;
}
.twoColFixLtHdr #footer {
	background-color: #330033;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #AA1F55;
	position: relative;
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #container #footer li {
	display: inline;
	font-family: Verdana;
	font-size: 0.675em;
	color: #FFFFFF;
	padding: 0px;
	position: static;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #footer ul {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}


.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;
	background-color: #00FFFF;
}
.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;
	background-color: #006699;
}
.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;
}
a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#apDiv1 {
	position:absolute;
	width:270px;
	height:270px;
	z-index:1;
	left: 524px;
	top: 513px;
}
a {
	font-family: Verdana;
	font-size: 0.875em;
	line-height: 1em;
	color: #2A3F55;
	text-decoration: none;
}
.klein {
	font-family: Verdana;
	font-size: 0.75em;
	color: #2A3F55;
}
