* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body
    {
    height:100%;
    margin: 0;
    padding: 0;
    color: #000;
    background: #666 url(../images/layout/achtergrond.jpg) repeat-x;
    font-size: 12px;
	font-family:"tahoma", arial;

    }
img{
	border:none;
}
/** -------------------- WRAPPER ------------------- **/
#wrapper{
	padding:0;
	margin:0;
	/**background:url(../images/layout/wrapper.png) repeat-x;**/
}
#wrap {
	margin:0 auto;
	width: 1060px;
}
/** -------------------- TOP -------------------- **/
#top{
	height:35px;
	width:1060px;
}
#logo_top{
	float: left;
	clear:left;
	width: 160px;
	height:35px;
	background:url(../images/layout/logo_arrow.png);
}
#headermenu{
	float: left;
	width: 720px;
	height:35px;

}
#jubileum{
	float:left;
	width:265px;
	background:url(../images/layout/jublieum.png) right no-repeat;
	height:35px;
	margin-right:10px;
	color:#000;
	}

#menu_top{
	float:left;
	width:425px;
}
#datum{
	float: left;
	width: 180px;
	height:25px;
	color:#ffcc00;
	font-family:arial, tahoma;
	font-size:11px;
	padding-top:10px;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #000;
}
#datum b{
	color:#fff;
}

/** -------------------- HEADER -------------------- **/
#header{
	height:160px;
	width:1060px;
}
#logo{
	float: left;
	clear:left;
	width: 180px;
	height:160px;
	background:url(../images/layout/logo_back.png) no-repeat;
}
#header_overlay{
	float:left;
	width:700px;
	height:160px;
	background:url(../images/layout/header_overlay.png) no-repeat;
}
#sponsor{
	float: left;
	width: 180px;
	height:160px;
	background:url(../images/layout/sponsor_back.png) no-repeat;
}
/** -------------------- MENU -------------------- **/
#menu{
	float: left;
	clear:left;
	width: 160px;
	min-height:650px;
	background:url(../images/layout/menu_back.png) repeat-y;
}

/** -------------------- TOPMENU -------------------- **/
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
 
.nav {
  font-family: Arial;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 11px Arial;
  color: #fff;
  display: block;
  padding: 10px 5px 0 10px;
  height:25px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow:1px 1px 0 #000;
}
#topmenu li:hover a, 
#topmenu li.sfHover a {
  color: #ffcc00;
  background:url(../images/layout/b20.png) repeat;
}
#topmenu li:hover ul a, 
#topmenu li.sfHover ul a {
  background:url(../images/layout/b40.png) repeat;
  height:16px;
  text-transform:none;
  border:1px solid #000;
  border-top:none;
  padding:7px 0 4px 10px;
  color: #ccc;	
}
#topmenu li:hover ul a:hover, 
#topmenu li.sfHover ul a:hover {
  background:url(../images/layout/b60.png) repeat;
  color: #fff;	
}
 
.nav ul {
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 35px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border-bottom: 0;
  padding-right: 20px;
  width: 100px;
}
/** -------------------- FOOTERMENU -------------------- **/
.nav_footer, .nav_footer ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
 
.nav_footer {
  font-family: Arial;
  position: relative;
}
.nav_footer li {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav_footer li a, .nav_footer li a:link, .navnav_footerli a:active, .nav_footer li a:visited {
  font:  11px Arial;
  color: #fff;
  display: block;
  padding: 8px 8px 0 8px;
  height:22px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow:1px 1px 0 #000;
}
 
#footer_menu li:hover a, 
#footer_menu li.sfHover a {
  color: #ffcc00;
}
/** -------------------- CONTENT -------------------- **/
#content{
	float: left;
	width: 900px;
	color:#000;
}
#content_200{
	float:right;
	width:180px;
	color:#fff;
	background:url(../images/layout/content_back.png) no-repeat;
	min-height:650px;
}
#content_720{
	float:left;
	width:720px;
	background: #fff;
	color:#000;
}
#content_920{
	float:left;
	width:920px;
	background:#fff;
	color:#000;
}
#content_600{
	float:left;
	width:600px;
	background:#fff;
	color:#000;
}
#content_300{
	float:right;
	width:296px;
	color:#000;
	margin:0 10px 20px 0;
	padding-left:4px;
}
/** -------------------- FOOTER -------------------- **/
#footer_720{
	margin-top:20px;
	float:left;
	height:150px;
	width:720px;
}
#footer_920{
	float:left;
	height:150px;
	width:920px;
}
#footer_menu{
	width:100%;
	height:30px;
	float:left;
	color:#fff;
	background:#212121 url(../images/layout/footer_menu.png) right no-repeat;
}

