body {
	font: 80% "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #000011 url(../images/bg-body.jpg) no-repeat top center;
	color: #FFF;
}
* {
	margin: 0;
	padding: 0;
}
#copyright {
	position: absolute;
	top: 810px;
	left: -25px;
	font-weight: bold;
}
#wrapper {
	width: 990px;
	position: relative;
	margin: 0 auto;
}
#main_navigation {
	position: absolute;
	top: 150px;
	left: 0;
	width: 140px;
	background: url(../images/bg-main-navigation.png) repeat;
	z-index: 1000;
}
#main_content {
	position: absolute;
	left: 160px;
	width: 590px;
}
#header {
	background: url(../images/bg-header.png) repeat-x;
	min-height: 152px;
}
#deurbel {
	position: absolute;
	top: 0;
	left: 60px;
	width: 83px;
	height: 145px;
	background: url(../images/deurbel.png) no-repeat top left; }
#logo {
	position: relative;
	background: url(../images/logo.png) no-repeat;
	height: 145px;
	width: 580px;
}
#content {
	background: url(../images/bg-content.png) repeat;
	min-height: 600px; 
}
#content_wrapper {
	padding: 1em 2em;
	line-height: 1.4em;
}

#newsflash {
	background: #000A4F;
	color: #FFF;
	position: absolute;
	top: 20px;
	right: 0px;
	width: 200px; }
#newsflash a {
	color: #FFF; }
#newsflash .wrapper {
	padding: 15px; }

#random_images {
	position: absolute;
	right: 0;
	top: 405px; }
#random_images .wrapper {
	padding: 5px 10px; }
#random_images div.random_image {
	margin-bottom: 15px;
	padding: 10px;
	background: #00062F;  }

th {
	text-align: left;
}
td, th {
	vertical-align: top;
	padding: 0 10px 2px 0;
}
td h1, td h2, td h3 {
	margin-top: 0;
}
@media screen {
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.clearfix {display: inline-block;}  /* for IE/Mac */
}

.divider {
	clear: both;
	font-size: 1%;
	height: 0;
}

#main_navigation {
	padding: 1em; }
#main_navigation ul {
	list-style: none;
	margin: 0; }
#main_navigation  li {
	display: block; }
#main_navigation a {
	text-align: right;
	display: block;
	color: #000;
	font-size: 1.2em;
	padding: 0.3em;
	text-decoration: none;
	z-index: 999; }
#main_navigation a:hover, #main_navigation a.active, #main_navigation li.active a {
	font-weight: bold; }
	 
#subnavigation {
	margin-bottom: 1em; }
#subnavigation ul {
	list-style: none;
	margin: 0; }
#subnavigation li {
	float: left;
	margin-right: 1em; }
#subnavigation li.active, #subnavigation a.active {
	font-weight: bold; }
#subnavigation a { 
	float: left;}

#breadcrumbs {
	margin-bottom: 1em; }
#breadcrumbs ul {
	list-style: none;
	margin: 0; }
#breadcrumbs li {
	float: left;
	margin-right: 1em; }

/* Forms */

input.text, textarea, select {
	padding: 1px;
	border: 1px solid Gray;
}
select {
	padding: 0;
}
input, select, textarea {
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
select, select.text {
	padding: 0;
}
.warning {
	color: #900;
	padding: 0.3em 0.5em;
	background: #FFEFEF;
	border: 1px dotted #900;	
	font-weight: bold;
}
.warning a {
  color: #900; }
ul.warning {
	list-style: none;
	margin-left: 0;
}
form .required {
	font-weight: bold;
}
.link_tooltip {
	width: 400px;
	background-color: #003366;
	color: White;
	padding: 5px;
	margin-right: 50px;
	opacity: 0.9;
}
.normal {
	width: 250px;
}
.small {
	width: 100px;
}
.large {
	width: 350px;
}
.button {
	background: #41465F;
	color: #FFF;
	padding: 0 10px;
	border: 1px dotted #FFF;	
	cursor: pointer;
	text-decoration: none;
	margin: 2px 10px 2px 0;
}
input.button {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: auto;
	overflow: visible; }

.message {
	font-weight: bold; }

/* Text */
a {
	color: #FFF;
}
a img {
	border: 0;
}
a.clean {
	text-decoration: none;
}
a.clean:hover {
	text-decoration: underline;
}
p, blockquote, ul, ol, table {
	margin-bottom: 1.2em;
}
ul, ol {
	margin-left: 2em;
}
h1, h2, h3 {
	clear: both;
	margin: 0.5em 0;
}
h2 {
	font-size: 1.7em;
	margin: 0 0 0.8em 0;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h1 a, h2 a, h3 a {
	text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline; }	
img.align_left, img[align="left"] {
	float: left;
	margin: 0 2em 1em 0;
}
img.align_right, img[align="right"] {
	float: right;
	margin: 0 0 1em 2em;
}
.align_center {
	text-align: center; }

.producties td, .producties th {
	padding: 0 20px 20px 0;
}
.vorige_volgende {
	margin-bottom: 1em; }
.paginering {
	float: left; }
.volgende {
	text-align: right;
	display: block;
	white-space: nowrap;
}
.vorige {
	float: left;
	white-space: nowrap;
	width: 33%;
}
.productie h2 {
	margin-top: 1em;
}
#archief_switch {
	margin-bottom: 2em;
}
hr {
	height: 0;
	border: 0;
	border-bottom: 1px dotted #FFF;
	margin: 0.5em 0;
	clear: both;
}

/* Galleries */

.gallery_image {
	width: 75px;
	height: 75px;
	margin: 0 20px 20px 0;
	float: left;
	position: relative;
}
.galleries li {
	margin-bottom: 1em;
}
.galleries h3 {
	font-size: 110%;
}
.gallery_image .admin {
	position: absolute;
	bottom: 0;
	left: 0;
}

#lightbox-overlay-text {
	display: none; }

/* Huidige productie op homepage */
.huidige_productie {
	border: 1px solid #fff;
	padding: 1.5em;
	margin-bottom: 1em; }
.huidige_productie h3 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1em;
	clear: none;
	margin-bottom: 1em; }
.huidige_productie h2 {
	font-size: 2em; 
	line-height: 1em;
	clear: none; }
a.reserveren {
	background: url(../images/reserveer-online.png) no-repeat top left; 
	width: 130px;
	height: 70px;
	float: right;
	margin-right: 20px;
	display: block;
	text-indent: -9999em;
	overflow: hidden; }
	

.mededeling {
  padding: 1em;
  background: #DFEFFF;
  color: #00305F;
  border: 1px dotted #00305F; 
  margin: 1em 0; }
.mededeling a {
  color: #00305F; }

.uitverkocht {
  text-decoration: line-through; }