body {
	background-image: url(images/backgrnd.gif);
	background-repeat: repeat;
	
	background-color:#000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
h2 {
	color : #000000;
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	color:#00FF00
}
#wrapper {
	text-align: left;
	width: 780px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*background-color: #006600; */
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}
#content {
	margin-top: 0px;
	padding-top: 1px;				/* min 1px nodig om content tegen header te zetten */
	background-color: #006600;
	margin-bottom: 0px;
	padding-bottom: 1px;			/* min 1px nodig om banner_bottom tegen content te zetten */
	font-family: "Blackadder ITC";
	font-size: 21px;
	font-style: normal;
	color: #00FF00;
}
.ColumnTopDefault {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	
}
.ColumnTopDefaultOnderwerpen {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00FF00;
	text-align: left;
}
.ColumnFullWidth {
	font-family: "Blackadder ITC";
	font-style: normal;
	color: #00FF00;
	text-align: center;
	float: left;
	height: auto;
	width: 737px;
	margin-left: 15px;
	border: medium solid #009900;
	background-color: #006633;
	margin-top: 15px;
	padding: 3px;
	margin-bottom: 5px;
	
}


.ColumnLeft {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #00FF00;
	text-align: left;
	float: left;
	height: auto;
	width: auto;
	margin-left: 15px;
	border: medium solid #009900;
	background-color: #006633;
	margin-top: 15px;
	padding: 3px;
	margin-bottom: 5px;
}

.ColumnRight {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #00FF00;
	text-align: left;
	float: right;
	height: auto;
	width: auto;
	border: medium solid #009900;
	margin-right: 15px;
	background-color: #006633;
	padding: 3px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.ColumnLeftFixedwidth {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #00FF00;
	text-align: left;
	float: left;
	height: auto;
	width: 353px;
	margin-left: 15px;
	border: medium ridge #009900;
	background-color: #006633;
	margin-top: 15px;
	padding: 3px;
	margin-bottom: 5px;
}
.ColumnRightFixedwidth {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #00FF00;
	text-align: left;
	float: right;
	height: auto;
	width: 353px;
	border: medium ridge #009900;
	margin-right: 15px;
	background-color: #006633;
	padding: 3px;
	margin-top: 15px;
	margin-bottom: 5px;
	
}

.TableLayout {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00FF00;
	background-color: #006633;
	border-collapse: collapse;
	border: 4px ridge #00CC33;
	
}
.TableLayout th {
}
.TableLayout td {
	padding: 0px;
	border: 2px ridge #00CC33;
}
.TableLayoutPlain {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
			
}


#logo {
	height: 80px;
	
}
#nav {
	height: 31px;
	background-color: #003300;
}
#banner {
	height: 26px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom:0px;
	background-color: #006600;
}
#banner_bottom {
	height: 35px;
	padding-top: 0px;
	background-color: #006600;
	margin-top: 0px;
	clear: both;	
}


#footer {
	margin-top: 9px;
	margin-bottom: 12px;
	clear: both;					/* om te vermijden dat floating elements hier in komen */
	color: #FFFF66;
	font-size: 12px;
	text-align: center;
}
#footer a {
	color: #FFFF66;
}