#footer_sponsors{
	width:100%;
	float:left;
	height:120px;
	background: #434343 url(../images/layout/footer_sponsors.png) right no-repeat;
}
#footer_sponsors img {
	padding-top:20px;
	margin-left:75px;
}
#disclaimer{
	width:100%;
	float:left;
	padding:5px 0 0 0;
	line-height:30px;
	text-align:center;
	font-size:11px;
	font-family:Arial;
	color:#fff;
	background:url(../images/layout/disclaimer.png) no-repeat top center;
}
/** -------------------- MENU -------------------- **/
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 160px;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 0px;
}

.submenu_divider ul {
border-bottom:5px solid #333;
}

ul.menu li a, ul.menu ul.menu li a {
  background:url(../images/layout/titlebar-active2.png) no-repeat;
  color: #fff;
  padding:5px 0 5px 10px;
  border-bottom:1px solid #333;
  font-size:12px;
  font-weight:bold;
  font-family:arial;
  text-transform:uppercase;
  text-shadow: 1px 1px 0 #444;

}

ul.menu li a:hover, ul.menu ul.menu li a:hover {
  background: url(../images/layout/titlebar-active.png) no-repeat;
  color:#000;
  text-shadow:none;
}

ul.menu li ul li a, ul.menu ul.menu li ul li a {
  background:url(../images/layout/subtitle.png) repeat-y;
  color: #333;
  font-size:11px;
  padding-left: 10px;
  font-weight:normal;
  text-transform:none;    
  border-bottom:1px solid #bbb;
  text-shadow:none;
}

ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
  background:url(../images/layout/subtitle-active.png) repeat-y;
  color:#333;
  padding-left: 10px;
  border-bottom:1px solid #bbb;
  text-shadow:none;
}
ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {
    background:url(../images/layout/titlebar.png) no-repeat;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	color:#333;
	border-bottom:none;
	text-shadow:none;

}

/** -------------------- FONTS -------------------- **/
h1{
	font-family:"Georgia", arial;
	font-size:26px;
	letter-spacing:-1px;
	font-weight:normal;
	padding:20px 0 0 20px;
	color:#aa0000;
	text-shadow: 1px 1px 0 #ccc;

}
h3{
	font-family:"Georgia", arial;
	font-size:22px;
	letter-spacing:-1px;
	font-weight:normal;
	padding:10px 0 0 20px;
	color:#aa0000;
	text-shadow: 1px 1px 0 #ccc;
}
h4{
	font-family:"Georgia", arial;
	font-size:16px;
	font-weight:normal;
	padding:10px 0 0 20px;
	color:#000;
	text-shadow: 1px 1px 0 #ccc;
}
#content_600 h1{
	font-family:"Georgia", arial;
	font-size:26px;
	letter-spacing:-1px;
	font-weight:normal;
	padding:0 0 0 20px;
	color:#aa0000;
	
}
p{
	padding:10px 20px;
	line-height:20px;
}

em {
	font-size:11px;
	font-style:italic;
	font-family:arial;
	margin:0 0 0 20px;
}

/** -------------------- SIDEBAR STYLING -------------------- **/

#content_200 p {
	font-size:11px;
	padding:10px;
	font-family:arial, tahoma;
}
h2.nadruk{
	background:url(../images/layout/h2_geel.png);
	color:#000;
	text-transform:uppercase;
	font-size:12px;
	font-family:arial;
	padding:5px 0 5px 10px;
	text-shadow:1px 1px 0 #999;
	}
h2{
	background:url(../images/layout/h2_grijs.png);
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	font-family:arial;
	padding:5px 0 5px 10px;
	text-shadow: 1px 1px 0 #444;
	}
#content_300 h2{
	background:url(../images/layout/h2_index_grijs.png);
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	font-family:arial;
	padding:10px 0 10px 10px;
	text-shadow: 1px 1px 0 #444;
	}
#content_300 h2.nadruk{
	background:url(../images/layout/h2_geel.png);
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	font-family:arial;
	padding:10px 0 10px 10px;
	text-shadow: 1px 1px 0 #444;
	}
