a {
	color: #0060b2;
	text-decoration: none;
}

a:visited {
	color: #0060b2;
	text-decoration: none;
}

a:hover {
	color: #0060b2;
	text-decoration: underline;
}

a:active {
	color: #0060b2;
	text-decoration: underline;
}

html {
}

body, html {
	height:100%;
	color: #2B2B7A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#mainContainer {
	display:block;
	position:relative;
	width: 100%;
	border:0px solid red;		
	}
	
#top {
	display:none;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height:230px;
	margin-bottom:50px;
	background-color: #ebebeb;
	z-index:1;
	/*
	background-image: url(../images/kop.jpg);
	background-repeat: no-repeat;
	*/
	}

#menu {
	display:none;
	position:absolute;
	z-index:1000;
	top:240px;
	margin: 0px auto 10px auto;
	width: 700px;
	height:30px;
	background-color: black;
}

#container {
	display:block;
	position:relative;
	width: 100%;
	/*min-height:555px;*/
	}

#introBanners {
	display:none;
	position:relative;
	margin: 10px auto 0px auto;
	width: 700px;
	height:70px;
}
	
#containerFooter {
	display:none;
	position:relative;
	margin: 10px auto 10px auto;
	width: 700px;
	height:20px;
	background-color: #acacac;
	/*
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	*/
	}

#advertizer {
	display:none;
	/*margin: 0 0 0 26px;*/
	width:898px;
	height:154px;
	background-repeat: no-repeat;
	/*
	background-image: url(../_files/image/koppen/default.jpg);
	*/
}

/* ================================================================ 
Intro pagina
=================================================================== */
#introContent {
	display:block;
	position:relative;
	width:100%;
}
#introContent h2 {
	font-size:1.2em;
	font-weight:normal;
	text-transform: uppercase;
}
#introActueel {
	display:none;
	position:relative;
	z-index:10;
	float:left;
	margin-left:10px;
	width:226px;
	height:190px;
}

#introFotos {
	display:none;
	position:relative;
	float:left;
	margin:10px 0px 0px 0px;
	width:227px;
	height:164px;
}
#introNieuwsflits {
	display:none;
	position:relative;
	float:left;
	margin:10px 0px 0px 10px;
	width:227px;
	height:164px;
}


#introSponsor {
	display:none;
	position:relative;
	float:left;
	margin:10px 0px 0px 10px;
	width:226px;
	height:164px;
}

#banner1, #banner2, #banner3{
	display:none;
	position:relative;
	float:left;
	width:227px;
	height:70px;
	background-color: black;
}
#banner1 {
	margin:0px 0px 0px 0px;
}
#banner2 {
	margin:0px 0px 0px 10px;
}
#banner3 {
	margin:0px 0px 0px 10px;
	width:226px;
}
#banner1 p, #banner2 p, #banner3 p {
	margin:0;
	padding:0;
}

/* ================================================================ 
Reguliere pagina
=================================================================== */
/*
#Content {
	position:relative;
	z-index:0;
	float:left;
	width:464px;
	*min-height:190px;
	background-color: #c7c7c7;
}
#Actueel {
	position:relative;
	z-index:0;
	float:left;
	width:226px;
	min-height:190px;
	background-color: #7d7d7d;
}
*/
#Content {
	display:block;
	position:relative;
	width:100%;
}
#Content h2 {
	font-size:1.2em;
	font-weight:normal;
	text-transform: uppercase;
}

#ContentActueel {
	display:none;
	position:relative;
	margin-left:10px;
	float:left;
	width:226px;
	min-height:190px;
}

#ContentActueel #actueelContent, #ContentActueel #actueelUitslagen {
	display:none;
	line-height: 105%;
	padding:10px;
	min-height:150px;
	width:206px;
	/*float:left;*/
	text-align:left;
	font-weight: normal;
	color: white;
	font-size: 11px;
	border:0px solid red;
	background-color: #959595;
}
 #ContentActueel #actueelUitslagen {
	display:none;
	margin-bottom:10px;
	border:0px solid red;
 	
 }
#ContentActueel h2 {
	display:none;
	margin:0 0 2px 0;
	padding:0 0 0 10px;
	line-height:20px;
	font-size:0.75em;
	font-weight:normal;
	text-transform: uppercase;
	background-color: #c59710;
	color: white;
	/*border:1px solid red;*/
}

#ContentActueel ul, #actueelContent ul   {
	display:none;
	margin:0;
	padding:0;
	list-style-type: none;
}
#ContentActueel ul li, #actueelContent  ul li{
	display:none;
	margin:0;
	padding:0;
	color: black;
}
#ContentActueel ul li u , #actueelContent ul li u{
	display:none;
	text-decoration: none;
	color: #edbc27;
}
#ContentActueel ul li a, #actueelContent ul li a {
	display:none;
	color: #004b8d;
}

/*Uitslagen*/
#ContentActueel h3 {
	display:none;
	margin:0;
	padding:0;
	color:white;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 20px;
}
#ContentActueel table, #actueelUitslagen table   {
	display:none;
	width:206px;
	background-color: #595959;
	border: 1px solid #363636;
	color: white;
}
#ContentActueel table thead, #actueelUitslagen table thead   {
	display:none;
	background-color: #363636;
	line-height: 20px;
	color: white;
}
#ContentActueel table tbody, #actueelUitslagen table tbody   {
	display:none;
	line-height: 16px;
}
#ContentActueel table td, #actueelUitslagen table td {
	display:none;
	padding:2px 5px 2px 5px;
	/*padding5px;*/
	vertical-align: top;
}

#ContentActueel table td a, #actueelUitslagen table td a {
	display:none;
	/*padding:2px 5px 2px 5px;*/
	color: #c59710;
}





#printFooter {
	display:block;
	}
