@charset "utf-8";
/* CSS Document */
#container{
	width: 750px;
	margin: 10px auto;
}
#header{
	height: 150px;
	width: 600px;
	float: left;
}
#logo{
	height: 150px;
	width: 150px;
	background: url(../img/logo.jpg) no-repeat;
	float: left;
}
#header h1{
	margin-top: 35px;
	margin-left: 10px;
}
#header2{
	float: right;
	width: 175px;
	text-align: right;
	height: 100px;
}
#header2 form{
	margin: 0 0 10px 0;
}
#menu{
	width: 140px;
	margin: 0;
	padding: 10px 10px 0 0;
	float: left;
	list-style: none;
	text-align: right;
}
#menu a{
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #003463;
}
#menu a:hover{
	color: #FC0;
}
#menu li, menu ul{
	list-style-image:none;
}
#content{
	width: 578px;
	float: left;
	border: 1px #000000 solid;
	background: #9ec0ce;
	padding: 10px;
}
#extra{
	width: 165px;
	float: right;
	padding: 10px 0 0 10px;
}
#footer{
	clear: both;
	margin: 0px auto 0 auto;
	text-align: right;
	padding-top: 30px;
	font-size: 9px;
	color: #999999;
}
#footer a{
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	font-size: 9px;
}

html, body {margin:0; padding:0; width:100%; height:100%;}
*{
	z-index: 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
a, a:visited{
	text-decoration: underline;
	font-weight: bold;
	color: #003463;
}
a:hover{
	color: #FC0;
}
a.leesverder{
	display: block;
}
body{
	background: #ffffff;
}
p{
	margin: 0 0 10px 0;
	padding: 0;
}
p span{
	display: block;
	color: #174052;
	margin: 5px 0 0 0;
}
h1{
	font-size: 150%;
	border-bottom: 1px #000000 solid;
	color: #003463;
}
h2{
	font-size: 120%;
	font-style: italic;
}
h3{
	margin: 0;
	font-size: 120%
}
input{
	border: 1px solid #999999;
}
select{
	border: 1px solid #999999;
}
ul{
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}
li{
	list-style-image:url(../img/li.gif)
}

label {

  display: block;

}
label.small{
	display: block;
	font-size: 10px;
}
th{
	text-align: left;
	font-weight: bold;
}



input,

textarea,

select {

  padding: 2px;

  font: 400 1em verdana, sans-serif;

  color: #444;

  background: #EEE;

  border: 1px solid #444;

}



input:focus,

input:hover,

textarea:focus,

textarea:hover,

select:focus,

select:hover {

  color: #000;

  background: #E4F7FA;

  border: 1px solid #00DFFF;

}



input.button {

  padding: 2px 5px;



  font: 400 1.1em "trebuchet ms", serif;



  color: #555;

  background: #9FF3FF;

  border-width: 1px;

  border-style: solid;

  border-color: #FFF #00DFFF #00DFFF #FFF;

}

blockquote{
	background: #4c94b3;
}

hr{
	color: #003463;
	height: 1px;
}


/*Let erop: voeg hier alle nieuwe categorien toe!! */
.dart, .biljart, .band, .overig{
width: 200px;
height: 150px;
float: left;
text-align: center;
}
.dart:hover, .biljart:hover, .band:hover, .overig:hover{
filter: alpha(opacity=50); // IE syntax
-moz-opacity: .50; // Mozilla
opacity: .50; // De rest
}
.dart h2, .biljart h2, .band h2, .overig h2{
	color: white;
	display: block;
	margin-top: 40px;
	font-size: 18px;
	height: 70px;
	width: 175px;
	margin-left: 12px;
}
.dart a, .biljart a, .band a, .overig a{
	margin-top: 10px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	display: block;
	text-decoration: none;
	cursor: hand;
}
.dart a:visited, .biljart a:visited, .band a:visited, .overig a:visited{
	margin-top: 10px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	display: block;
	text-decoration: none;
}
.dart{
	background: url('../img/dart.jpg');
}
.biljart{
	background: url('../img/biljart.jpg');
}
.band{
	background: url('../img/band.jpg');
}
.overig{
	background: url('../img/overig.jpg');
}
/*einde soorten*/