#content_300 p{
	padding:5px;
	margin:0 0 10px 0;
	line-height:16px;
	font-size:12px;
}

/** -------------------- FOOTER STYLING -------------------- **/
	
p.footer{
	font-size:11px;
	padding:10px 0 10px 10px;
}
p.menu{
	padding:2px 10px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}
p.topmenu{
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ffcc00;
	text-align:right;
	margin-right:50px;
}
#disclaimer a:link, #disclaimer a:visited{
	color: #fff;
	text-decoration:none;
}
#disclaimer a:hover, #disclaimer a:active{
	color: #ffcc00;
}
/** -------------------- JUBILEUM -------------------- **/
.jubileum{
	color:#ffcc00;
	padding:6px 0 0 0;
	font-size:12px;
	font-family:arial;
	text-shadow:1px 1px 0 #000;
}
.jubileum b{
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.header b{
	color:#ffcc00;
}

/** -------------------- LINKS ------------------ **/

a:link, a:visited{
color: #3366cc;
text-decoration: none;
}

a:hover, a:active{
color: #ff0000;
text-decoration: underline;
}

/** -------------------- GOOGLE -------------------- **/
#google {
	padding:0 10px 10px 0;
}
#cse-search-results {
	margin:20px; 0 0 20px;}
	
/** -------------------- GALLERY -------------------- **/
#gallery {
	padding:20px 0 0 20px;
}

/** -------------------- TABS INDEX (PROGRAMMA EN STAND) -------------------- **/

.tab_container {
	border: 1px solid #ccc;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
}
.tab_content {
	padding: 10px;
}

#tab1 h4,#tab2 h4,#tab3 h4 {
	font-family:georgia;
	color:#aa0000;
	font-weight:normal;
	padding:10px 0;
}

ul.tabs {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #eee;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:arial;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ddd;
}
html ul.tabs li.active, html ul.tabs li.active a:hover{
	background: #fff;
	border-bottom: 1px solid #fff;
}
#tab1 p, #tab2 p, #tab3 p{
	font-size:11px;
	font-weight:bold;
	padding:0x;
}
/** ------------------ IMG CLASSES -------------------- **/
.img1 {
	border:1px solid #ddd;
	background:#eee;
	padding:5px;
	margin:5px 5px 5px 20px;
}
.img2 {
	border:1px solid #ddd;
	background:#eee;
	padding:5px;
	margin:0 5px 0 0;
}


/** ------------------ WEDSTRIJDAFFICHE ------------------ **/
table.affiche {
	margin:0 0 0 10px;
	font-size:12px;
	width:280px;
}
table.wedstrijd {
	margin:10px 0;
	width:295px;
	background:#000 url(../images/layout/scorebord.gif) repeat;
	color:#fff;
}
td.wedstrijd_thuis {
	text-align:right;
	width:125px;
	font-family:tahoma;
	font-size:22px;
	text-transform:uppercase;
	padding:5px 10px 0 0;
}
td.wedstrijd_uit {
	text-align:left;
	width:125px;
	font-family:tahoma;
	text-transform:uppercase;
	font-size:22px;
	padding:5px 0 0 10px;
}
td.tussenstand {
	font-size:16px;
	text-align:center;
	width:25px;
}
td.eindstand_thuis{
	font-size:48px;
	text-align:right;
	color:#ffcc00;
	font-family:arial;
	padding:5px 5px 0 0;
}
td.eindstand_uit{
	font-size:48px;
	text-align:left;
	color:#ffcc00;
	font-family:arial;
	padding:5px 0 0 10px;
}
td.affiche_data {
	font-size:16px;
	color:#666;
	text-transform:uppercase;
	text-align:left;
	padding-left:6px;
}

/** -------------------- WEDSTRIJD STAND -------------------- **/
table.programma td, table.stand td{
	padding:2px 4px;
	font-family:arial;
	font-size:11px;
}
td.vvschagen {
	background:#ffff66;
	border-bottom:1px solid #ffcc00;
	border-top:1px solid #ffcc00;
	font-weight:bold;
}
td.degradatie {
	border-top:1px solid #b22222;
	background-color:#ff6a6a;
}
td.kampioen {
	border-bottom:1px solid #6e8b3d;
	background-color:#bcee68;
}

/** -------------------- STELLING -------------------- **/

