/* CVS INFO: $Id: content.css,v 1.9 2008/08/14 21:01:50 mvreijn Exp $ */

/* ---- General Page markup ----- */
* {
	margin: 0;
}

html, body { 
	height: 100%; 
}

body { 
	text-align: center; /* for centering the site in @%$#! IE */
	padding: 0; 
	background-color: #ffffff; 
}

.clr
{
	clear: both;
}
/*

Colors
Red: #CC0000
Black: #333333
Yellow: #F7E500
Gray: #D2D2D2
White: #FFFFFF

Sidebox black: #2e3436
Category text / line gray: #DDDDDD

*/

/* Standard markup fonts */
div, p, th, td, li, ul, ol, h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif; color: #333333; font-size: 13px; line-height: 130%; }

/* We do not use h1 */
h1 { margin-top: 0; padding-bottom: 3px; font-size: 18px; color: #CC0000; font-weight: normal; border-bottom: #D2D2D2 1px solid; }
h2 { font-weight: bold; color: #cc0000; }
h3 { margin-bottom: 0; }

/* Default link behaviour */
a { color: #cc0000; text-decoration: none; }
a:hover { text-decoration: none; border-bottom: 1px dotted;  }
a:visited { color: #cc0000; }
a.normal { color: #cc0000; text-decoration: none; }
a.normal:hover { text-decoration: none; border-bottom: 1px dotted; }
a:link img.link { border: 0px solid #cc0000; }
a:visited img.link { border: 0px solid #cc0000; }
img { 
	border:0px; 
}
/******************************************************************************

*

*						Opmaak error.

*

******************************************************************************/

#errormessage_container
{
	border-width:	1px;
	border-color:	#000000;
	border-style:	none none solid none;	
}

#errormessage
{
	color:			#FA0000;
	padding:		1px;
	border-width:	3px;
	border-color:	#FF0000;
	border-style:	solid solid solid solid;
	background:		#FFFFCC;
	font-weight:	bold;
	text-align:		center;
}
/* ---- Main page layout ---- */
#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -0px; /* negatieve waarde van footer en push hoogte! */
	width: 100%;
	text-align: left;
}

/* ---- De gekleurde balk over gehele schermbreedte ---- */
#topbar {
	position: relative;
	width: 100%;
	background: #CC0000;
	border-bottom: 1px solid #D2D2D2;
	z-index:7;
	margin: 0 auto;
	left: 0px;
}

#body {
	position: relative;
	margin: 0 auto;
	width: 995px;
}

#sidebox-container {
	position: relative;
	float: right;
	margin: 0;
	top: 0;
	right: 0px;
	padding-right: 10px;
}

/* voor de sticky footer */
#push {
	clear: both;
	height: 0px;
}

#footer {
	position: relative;
	width: 100%;
	height: 110px; 
	background: url('../images/site/footer-back.gif') repeat-x bottom left; 
	margin: 0 auto;
	text-align: center;
}

#content {
	width: 750px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#content table
{
	text-align: left;
}

#homeAfbeelding { 
	position: relative;
	width: 760px;
	margin: 0; 
}

/* ---- Footer inhoud ----- */
#footer-sponsor {
	height: 70px;
}

#footer-sponsor img 
{
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: middle;
}

#footer-text {
	height: 15px;
	padding-top: 10px;
}

#footer-text li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	color: #FFFFFF;
}

a.footer-text, a.footer-text:hover, a.footer-text:visited {
	color: #FFFFFF;
}

/* --- voor de nieuwe stijl berichten --- */
#berichten {
	margin: 0;
	position:relative;
	width: 760px;
}

.bericht { 
	float: left;
	width: 370px; 
	height: 160px; 
	overflow: hidden; 
	background:#ffffff url('../images/site/bericht-bg-btm-370.gif') no-repeat bottom left;
	padding-bottom:2px; 
	padding-top: 15px; 
	padding-right: 10px;
}

.bericht-header { 
	/* background:#333333 url('../images/site/bericht-bg-head-370.gif') no-repeat top left; */
	background:#FFFFFF;
	color:#dddddd; 
	padding-left: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid #D2D2D2;
}

.bericht-header h3 { 
	background: url('../images/site/bericht-bg-midd-370.gif') no-repeat bottom left;
	color: #CC0000; 
	text-transform: uppercase; 
	letter-spacing: 0.1em;
	padding: 2px 0 8px 12px; 
	margin: 0;
	font: 0.9em arial,helvetica,sans-serif;
	font-weight: bold; 
}

