@import url('menu.css');
@import url('formulieren.css');
@import url('lightWindow.css');
@import url('calendar.css');
/* Standaard */
* {
	margin:0 0 0 0;
	padding:0 0 0 0;
	border: 0;
}

A {
	color:#ABA083;
	text-decoration:underline;
}
A:hover {
	text-decoration:none;
}

BODY {
	margin:0;
	background: url(../images/backgrounds/site_bg.png) repeat-x top left;
	z-index:0;
	width:100%;
	height:100%;
}

BODY, P, TD, LI, TH {	
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#FFFFFF;
	line-height:200%;
}

.breadcrumb{
	margin-bottom:30px;
}

.breadcrumb span{
	font-size:22px;
	letter-spacing:1px;
	color:#ABA083;
	font-weight:normal;
}

.breadcrumb a{
	color:#FFFFFF;
}

.clear {
	clear:both;
}

.blue{
	color:#1C616D;
}

.container {
	position:relative;
	width:100%;
	height:100%;
}

#content {
	width:100%;
	min-height:700px;
}

#content_links {
	padding:3px 40px 0px 135px;
	width:273px;
	height:700px;
	float:left;
	background: url(../images/backgrounds/content-left_bg.jpg) top right no-repeat;
}

#content_links P, #content_links li, #content_links{
	color:#666666;
}

#content_links A{
	color:#9C0421;
	text-decoration:none;
}
#content_links A:hover{
	text-decoration:underline;
}

#content_rechts {
	width:100%;
	min-height:500px;
}

#content_rechts P{
	margin-bottom:20px;
	margin-top:0px;
	padding:0px;
}

#content_rechts ul {
	list-style:disc;
	margin-left:20px;
}

#content_rechts ul li{
	font-size:12px;
}

#content_rechts dt{
	width:75px;
	height:25px;
	line-height:25px;
	font-size:12px;
}

#content_rechts dd{
	min-height:25px;
	line-height:25px;
	margin:-25px 0px 0px 75px;
	font-size:12px;
}

#maintext, #maintext P{
	font-size:12px;
}

#container_rechts {
	padding:3px 0px 0px 40px;
	width:500px;
	float:left;
}

#copyright {
	width:100%;
	height:35px;
	text-align:center;
	background: url(../images/backgrounds/stippellijn.gif) left top repeat-x;
}

.datumbox{
	width:300px;
	margin:15px 0px 15px -20px;
}

.datumbox .datum, .datumbox2 .datum{
	float:left; 
	background: url(../images/common/evenement_blauw.png); 
	height:37px; 
	width:36px; 
	text-align:center; 
	padding:5px 3px 0px 3px; 
	line-height:18px;
	cursor:pointer;
	color:#FFFFFF;
}

.datumbox .datum:hover, .datumbox2 .datum:hover, .datumbox2 .datum.ie_does_hover{
	background: url(../images/common/evenement_rood.png); 
}


.datumbox .activiteit{
	float:left; 
	margin-left:20px;
}

#content_rechts .gerechten dt{
	width:5000px;
	min-height:20px;
}

#content_rechts .gerechten dd{
	text-align:right;
	width:50px;
	margin:-20px 0px 0px 450px;
	color:#ABA083;
}

H1, H2 {
	font-size:22px;
	color:#857F55;
	font-weight:normal;
	margin-bottom:37px;
	letter-spacing:1px;
}

H2 {
	color:#ABA083;
}

#header {
	position:relative;
	width:100%;
	height:255px;
}

.kader{
	float:left;
	border:1px solid #FFFFFF;
	padding:1px;
	margin: 10px 10px 10px 0px;
}

.kader:hover{
	border:1px solid #1C616D;
}

.knoppen{
	width:100%;
	background:#35717C;
}

.knop{
	float:left;
	width:20%;
	text-align:center;
	height:30px;
	line-height:30px;
}

.knop:hover{
	background:#164F5B;
}

.knop a{
	color:#FFFFFF;
	text-decoration:none;
}

HTML {
	background: url(../images/backgrounds/html_bg.png);
}

INPUT,TEXTAREA,SELECT {
	font-family:Tahoma;
	font-size:11px;
}

table.info{
	width:100%;
}

table.info tr{
	height:30px;
	padding:5px;
}

table.info th{
	background:#164F5B;
	text-align:left;
	padding-left:20px;
	font-weight:normal;
}

table.info td{
	background:#35717C;
	padding-left:20px;
}

table.info td a{
	color:#FFFFFF;
}

.kantlijn {
	padding:25px;
}

.kop {
	color:#FFBE00;
	font-weight:bold;
}

label{
	cursor:pointer;
}

#logo{
	position:absolute;
	top:55px;
	left:652px;
}

#print{
	position:absolute;
	left:1000px;
	top:270px;
	cursor:pointer;
}

#site {
	width:1100px;
	padding:0;	
	z-index:1;
}
/*
strong{
	color:#999999;
}
*/
.stippellijn{
	width:100%;
	height:1px;
	text-align:center;
	background: url(../images/backgrounds/stippellijn.gif) left top repeat-x;
	margin:30px 0px;
}

#top{
	position:absolute;
	left:605px;
}

#top ul li{
	float:left;
	padding: 15px 10px 3px 10px;
	border-right: 1px solid #1F6F7E;
	width:15px;
}

#top ul li#rechts{
	border-right: 0px;
}

#top ul li a{
	color:#FFFFFF;
	text-decoration:none;
	text-transform:lowercase;
}

#top ul li a.actief{
	font-weight:bold;
	text-decoration:underline;
	color:#1C616D;
}

.tussenruimte {
	width:100%;
	height:25px;
}

ul{
	list-style:none;
}

.witruimte{
	height:50px;
	width:100%;
}

.white{
	color:#FFFFFF;
}

#content_rechts div.zoekresultaten dl{
	margin:0px 0px 10px 0xp;	
}

#content_rechts div.zoekresultaten dl dt{
	margin:0px;	
	width:400px;
	height:20px;
	line-height:20px;
	font-size:12px;
}

#content_rechts div.zoekresultaten dl dd{
	margin:0px;
	min-height:20px;
	line-height:20px;
	margin:0px 0px 10px 0px;
	font-size:12px;
}


