* {
	margin: 0;
	padding: 0;
	border: none;
	}
html,body {
	height: 100%;
	background: #005522 url("/img/bg-body.gif") left top repeat-x;
	color: #000;
	}
body {
	font-family: "Corbel", "Helvetica Neue", Arial, sans-serif;
	font-size: 100%; /* 16px */
	line-height: 1.3125; /* 21px */
	text-align: center;
	}
#main a {
	color: #6CAE46;
	text-decoration: none;
	border-bottom: 1px solid #aed192;
	}
	#main a:hover {
		color: #fff;
		background-color: #6CAE46;
		}

.supercontainer {
	position: relative;
	width: 980px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	}
.container {
	}



#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	}
	#header .logo {
		background: #6CAE46 url("/img/header.gif") left top no-repeat;
		}
		#header .logo a {
			display: block;
			height: 135px;
			text-indent: -1234em;
			border: none;
			}
		#header .logo h2 {
			margin: 0;
			}
	#header ul {
		float: left;
		width: 100%;
		background-color: #005522;
	    background-image: -moz-linear-gradient(top left, bottom left, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.33)));
	    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.33)));
		font-size: 0.8125em;
		font-weight: bold;
		line-height: 1.5; /* 24px */
		padding: 0 0 0 10px;
		margin: 0;
		border-top: 1px solid #003e19;
		border-bottom: 2px solid #6CAE46;
		text-shadow: 1px 1px #000;
		-webkit-text-stroke:1px transparent;
		}
		@media only screen and (max-device-width:480px) { #header ul {-webkit-text-stroke:0 black;}}
		#header ul li {
			float: left;
			position: relative;
			list-style-type: none;
			}
			#header ul li a {
				display: block;
				color: #E3EFD8;
				text-decoration: none;
				padding: 3px 10px 4px 10px;
				border: none;
				}
			#header ul li a:hover {
				background-color: #6CAE46;
			    background-image: -moz-linear-gradient(top left, bottom left, from(rgba(0,85,34,0)), to(rgba(0,85,34,0.33)));
			    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,85,34,0)), to(rgba(0,85,34,0.33)));
				}
			#header ul li.current a,
			#header ul li.current a:hover {
				background-color: #E3EFD8;
				background-image: none;
				color: #005522;
				position: relative;
				top: 2px;
				padding: 3px 9px 2px 9px;
				border-left: 2px solid #6CAE46;
				border-top: 2px solid #6CAE46;
				text-shadow: 1px 1px #fff;
				border-radius: 10px 0 0 0;
				-moz-border-radius: 10px 0 0 0;
				-webkit-border-top-left-radius: 10px;
				}



.footer {
	clear: both;
	overflow: hidden;
	padding: 10px 20px 20px 40px;
	background: #fff url("/img/bg-footer.gif") left top no-repeat;
	}
	.footer h2 {
		font-size: 1em;
		font-weight: bold;
		color: #6CAE46;
		margin: 0 0 0.5em 0;
		}
	ul.sponsors {
		margin: 0;
		font-size: 0.75em;
		}
		ul.sponsors li {
			float: left;
			list-style-type: none;
			width: 132px;
			height: 106px;
			margin: 0 20px 20px 0;
			}
		ul.sponsors li.hoofdsponsor {
			height: 128px;
			border: 1px solid #6CAE46;
			margin: 0 18px 10px 0;
			}
			ul.sponsors li.hoofdsponsor p {
				margin: 1px 2px 1em 2px;
				}
			ul.sponsors li.hoofdsponsor a {
				display: block;
				text-align: center;
				}
				ul.sponsors li.m-logos {
						padding-top: 9px;
						}
				ul.sponsors li.ism-logos {
						padding-top: 9px;
						}  
	.footer p {
		text-align: right;
		}



#main {
	position: relative;
	overflow: hidden;
	background: url("/img/bg-main.gif") left 162px repeat-x;
	padding: 210px 196px 98px 196px;
	}
h1 {
	font-size: 2em; /* 32px */
	line-height: 1.125em; /* 36px */
	font-weight: bold;
	margin-bottom: 0.75em;
	color: #6CAE46;
	text-shadow: 1px 1px #E3EFD8;
	}
h2 {
	font-size: 1.25em; /* 20px */
	line-height: 1.05; /* 21px */
	margin: 1.7em 0 0.4em 0; /* 34px, 8px */
	font-weight: bold;
	}
h3 {
	font-size: 1em;
	margin: 0;
	font-weight: bold;
	}
p,ul,ol,table,dl {
	margin-bottom: 1.5em;
	}
	.content ul, .content ol, dd {
		margin-left: 2em;
		}
		.content ul {
			list-style-type: square;
			}
	dt {
		font-weight: bold;
		}
.floatRight {
	float: right;
	clear: right;
	width: 372px;
	margin: 0.25em -176px 0.5em 20px;
	}
.floatLeft {
	float: left;
	clear: left;
	width: 156px;
	margin: 0.25em 0 0.5em -176px;
	}
	.bijschrift {
		color: #777;
		font-size: 0.75em;
		}
	.floatRight .bijschrift {
		padding: 0 10px 0 10px;
		}
	.floatLeft .bijschrift {
		}
.bar {
	display: block;
	float: left;
	clear: left;
	width: 2em;
	margin: 0 0.5em 0 0;
	text-indent: -1234em;
	}
	.km2 { background-color: #e18444; }
	.km3 { background-color: #cf007e; }
	.km5 { background-color: #00a1d8; }
	.km10 { background-color: #fff533; }
.inleiding {
	color: #005522;
	font-weight: bold;
	font-size: 1.125em; /* 18px */
	line-height: 1.167; /* 21px */
	margin-bottom: 1.2em;
	}	
blockquote {
	padding: 1em;
	background-color: #d4e7c5;
	font-style: italic;
	}

table {
	}
	caption {
		text-transform: uppercase;
		font-weight: bold;
		text-align: left;
		}
	tr {
		}
	td, th {
		padding: .2em .5em;
		margin: 0;
		border-left: 1px solid #E3EFD8;
		border-top: 2px solid #6CAE46;
		}
	th {
		background-color: #E3EFD8;
		border-left: 2px solid #6CAE46;
		border-top: 2px solid #6CAE46;
		border-radius: 10px 0 0 0;
		-moz-border-radius: 10px 0 0 0;
		-webkit-border-top-left-radius: 10px;
		}	

/*
table {
	padding: .2em;
	border: 1px solid #6cae46;
	}
	caption {
		text-transform: uppercase;
		font-weight: bold;
		text-align: left;
		}
	tr {
		background-color: #aed192;
		padding: .5em;
		}
	td, th {
		padding: .2em .5em;
		}	
		th {
			background-color: #6cae46;
			}
*/
div#vvs {
	width: 200px;
	float: right;
	margin-top: -40px;
	border: 1px solid #6cae46;
	padding: 1em; 
	}
	div#vvs p img {
		float: left;
		padding: 0 1em 1em 0;
		}
div#kleine-fotos {
	width: 764px;
	}
div#kleine-fotos ul {
	list-style: none;
	padding: 0;
	margin: 0; 
	}
div#kleine-fotos ul li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0; 
	}
div#kleine-fotos ul li.secondary {
	padding-left: 10px;
	}
.toev { font-size: smaller; letter-spacing: .125em; }
.hl { color: #6CAE46; }
h1.flag { background: url("/img/flag-nl.gif") left top no-repeat; padding-left: 40px; margin-left: -40px; }