.bericht-content { 
	height: 113px; 
	border-left: 1px solid #D2D2D2; 
	border-right: 1px solid #D2D2D2; 
	padding: 10px; 
	overflow:hidden; 
}

.bericht-content img 
{ 
	height: 122px;
	position: relative;
	float: left;
	margin-right: 10px;
}

/* ---- Sidebox ----- */
.sidebox { 
	width: 185px; 
	overflow:hidden; 
	background:#fff url('../images/site/sidebox-bg-btm-185.gif') no-repeat bottom left; 
	padding-bottom:2px; 
	margin-bottom: 20px; 
	margin-left: 0px; 
	margin-top:10px; 
}

.sidebox-header { 
	background:#2E3436 url('../images/site/sidebox-bg-head-185.gif') no-repeat top left; 
	color:#dddddd;
}

.sidebox-header h3 { 
	background: url('../images/site/sidebox-bg-midd-185.gif') no-repeat bottom left; 
	color:#ffffff; 
	font-weight:normal; 
	text-transform:uppercase; 
	letter-spacing:1px;
	padding:2px 0 8px 8px; 
	margin:0; 
	font: 0.88em arial,helvetica,sans-serif; 
}

.sidebox-content { 
	border-left: 1px solid #D2D2D2; 
	border-right: 1px solid #D2D2D2; 
	padding: 5px; 
	overflow:hidden; 
}

.sidebox-content img { 
	text-align: center; 
}

.sidebox form {
	border: 0;
	margin: 0;
	padding: 0;
}

.sidebox fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 0.88em;
}

.sidebox input.tfield {
	color: #333333;
	background-color: #D2D2D2;
	border: 1px solid #D2D2D2;
	margin-bottom: 5px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.sidebox input.cfield {
	border: 0;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	margin-bottom: 5px;
}

.sidebox p.sfield {
	text-align: right;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 3px;
}

.sidebox p.bcimg {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

.sidebox select {
	color:#333333;
	background-color: #D2D2D2;
	border: 1px solid #D2D2D2;
	margin-bottom: 5px;
	padding-left: 1px;
}

.sidebox ul { 
	list-style-type: none; 
	list-style-image: url('../images/site/list-style-image-12.gif');
	margin: 0; 
	padding: 0; 
	margin-top: 5px;
	margin-left: 8px;
	padding-left: 8px;
}

.sidebox li:hover {
	list-style-image: url('../images/site/list-hover-image-12.gif');
}

.sidebox li {
	margin: 0 0 1px 0;
}
.sidebox form {
	margin: 0;
}

/* ---- Seizoen Tab NEW ZwartWit----- */
div.tabheader {
	font-size: 80%;
	font-weight: bold;
	padding-left: 10px;
}

a.tab {
	/* It's just a little prettier in Firefox ;) */
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	background-color: #333333;
	border: 1px solid #333333;
	border-bottom-width: 0px;
	padding: 2px 1em 2px 1em;
	text-decoration: none;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 1;
	color: #DDDDDD;
}

a.tab:hover {
	/* background-color: #FFFFFF; */
}

a.tab.tabactive, a.tab.tabactive:hover, a.tab.tabactive:visited {
	background-color: #FFFFFF;
	color: #333333;
	z-index: 3;
}

.tabcontent {
	background-color: #FFFFFF;
	border-top: 1px solid #333333;
	padding: 1em;
	position: relative;
	z-index: 2;
}







/******************************************************************************
*
*						Facebox.
*
******************************************************************************/

#facebox .b {
  background:url(../javascript/facebox/b.png);
}

#facebox .tl {
  background:url(../javascript/facebox/tl.png);
}

#facebox .tr {
  background:url(../javascript/facebox/tr.png);
}

#facebox .bl {
  background:url(../javascript/facebox/bl.png);
}

#facebox .br {
  background:url(../javascript/facebox/br.png);
}

.bolder
{
	height: 400px;
	overflow-y: scroll;
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 3px;
  text-align: center;
}

#facebox .info {
  margin-top: 5px;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif; 
  color: #777;
  line-height: 16px;
  font-size: 11px;
}

#facebox .navigation {
  float: left;
}

#facebox .close {
  float: right;
}

#facebox .next, #facebox .prev {
  font-size: 170%;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

.moduletablepopup
{
	margin: 0px;
	padding: 0px;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}