@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0 auto;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	background: url('layout/images/background.png');
	background-color: #eae7cf;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 12px;
}
h1, ul, li, h2{
	margin: 0 auto;
	padding: 0;
}
img {
	border: none;
}
#container {
	position: relative;
	min-height: 100%;
	height:auto !important;
	height:100%;
	min-width: 840px;
	background: url('layout/images/container_bg.png');
	background-position: 0 176px;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
#container .clearboth {
	clear: both;
}
#container #top {
	height: 46px;
	width: 100%;
	background: url('layout/images/top.png');
	background-repeat: repeat-x;
}
#container #top #buttons {
	height: 46px;
	width: 840px;
	margin: 0 auto;
}
#container #top #buttons ul {
	list-style-type: none;
}
#container #top #buttons ul li {
	float: left;
}
#container #top #buttons ul li a {
	float: left;
	display: inline-block;
	height: 32px;
	padding: 14px 10px 0 10px;
	text-decoration: none;
	color: #fff;
}
#container #top #buttons ul li a:hover {
	background: url('layout/images/menuhover.png');
	background-repeat: repeat-x;
	padding: 14px 10px 0 10px;
}
#container #top #buttons ul li.current_page_item a, #container #top #buttons ul li.current_page_item a:hover {
	background: url('layout/images/top_hover.png');
	background-repeat: repeat-x;
	padding: 14px 9px 0 9px;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
}
#container #logo {
	height: 130px;
	width: 840px;
	margin: 0 auto;
	text-align: right;
}
#container #logo img {
	margin: 10px 32px 0 0;
}
#container #content {
	position: relative;
	height: 100%;
	width: 840px;
	background: url('layout/images/content_bg.png');
	background-repeat: repeat-y;
	margin: 0 auto;
}
#container #content #page {
	float: left;
	width: 598px;
	background-color: #3d3c36;
	margin-bottom: 35px;
}
#container #content #page .center {
	text-align: center;
}
#container #content #page h1 {
	height: 33px;
	background: url('layout/images/h1_button.png');
	background-repeat: no-repeat;
	background-position: 19px 20px;
	background-color: #37362f;
	border-bottom: 1px #48463d solid;
	border-left: 1px #3e3e37 solid;
	font-size: 13px;
	padding: 21px 0 0 48px;
}
#container #content #page h2 {
	background-color: #52514b;
	padding: 5px;
	color: #e0ded2;
	font-size: 13px;
	margin-bottom: 5px;
	border: 1px #383731 solid;
}
.wp-caption-text{
}
#container #content #page .post {
	border-top: 1px #262621 solid;
	border-left: 1px #44443d solid;
	border-bottom: 1px #4c4b42 solid;
	color: #efefef;
	padding: 5px;
	font-size: 11px;
}
#container #content #page a {
	color: #EEE;
}
#container #content #page a:hover {
	color: #b0ae9e;
}
#container #content #page #page_footer {
	position: fixed;
	min-height: 20px;
	height: 100%;
	width: 598px;
	background-color: #37362f;
}
#container #content #menu {
	float: left;
	width: 242px;
	margin-bottom: 55px;
}
#container #content #menu #agenda h2 {
	height: 35px;
	border-left: 1px #f77f4a solid;
	border-bottom: 1px #ffa938 solid;
	background: url('layout/images/agenda.png');
	background-repeat: repeat-x;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 10px 0 0;
}
#container #content #menu #agenda img {
	margin-bottom: -1px;
}
#container #content #menu #agenda ul {
	list-style-type: none;
}
#container #content #menu #agenda a {
	list-style-type: none;
	display: inline-block;
	height: 21px;
	width: 241px;
	background: url('layout/images/agenda_href.png');
	background-repeat: repeat-x;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	border-left: 1px #f4693e solid;
	border-top: 1px #ff3111 solid;
	border-bottom: 1px #ff5300 solid;
	padding: 7px 0 0 0;
}
#container #content #menu #agenda a span {
	padding: 0 14px 0 14px;
}
#container #content #menu #agenda a:hover {
	background: url('layout/images/agenda_href_hover.png');
}
#container #content #menu #photos h2 {
	height: 32px;
	border-left: 1px #f57700 solid;
	border-bottom: 1px #ffb02e solid;
	background: url('layout/images/photos.png');
	background-repeat: repeat-x;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 10px 0 0;
}
#container #content #menu #photos img {
	margin-bottom: -2px;
}
#container #content #menu #photos div {
	height: 97px;
	border-left: 1px #ff8733 solid;
	background: url('layout/images/photos_bg.png');
	background-repeat: repeat-x;
	text-align: center;
}
#container #content #menu #photos div img {
	margin: 8px 5px 0 5px;
	width: 106px;
}
#container #content #menu #blog h2 {
	height: 35px;
	border-left: 1px #e6a84d solid;
	border-bottom: 1px #ffbd30 solid;
	background: url('layout/images/blog.png');
	background-repeat: repeat-x;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 10px 0 0;
}
#container #content #menu #blog h2 img {
	margin-bottom: -2px;
}
#container #content #menu #blog ul {
	list-style-type: none;
}
#container #content #menu #blog a {
	list-style-type: none;
	display: inline-block;
	height: 20px;
	width: 241px;
	background: url('layout/images/blog_href.png');
	background-repeat: repeat-x;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	border-left: 1px #e99e42 solid;
	border-top: 1px #ff8b23 solid;
	border-bottom: 1px #ffa024 solid;
	padding: 7px 0 0 0;
}
#container #content #menu #blog a span {
	padding: 0 14px 0 14px;
}
#container #content #menu #blog a:hover {
	background: url('layout/images/blog_href_hover.png');
}
#container #content #menu #menu_footer {
	position: fixed;
	min-height: 15px;
	border-left: 1px #fb4d00 solid;
	background-color: #e54600;
	width: 241px;
	height: 100%;
}
#container #copyright {
	position: absolute;
	bottom: 0;
	height: 35px;
	width: 100%;
	font-size: 11px;
	text-align: center;
	background: url('layout/images/footer.png');
	background-repeat: repeat-x;
}
#container #copyright p {
	padding: 10px 0 0 0;
	margin: 0;
}
#container #copyright p a {
	color: #fff;
}
#container #copyright p a:hover {
	text-decoration: none;
}
.leesverder {
	background-color:#464541;
	padding:4px;
	display: inline-block;
	width: 579px;
	text-decoration: none;
	margin-top: 10px;
}
.leesverder:hover {
	background-color:#5a5a58;
	text-decoration: underline;
}
.calnk a:hover {
	background-position:0 0;
	text-decoration:none;
	color:#000000;
	border-bottom:1px dotted #000000;
}
.calnk a:visited {
	text-decoration:none;
	color:#000000;
	border-bottom:1px dotted #000000;
}
.calnk a {
	text-decoration:none;
	color:#000000;
	border-bottom:1px dotted #000000;
}
.calnk a span {
	display:none;
}
.calnk a:hover span {
	color:#333333;
	background:#F6F79B;
	display:block;
	position:absolute;
	margin-top:1px;
	padding:5px;
	width:150px;
	z-index:100;
}
.calendar-table {
	border:none;
	width:100%;
	margin-bottom: 10px;
}
.calendar-table select {
	background-color: #83827A;
	border: 1px solid #D2D1CD;
	color: #FFFFFF;
}
.calendar-heading {
	height:25px;
	text-align:center;
	border:1px solid #55534b;
}
.calendar-next {
	width:25%;
	text-align:center;
}
.calendar-prev {
	width:25%;
	text-align:center;
}
.calendar-month {
	width:50%;
	text-align:center;
	font-weight:bold;
}
.normal-day-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
	border:1px solid #8F8F8F;
	background-color:#1f1e19;
}
.weekend-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
	border:1px solid #8F8F8F;
	background-color:#32312b;
	color:#FFF;
}
.day-with-date {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border: none;
	background-color: #83827a;
	color: #000;
	font-size: 12px;
}
.no-events {
}
.day-without-date {
	width:60px;
	height:60px;
	border: none;
	background-color: #999891;
}
span.weekend {
	color:#000;
	font-size: 12px;
}
.current-day {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border: none;
	background-color:#d2d1cd;
}
.current-day span{
	font-weight: bold;
	color: #000;
}
span.event {
	font-size:0.75em;
	color: #000;
}
#container #content #page .current-day span.event span.calnk a {
	color: #000;
}
.kjo-link {
	font-size:0.75em;
	text-align:center;
}
.event-title {
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}
.event-title-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
	background-color:#000000;
}
.event-content-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
	background-color:#000000;
}
.calendar-date-switcher {
	height:25px;
	text-align:center;
	border:1px solid #55534b;
	background-color:#1f1e19;
}
.calendar-date-switcher form {
	margin:0;
	padding:0;
}
.calendar-date-switcher input {
	border:1px #55534b solid;
}
.calendar-date-switcher select {
	border:1px #55534b solid;
}
.cat-key {
	width:100%;
	margin-top:10px;
	padding:5px;
	border:1px solid #55534b;
}
.input_text {
	background-color: #83827a;
	border: 1px #d2d1cd solid;
	color: #fff;
	width: 400px;
}
.input_textarea {
	background-color: #83827a;
	border: 1px #d2d1cd solid;
	color: #fff;
	width: 400px; 
	height: 150px;
}
.input_select {
	background-color: #83827a;
	border: 1px #d2d1cd solid;
	color: #fff;
	float: left;
}
.width100 {
	width: 100px;	
}
.width50 {
	width: 50px;	
}
.input_submit {
	background: url('layout/images/input_submit.png');
	background-repeat: repeat-x;
	height: 25px;
	color: #fff;
	border: none;
	padding-bottom: 4px;
}

