body {
	margin:0 auto;
	min-width: 1024px;
	background-color:#fafafa;
	background: url(../img/pattern_bg.gif) repeat-y 50% 0%;
	font-size:62.5%
}

/* Layout */
#main {
	margin:0 auto;
	width:1024px;
	height:1024px;
	background-image:url(../img/main_bg.jpg)
}
#spacer {
	margin-left:11px;
}
#cspacer{
	margin-left:22px;
}
#imageBox {
	float:left;
	width:302px;
	height:272px;
	text-align:center
}
#content {
	width:100%;
	text-align:justify;
	clear:both
}
#footer{
	float:right;
	margin:0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em
}
#linkBox {
	text-align:right;
	padding:10px 0 10px 0;
	font-family:Trebuchet MS, Arial;
	font-weight:normal;
	font-size:1.3em
}
#warningBox{
	width:1024px;
	border:1px solid black;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
/* Styles */
.titel {
	font-family:Trebuchet MS, Arial;
	font-size:1.6em;
	font-weight:bold;
	color:#000
}
.subtitel {
	font-family:Trebuchet MS, Arial;
	font-size:1.2em;
	color:#000;
	font-weight:bold
}

.image {
	border:0;
	margin:0;
	padding:0
}
.spacer {
	height:25px;
	background:#8aa300
}
.panel {
	margin:0;
	padding:26px 0 26px 26px;
	font-family:Trebuchet MS, Arial;
	font-size:1.3em;
	line-height:1.6em;
	width:630px;
	min-height:380px;
	margin-left:7px;
}
.panel img {
	border:0
}
.panel a {
	color:#003366;
	font-weight:normal;
	text-decoration:underline;
	outline:none
}
.wandelen img {
	border:1px solid #000
}
#content td {
	font-family:Trebuchet MS, Arial;
	font-size:13px

}
#linkBox a {
	color:#8aa300;
	outline:none;
	text-decoration:none
}
#linkBox a:hover {
	text-decoration:underline
}
/* Tabs */
#header {
	float: left;
	width: 700px;
	height: 150px
}
/* Tabs - thanks to Stereo Interactive */
ul#tabnav {
	background-color:#8aa300;
	width:700px;
	height:25px;
	margin:0pt;
	padding:0pt;
	display:block;
	line-height:25px
}
ul#tabnav li {
	margin:0;
	padding:0;
	float:left;
	height:25px;
	list-style-type:none;
	position:relative
}
ul#tabnav li a {
	color:#c6e38c;
	font-family:Trebuchet MS, Arial;
	font-size:1.3em;
	line-height:1.9em;
	text-decoration:none;
	display:block;
	float:left;
	height:25px;
	margin:0pt 0pt 0pt 0pt;
	padding:0pt 2.4em;
	position:relative;
	border-left:1px solid #fff;
	outline:none
}
ul#tabnav li a:hover, ul#tabnav li a.selected {
	background:#fff none repeat scroll 0%;
	color:#000;
	outline:none
}
