@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font:62.5%/1.4 Verdana, Geneva, sans-serif;
	background-color:#dadfe3;
}
#adscontainer{
	width:0; 
	top:0; 
	left:50%; 
	position:absolute;
}
#adscontainer img{
	border:none;
}
#wrapper{
	margin: 0 auto;
	width:965px;
	padding:0px;
	font-size:1.2em;
	border-left:1px solid #94b0c6;
	border-right:1px solid #94b0c6;
	background-color:#fff;
}
#crumbs{
	border-top:1px solid #94b0c6;
	border-bottom:1px solid #94b0c6;
	background-color:#dadfe3;
	font-size:0.8em;
	padding:2px;
	text-align:right;	
}
#crumbs a, #crumbs a:visited, #crumbs a:active{
	color:#333399;
	font-weight:bold;
	text-decoration:none;
}
#crumbs a:hover{
	color:#333399;
	font-weight:bold;
	text-decoration:underline;
}
#containerMiddle{
}
#nav{
	width:180px;
	float:left;
}
#nav div {
	padding:.2em;
	background-color:#c5d3de;
	border-bottom:1px solid #94b0c6;
	border-right:1px solid #94b0c6;
	font-size:1.3em;
}
#nav div a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#sponsors img{
	border:none;
	color:#FFFFFF;
	text-decoration:none;
}
#contentWrapper{
	width:785px;
	float:right;
}
#content{
	margin:20px 10px 10px 10px;
}

#content a, #content a:visited, #content a:active{
	color:#333399;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover{
	color:#333399;
	font-weight:bold;
	text-decoration:underline;
}

#content a img, #content a:visited img, #content a:active img, #content a:hover img{
	border:none;
	text-decoration:none;
}
#footer{
	margin-top:10px;
	padding:10px;
	position:relative;
	border-top:1px solid #94b0c6;
	border-bottom:1px solid #94b0c6;
	clear:both;
}
#footer #footerLogos img{
	border:none;
	text-decoration:none;
}
#footer a,#footer a:visited, #footer a:active{
	color:#333399;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
	color:#333399;
	font-weight:bold;
	text-decoration:underline;
}

h1 {
	font-size:1.3em;
}
h2{
	font-size:1.2em;
}
h3{
	font-size:1.1em;
}
form{
	font-size:1em;
}
input,textarea,select{
	background-color:#D5D5FF;
}
input.check{
	padding:0;
	maring:0;
	background-color:none;
	border:none;
}
form table{
	padding:0.3em;
	border-collapse:collapse;
}
form table th,td{
	border:1px dotted #999999;
}
form table th, td{
	padding:0.3em;
}
.wedstrijdReglement{
	background-color:#999;
	color:#000;
	border:1px solid #000;
	padding:0.1em;
}
.featureObject{
}
.featureObject div{
}
.featureInfo{
	text-align:left;
}
.ytThumb{
	margin:0px 0px 5px 5px;
	border:1px dotted #036;
}
.searchForm p input{
	margin-right:1em;
	font-size:1em;
}

/* table */

table.sample {
	border-width: 5px 5px 5px 5px;
	border-spacing: 5px;
	border-style: hidden hidden hidden hidden;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 3px 3px 3px 3px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: red red red red;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: 9px 9px 9px 9px;
}
table.sample td {
	border-width: 3px 3px 3px 3px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: red red red red;
	background-color: rgb(255, 250, 250);
	-moz-border-radius: 9px 9px 9px 9px;
}

/* paginate */


.paginate {
/*font-family: Arial, Helvetica, sans-serif;
font-size: .7em;*/
}
a.paginate {
border-bottom: 1px solid #000080;
padding: 2px 6px 2px 6px;
text-decoration: none;
color: #000080;
}
a.paginate:hover {
background-color: #4291D6;
color: #FFF;
text-decoration: underline;
}
a.current {
border: 1px solid #4291D6;
font: bold .7em Arial,Helvetica,sans-serif;
padding: 2px 6px 2px 6px;
cursor: default;
background:#4291D6;
color: #FFF;
text-decoration: none;
}
span.inactive {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
padding: 2px 6px 2px 6px;
color: #999;
cursor: default;
}
