/* CSS by Wowt - last edit 9 mei 2008 */

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	background-image:url(img/traanplaat.jpg);
	margin:0;
	padding:0;
}
img {
	border:0px;
}
a {
	color:#ff2942;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}
table tr td {
	vertical-align:top;
	}
h2 {
	color:#864900;
	text-transform: uppercase;
	font-size:16px;
	font-weight:bold;
	letter-spacing: -1px;
	margin:0;
	padding:0;
}
h3 {
	color:#a59490;
	text-transform: uppercase;
	font-size:16px;
	font-weight:bold;
	letter-spacing: -1px;
	margin:0;
	padding:0;
}
hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	width:100%;
	height:1px;
	border:0;
	margin-top:12px;
}

ul li {
	list-style-image:url(img/paw.gif);
	vertical-align:top;
	/padding-left:15px;
	}
#maintable {
	width:1000px;
	border-bottom:#b6b6b6 solid 1px;
	border-top:0px;
	border-left:#b6b6b6 solid 1px;
	border-right:#b6b6b6 solid 1px;
	background-color:#FFFFFF;
}
.top {
	background-image:url(img/top.gif);
	background-repeat:repeat-x;
}
#menucontainer {
	height:38px;
	background-image:url(img/spots01.gif);
	position:relative;
}
#menutable {
	margin-top:10px;
}
/* CHOME HACKZ0r */
body:nth-of-type(1) #menutable{
	margin-top:0;
	position:absolute;
	top:10px;
	left:216px;
}
#menutable {
	margin-top:10px;
	position:relative;
}

.knop {
	width:98px;
	height:28px;
	background-image:url(img/knop.gif);
	background-repeat:no-repeat;
}
#headercontainer {
	height:250px;
	background-image:url(img/spots02.gif);
}
#adres {
	text-align:right;
	position:absolute;
	width:140px;
	height:90px;
	margin-left:815px;
	/margin-left:527px; /*IE6 vanaf het logo*/
	top:140px;
}
#submenu {
	position:absolute;
	margin-left:343px;
	/margin-left:56px; /*IE6 vanaf het logo*/
	z-index: 2000;
	top:57px;
}
#intro {
	font-weight:bold;
	position:absolute;
	margin-left:514px;
	/margin-left:226px; /*IE6 vanaf het logo*/
	top:180px;
	width: 280px;
}
#contentcontainer {
	width:957px;
	min-height:600px;
	margin: -50px 0 0 43px;
}
#contentblock {
	width:433px;
	height:195px;
	float:left;
	background-color:#FFFFFF;
	padding:10px;
	margin: 0 25px 25px 0;;
	border:#b6b6b6 solid 1px;
	font-size:11px;
	position:relative; /* voor tooltip */
}
#contentblock * {
	font-size:11px;
}
#contentblock table tr td a, contentblock table tr td table tr td a {
	color:black;
}
#contentblock.agenda {
	height: 457px;
	padding:0px;
	/padding:10px;
}
#clickable {
	position:absolute;
	width:420px;
	height:138px;
	}
.browntable {
	border:#864900 solid 1px;
	margin-bottom:9px;
}
.browntable tr th{
	background-color:#864900;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}
.content {
	background-image:url(img/gradient01.gif);
	background-repeat:repeat-x;
}
.tableblack {
	color: white;
	background-color:black;
	font-weight:bold;
}
.tablegray {
	background-color:#d8d8d8;
}
#contentpagina {
	background-color:#FFFFFF;
	padding:10px;
	margin: 0 42px 25px 0;;
	border:#b6b6b6 solid 1px;
}
.grey {
	color:#999999;
}
.titel {
	font-weight:bold;
	font-size:16px;
}
.credits, .credits a {
	font-size:10px;
	color:#999999;
	font-weight:normal;
	letter-spacing:5px;
}

#selectyear {
	width:270px;
	height:121px;
	color:white;
	background-image:url(img/selectyear.gif);
	background-repeat:no-repeat;
	float:right;
	padding:10px;
	line-height:20px;
	padding-top:47px;
	padding-left:20px;
}
.gedragsregels a{
	font-weight:normal;
	color:#0000CC;
}
.barrooster {
	width:640px;
	border:#000 solid 1px;
	margin:5px 0 20px 0;
}
.barrooster th {
	background-color:black;
	color:white;
	text-align:left;
	}
.barrooster .weekend {
	background-color:#dbe0e4;
}
.barrooster .activiteit {
	background-color:#ffc9cf;
	}
.barrooster .both {
	background-image:url(img/both.gif);
	}
#listtable tr td img {
	margin:3px 0 0 3px;

	}
	#tooltip {
		position:absolute;
		width:150px;
		height:60px;
		background:#fff;
		border:#ff2942 1px solid;
		top:2px;
		right:25px;
		padding:3px;
		z-index:80;
		/*
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
		-moz-opacity: 0.8; 
		*/
		}
				/* classes voor het tonen en verstoppen van de tooltip */
				.hidden { display: none; }
				.unhidden { display: block; }
	