@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding: 0px;
	}
body{
	background-color: #284a73;
	font-size: 12px;
	color: white;
	font-family: verdana;
	}

a{
	color: white;
	text-decoration: underline;
	}
a:hover
{
text-decoration: none;
}
#container{
	position: relative;
	width: 960px;
	min-height: 130px;
	margin-left: auto;
	margin-right: auto;
	top:200px;
	background-color: #00F;
	}
#top{
	background-color: #375b87;
	height: 50px;
	width: 940px;
	color: white;
	line-height: 50px;
	font-size:16px;
	padding-left: 10px;
	padding-right: 10px;
	}
#midden{
	background-image: url(images/bgstart.jpg);
	height: 300px;
	}
#bottom{
	background-image: url(images/bgonder.jpg);
	height: 93px;
	text-align:center;
	font-size: 17px;
	color: #5580b1;
	font-weight: bold;
	padding-top: 10px;
	}
#bottom a{
	font-size: 17px;
	color: #5580b1;
	font-weight: bold;
	text-decoration: none;
}
#bottom a:hover{
	text-decoration: underline;
}
#frame1{float: left; width: 315px; padding-left: 5px;}
#frame2{float: left; width: 320px;}
#frame3{float: left; width: 315px; padding-right: 5px;}
#frame1 h1{font-size: 15px; color: white; font-weight: bold; text-align:center; margin-bottom: 15px; margin-top: 5px;}
#frame2 h1{font-size: 15px; color: white; font-weight: bold; text-align:center; margin-bottom: 15px; margin-top: 5px;}
#frame3 h1{font-size: 15px; color: white; font-weight: bold; text-align:center; margin-bottom: 15px; margin-top: 5px;}
#volgendewedstrijd h1{font-size: 15px; color: white; font-weight: bold; text-align:center; margin-bottom: 15px; margin-top: 5px;}

#volgendewedstrijd{
	float: left;
	width: 960px;
	height: 90px;
	margin-top: 20px;
	}
.ploegnaam{
	font-size: 20px;
	color: white;
	}
#versus
{
position: absolute;
float: left;
width: 600px;
height: 30px;
left: 50%;
top: 50%;
margin-left: -300px;
margin-top: 35px;
font-size: 40px;
color: white;
font-weight: bold;
	}
.extrauitleg{
	position: absolute;
font-size: 11px;
font-weight: normal;
margin-top: 5px;
text-align: center;
margin-left: 20px;
	}
