@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #006633;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: none;
	color: #FF6000;
}
a:visited {
	color: #ff6000;
	text-decoration: none;
}

a:hover {
	color: #009900;
}


#webcontent {
	background-color: #FFFFFF;
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #FFFFFF;
	height: 225px;
	background-image: url(../Afbeeldingen/Header-Logo-+-adres-website.gif);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#main {
	background-color: #CCCCCC;
	width: 1000px;
	position: absolute;
}
#navigatie {
	background-color: #999999;
	width: 200px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.2em;
}
#nieuws {
	background-color: #cccccc;
	width: 200px;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	height: 350px;
	text-align: center;
	color: #FF0000;
	font-size: 1.0em;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #FF6000;
	text-align: center;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #009900;
}
.hoofdnav {
	color: #FF6000;
	line-height: 1.4pc;
	font-size: 1.0em;
	font-weight: bold;
}
.subnav {
	line-height: 1pc;
	font-size: 0.9em;
	font-weight: bold;
	padding-right: 10px;
}


.reset {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
#inhoud {
	background-color: #FFFFFF;
	width: 580px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
#wedstrijden {
	font-size: 0.75em;
	text-align: center;
}