/** -------------------- LIST ------------------ **/
ul.opsomming{
margin:0 20px 0 40px;
list-style:disc;
line-height:20px;
font-style:italic;
font-family:arial;
}
ul.disclaimer{
margin:0 20px 0 40px;
list-style:upper-roman;
line-height:20px;
}
/** ------------------ VRAAG EN ANTWOORD (PANELS ------------------ **/
#faqs { position:relative; margin:0 20px 10px 0; }
#faqs h4  {cursor:pointer; font-size:14px; color:#000; font-style:italic; font-weight:normal; font-family:"Georgia"; margin:10px 0 5px 0; }
#faqs h4.active  { font-style:italic; color:#aa0000; }
#faqs h4.hover  { font-style:italic; color:#aa0000; }
#faqs div   { position:relative; }
#faqs div p  { padding:10px; line-height:20px; margin:0 0 0 20px; border:1px solid #ddd; background:#eee; font-family:arial; font-style:italic; font-size:12px; }

/** ------------------ PAGEPEEL ------------------ **/
#pageflip {
	position: relative;
}
#pageflip img {
	width: 35px; height: 35px;
	z-index: 10000;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 35px; height: 35px;
	position: absolute;
	z-index: 9999;
	left: 0; top: 0;
	background: url(../images/layout/page_peel.png) no-repeat left top;
	text-indent: -9999px;
}
#blokken {
        margin:0 0 0 10px;
        text-align:left;
        padding:0;
        }
		

li.col1a, li.col1b {
        margin: 0 0 8px 0;
		height:100px;
		border:1px solid #ccc;
		background:#eee;
		width:190px;
                }
 
li.col2a, li.col2b {
        margin: 0 0 8px 200px;
		height:100px;
		border:1px solid #ccc;
		background:#eee;
		width:190px;
           }

li.col3a, li.col3b {
        margin: 0 0 8px 400px;
		height:100px;
		border:1px solid #ccc;
		background:#eee;
		width:190px;
           }
 
.listyles {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        list-style: none;
		text-decoration:none;
                }

a:link {
        color: #3366cc;
        text-decoration: none;
                }

a:hover {
        color:#f00;
        text-decoration: none;
        }

li.col2a, li.col3a {
        margin-top: -220px;
                }

/** -------------------- NIEUWS ARTIKEL ( 2 OP INDEX) ------------------ **/
#nieuws2 {
border:1px solid #ddd;
background:#eee;
margin:0 0 10px 10px;
}
#nieuws2 h3, #laatstenieuws h3 {
font-size:22px;
color:#aa0000;
font-style:italic;
letter-spacing:-1px;
text-shadow: 1px 1px 0 #ccc;

}
#nieuws2_info {
font-family:arial;
color:#666;
background-color:#ddd;
border:1px solid #ccc;
width:535px;
padding:3px 5px;
font-size:11px;
margin:5px 0 0 20px;
}
/** -------------------- NIEUWS HEADLINE (INDEX) ------------------ **/
#nieuws_headline {
margin:0 0 20px 0;

}
#nieuws_headline h4 {
font-size:18px;
font-style:italic;
letter-spacing:-1px;
text-shadow: 1px 1px 0 #ccc;
line-height:20px;
}

#nieuws_headline h4 a:link {text-decoration: none; color:#aa0000;}
#nieuws_headline h4 a:visited {text-decoration: none; color:#aa0000;}
#nieuws_headline h4 a:active {text-decoration: none;}
#nieuws_headline h4 a:hover {text-decoration:none; color:#444;}


#nieuws_headline_info {
font-family:arial;
color:#666;
background-color:#ddd;
border:1px solid #ccc;
width:650px;
padding:3px 5px;
font-size:11px;
margin:5px 0 0 20px;
}

#nieuws_headline_info span, #nieuws2 span {
font-size:14px;
font-weight:bold;
}

/** -------------------- LAATSTE NIEUWS ------------------ **/
#laatstenieuws {
border:1px solid #ddd;
background:#eee;
margin:10px 0 0 10px;
width:700px;
}
}
#laatstenieuws h3 {
font-size:18px;
color:#aa0000;
font-style:italic;
letter-spacing:-1px;
text-shadow: 1px 1px 0 #333;
}
#laatstenieuws h3 a:link, #nieuws2 h3 a:link {text-decoration: none; color:#aa0000; font-style:italic;}
#laatstenieuws h3 a:visited, #nieuws2 h3 a:visited  {text-decoration: none; color:#aa0000; font-style:italic;}
#laatstenieuws h3 a:active, #nieuws h3 a:active {text-decoration: none; font-style:italic;}
#laatstenieuws h3 a:hover, #nieuws2 h3 a:hover {text-decoration:underline; color:#000; font-style:italic;}