/* Pagina's */
.post ul{
	margin: 10px 0 10px 0;
	padding-left: 20px;
}
.moreinfo{
	padding-top: 20px;
	font-style: italic;
}
/* Over ons */
.overonstable{
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
}
.overonstable .left{
	width: 140px;
	font-weight: bold;
}
.h1kop{
	width: 549px;
	margin: 10px -6px 0 -6px;
	border-top: 1px solid #4C4B42;
}
/* Shows */
.showstable{
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
}
.showstable .photo{
	width: 385px;
}
/* Linkpartners */
.linkname {
	margin-bottom: 5px;	
}
.linkname a{
	font-weight: bold;
	display: block;
}
/* Contact */
.mailform {
	width: 100%;	
}
.mailform .left{
	width: 30%;	
}
.mailform .right{
	width: 70%;	
}
.mailform .right .mevr{
	margin-left: 50px;
}
/* Reserveren */
.reserveerform {
	width: 100%;	
}
.reserveerform .spacer {
	float: left;
	padding-top: 4px;
}
.reserveerform .left {
	width: 30%;	
}
.reserveerform .right {
	width: 70%;	
}
/* Apparatuur */
.apparatuur {
	width: 100%;
}
.apparatuur .left {
	width: 100px;
}
.apparatuur .title .apparatuurtitle{
	background-color: #37362f;
	border-bottom: 1px #48463d solid;
	border-left: 1px #3e3e37 solid;
	font-size: 13px;
	padding: 6px 0 6px 48px;
	margin: 0 -5px 0 -7px;
}
.apparatuur .title h2 span{
	font-size: 11px;
	font-weight: normal;
}
.apparatuur .brand {
	height: 15px;
}
.apparatuur .type {
	height: 15px;
}	
.apparatuur .img {
	width: 250px;
}
.umedia{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d31f35;
	text-decoration: none;
}
.umedialogo{
	margin-bottom: -3px;
}
