body,td,th {
	font-family:"Trebuchet MS", verdana;
	font-size: 12px;
}

ul {
	margin: 0;
	padding: 0;
}

#reserveren {
	background: #ffffff;
}

body {
	/*background-color:#f6f9f9;*/
	background: url(images/achtergrondhappie.jpg) repeat;
	margin: 10px;
	color: #000000;
}

#content a:link {
	font-family:"Trebuchet MS", verdana;
	font-size: 12px;
	color: #94191e;
	text-decoration:none;
	background-color:#f1f1f1;
	}

#content a:visited {
	font-family:"Trebuchet MS", verdana;
	font-size: 12px;
	color: #94191e;
	text-decoration:none;
	background-color:#f1f1f1;
}

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

#nieuwsbrief {
	text-align: right;
}

#nieuwsbriefveld input {
	color: #003366;
	background-color: #ffffff;
	border: 1px solid #e1d7d2;
	width: 120px;
}

#submit input {
	color: #000000;
	background-color: #e1d7d2;
	border: 2px solid #000000;
}

img {
	border: 0px;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
	color: #444;
}
#container {
	width: 892px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 892px;
	height: 210px;
	background: url(images/header.png);
	background-repeat: no-repeat;
}

#realisatie {
	width: 280px;
	float: right;
	height: 145px;
	border: darkred 3px dotted;
	color: #000;
	background: #f1f1f1;
	margin: 13px;
	padding: 6px;
}

#main_menu {
	background-color: #8d0010;
	color: #fff;
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin: 0;
	height: 30px;
}
#main_menu ul {
	margin: 0;
	padding: 0;
}
#main_current {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10pt;
	font-weight: none;
	margin: 0;
	font-family: "Trebuchet MS", verdana;
	list-style-type: none;
	background-color: #ffffff;
	color: #000;
}
#main_current a:link, .menu_item a:link {
	font-family: "Trebuchet MS", verdana;
	text-decoration: none;
	font-size: 11pt;
	margin: 0;
	color: #fff;
	font-weight: none;
}
#main_current a:visited {
	font-family: "Trebuchet MS", verdana;
	font-size: 11pt;
	text-decoration: none;
	color: #000;
	margin: 0;
	font-weight: none;
}
.menu_item a:visited {
	font-family: "Trebuchet MS", verdana;
	font-size: 11pt;
	text-decoration: none;
	margin: 0;
	color: #fff;
}
.menu_item a:hover {
	text-decoration: none;
	color: #ffffff;
	margin: 0;
	font-size: 11pt;
}
#main_current a:hover{
	text-decoration: none;
	color: #000000;
	font-size: 11pt;	
	margin: 0;
}
.menu_item {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	font-size: 11pt;
	height: 30px;
	text-decoration: none;
	list-style-type: none;
	background-color: #8d0010;
}
#sub_menu {
	width: 892px;
	height: 20px;
	background: #eee;
	clear: both;
	margin: 0;
	padding: 0;
}
.sub_menu_item {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10pt;
	height: 20px;
	margin: 0;
	font-family: "Trebuchet MS", verdana;
	list-style-type: none;
	background-color: #eee;
}
#sub_menu a {
	font-size: 10pt;
	text-decoration: none;
	height: 20px;
	margin: 0;
	color: #000000;
}
#sub_menu a:hover {
	font-size: 10pt;
	height: 20px;
	margin: 0;
	text-decoration: none;
}
#current_sub_menu_item {
	float: left;
	margin: 0;
	height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10pt;
	font-family: "Trebuchet MS", verdana;
	text-decoration: none;
	list-style-type: none;
	background-color: #eee;
}
#sponsoren {
	clear: left;
	float: left;
	background: url(images/achtergrondsponsoren.png) repeat-y;
	width: 200px;
	height: 100%;
	text-align: center;
	padding: 10px;
}
#content {
	float: left;
	background: url(images/achtergrondinhoud.png) repeat-y;
	min-height: 750px;
	width: 560px;
	vertical-align: top;
	padding-top: 10px;
	padding: 50px;
}
#rechterkolom {
	float: right;
	max-width: 150px;
	background-color: #EEEEEE;
}
#footer {
	clear: both;
	background-color: #EEEEEE;
	text-align: center;
	font-size: 10px;
	height: 18px;
	width: 900px;
	display: block;
}

.meermensennodig{/*deze class voor het 'werken' systeem... als deze actief is, geldt dat er hier meer mensen nodig zijn voor werken*/
color:black;
font-size:14px;
font-weight:bold;
background-color:red;
}

.geenmensenmeernodig{/*deze class voor het 'werken' systeem... als deze actief is, geldt dat er hier geen mensen nodig meer zijn voor werken*/
font-size:14px;
font-weight:bold;
background-color:#820082;
color:#FFF0FF;
text-decoration: line-through;
}

.gewoonmensennodig{/*deze class voor het 'werken' systeem... als deze actief is, geldt dat er hier gewoon mensen nodig zijn...*/
font-size:14px;
font-weight:bold;
background-color:#FFF0FF;
}