/*
*	Coding by Gryx Webdesign - www.gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.70em Verdana, Arial, Tahoma, Trebuchet MS;
	color: #003156;
	background: #6cb6ff url(images/pattern.jpg) repeat-x;
}
#container {
	position: relative;
	width: 906px;
	margin: 0 auto;
}
/********************/
/***** OPMAAK *****/
/*******************/
ol {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
/****************/
/***** LOGO *****/
/****************/
h1#logo a {
	display: block;
	text-indent: -999em;
	height: 39px;
	width: 395px;
	background: url(images/logo.jpg) left no-repeat;
}
/****************/
/***** MENU *****/
/****************/
ul#menu {
	position: absolute;
	top: 10px;
	right: 0;
}
ul#menu li{
	display: inline;
	padding: 0 5px 0 15px;
	background: url(images/arrow.jpg) left center no-repeat;
}
ul#menu li.noarrow{
	background: 0;
}
ul#menu li a {
	display: inline;
	color: #fff;
	font-size: 150%;
}
ul#menu li a:hover {
	color: #ffe000;
}
/******************/
/***** HEADER *****/
/******************/
#header {
	position: relative;
	height: 216px;
	width: 531px;
	padding: 0 180px 0 195px;
	background: url(images/header.jpg);
}
#header h2 {
	font-size: 150%;
	padding-top: 10px;
}
#header p {
	padding-top: 10px;
}
#header .banner {
	position: absolute;
	bottom: 10px;
	left: 225px;
}
/**********************/
/***** BACKGROUND *****/
/**********************/
#bg_top{
	background: url(images/bg_top.jpg) no-repeat;
	width: 906px;
}
#bg {
	background: url(images/bg.jpg);
}
/****************/
/***** LEFT *****/
/****************/
#left {
	position: relative;
	float: left;
	left: 2px;
	width: 770px;
}
/*CUSTOM*/
#top {
	width: 770px;
	height: 5px;
	background: url(images/box_top.jpg);
}

#Text {
	background-color:#0162AF; 
	color:#fff;
	padding-left:10px;
}
#Text a {
	color:#fff;
	text-decoration:underline
}
#Text a:hover {
	color:#fff;
	text-decoration:underline
}

#Text h3 {
	left: 206px;
	top: 8px;
	font-size: 170%;
	color: #fff;
	font-weight: normal;
}

#bottom {
	float: left;
	width: 770px;
	position: relative;
	height: 15px;
	background: url(images/box_bottom.jpg);
	background-repeat:no-repeat;
	padding-bottom:20px;
}


/***** WEDSTRIJDEN *****/
ol#wedstrijden {
	float: left;
	width: 770px;
}
ol#wedstrijden li {
	position: relative;
	height: 219px;
	background: url(images/box.jpg);
	margin-bottom: 10px;
}
ol#wedstrijden span.nummer {
	position: absolute;
	left: 176px;
	top: 8px;
	display: block;
	background: url(images/star01.jpg);
	color: #fff;
	text-align: center;
	line-height: 25px;
	width: 26px;
	height: 27px;
}
ol#wedstrijden h3 {
	position: absolute;
	left: 206px;
	top: 8px;
	font-size: 170%;
	color: #fff;
	font-weight: normal;
}
ol#wedstrijden h4 {
	position: absolute;
	left: 186px;
	top: 45px;
	font-size: 150%;
}
ol#wedstrijden h4 a{
	color:#003156;
	text-decoration:none;
}
ol#wedstrijden h4 a:hover{
	color:#003156;
	text-decoration:underline;
}



ol#wedstrijden p {
	position: absolute;
	left: 186px;
	top: 75px;
	width: 565px;
	line-height: 150%;
}

ol#wedstrijden p a{
	color:#003156;
	text-decoration:underline;
}

ol#wedstrijden img.image {
	position: absolute;
	left: 8px;
	top: 8px;
	background: url(images/imgbg.jpg);
	padding: 5px;
}
ol#wedstrijden a.button {
	position: absolute;
	left: 5px;
	top: 170px;
	display: block;
	width: 168px;
	height: 32px;
	line-height: 30px;
	font-size: 130%;
	color: #fff;
	text-align: center;
	background: url(images/button.jpg);
}
ol#wedstrijden a.button:hover {
	background: url(images/button_hover.jpg);
}
/***** PAGINA *****/
ol#pagina {
	margin-left: 300px;
}
ol#pagina li {
	float: left;
	margin-right: 3px;
}
ol#pagina a {
	float: left;
	display: block;
	background: url(images/star02.jpg);
	color: #fff;
	text-align: center;
	line-height: 25px;
	width: 26px;
	height: 27px;
}
ol#pagina a:hover {
	background: url(images/star03.jpg);
}
ol#pagina li.volgende a{
	float: left;
	display: block;
	background: 0;
	line-height: 25px;
	width: auto;
	height: auto;
	color: #003156;
	font-weight: bold;
}
ol#pagina li.volgende a:hover {
	background: 0;
}
/******************/
/***** BANNER *****/
/******************/
#banner {
	position: relative;
	float: right;
	right: 8px;
}
/******************/
/***** FOOTER *****/
/******************/
#footer {
	background: #6cb6ff url(images/footer.jpg) top no-repeat;
	clear: both;
	padding-top: 14px;
	line-height: 30px;
	text-align: center;
	width: 906px;
}