#laatstenieuws img, #nieuws2 img {
padding:5px;
background:#fff;
border:1px solid #ddd;
margin:auto 0;
}

/** -------------------- GOOGLEMAP -------------------- **/

#googlemap {
	border:1px solid #ddd;
	background:#fff;
	padding:5px;
	margin:15px 5px 10px 20px;
	width:660px;
}
/** -------------------- SIDEBAR (LINKKLEUREN) -------------------- **/

a.sidebar:link {text-decoration: underline; color:#ccc; }
a.sidebar:visited {text-decoration: none; color:#ccc;}
a.sidebar:active {text-decoration: none; }
a.sidebar:hover {text-decoration:none; color:#fff;}

/** -------------------- TEASERS (ONDERSCHRIFT) -------------------- **/
.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 8px 10px;	
	font-size: 15px;	
	font-family: georgia;
	font-style:italic;
	background: #000;
	text-shadow: 1px 1px 0 #000;
}

/** -------------------- SITEMAP -------------------- **/
ul.tree, ul.tree ul { 
	list-style-type: none; 
	background: url(../images/layout/vline.png) repeat-y; 
	margin: 0 0 0 20px; 
	padding: 0; 
}
ul.tree ul { 
	margin-left: 10px; 
}
ul.tree li { 
	margin: 0; 
	padding: 0 12px; 
	line-height: 20px; 
	background: url(../images/layout/node.png) 
	no-repeat; color: #000; 
}
ul.tree li.last { 
	background: #fff url(../images/layout/lastnode.png) no-repeat;
}
ul.tree li.first { 
	font-weight:bold;
}
/** -------------------- MODULE WEATHER ------------------ **/
tr.dag { font-size:12px; font-weight:bold; height:20px; text-align:center; }
tr.voorspelling {font-size:9px; height:20px; font-family:arial; text-transform:uppercase;}

/** -------------------- TEMP -------------------- **/
#wrapper_temp {
width:960px;
margin:0 auto;
}
#wrapper_content {
background:url(../images/layout/b20.png) repeat;
border:1px solid #333;
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:50px;
color:#ccc;
}
#wrapper_temp h1 {
color:#fff;
text-shadow:2px 2px 0 #000;
height:50px;
font-size:22px;
text-align:center;}

#nieuws_uc {
border:1px solid #333;
background:url(../images/layout/b40.png) repeat;
margin:10px 0 0 10px;
width:935px;
}
}
#nieuws_uc h3 {
font-size:18px;
color:#fff;
font-style:italic;
letter-spacing:-1px;
text-shadow: 1px 1px 0 #333;
}
#nieuws_uc i {
color:#ffcc00;
text-shadow:1px 1px 0 #000;
}
#nieuws_uc h3 a:link, #nieuws2 h3 a:link {text-decoration: none; color:#aa0000; font-style:italic;}
#nieuws_uc h3 a:visited, #nieuws2 h3 a:visited  {text-decoration: none; color:#aa0000; font-style:italic;}
#nieuws_uc h3 a:active, #nieuws h3 a:active {text-decoration: none; font-style:italic;}
#nieuws_uc h3 a:hover, #nieuws2 h3 a:hover {text-decoration:underline; color:#000; font-style:italic;}

#nieuws_uc img {
padding:5px;
background:url(../images/layout/b20.png) repeat;
border:1px solid #333;
margin:auto 0;

}
#nieuws_headline_uc {
font-family:arial;
color:#999;
background-color:#222;
border:1px solid #333;
width:895px;
padding:3px 5px;
font-size:11px;
margin:5px 0 0 20px;
}

/** -------------------- Feedback ------------------ **/

#feedback { 
	height: 104px; 
	width: 104px; 
	position: fixed; 
	top: 40%; 
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg); 
	-o-transform: rotate(-90deg); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback a { 
	display: block; 
	background: #333; 
	height: 15px; 
	width: 70px; 
	padding: 8px 16px;
	color: #fff; 
	font-family: Arial, sans-serif; 
	font-size: 17px; 
	font-weight: bold; 
	text-decoration: none; 
	border-bottom: solid 1px #333; border-left: solid 1px #333; border-right: solid 1px #fff;
}

#feedback a:hover { 
	background: #666; 
}

