@import url(reset.css);

* {
	font-family: Tw Cen MT,Arial;
}

html, body {
	margin: 0px;
	padding: 0px;
}

body.arbori {
	background: #000000;
}

.clear {
 	clear: both;
}

p {
	margin-bottom: 20px;
	font-size: 13pt !important;
}

p span {
	font-size: 11pt;
}


div#container {
 	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	position: relative;
}

div#header {
	position: relative;
	height: 138px;
}

div#sponsoren {
	background: #FFFFFF;
	height: 105px;
	width: 1196px;
	border: 2px solid #FFFFFF;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding-top: 7px;
}

div#sponsoren a {
	height: 100px;
	display: block;
	float: left;
	text-align: center;
}

div#sponsoren a img {
	vertical-align: middle;
	margin-right: 20px;
	margin-left: 20px;
}

div#footerBar {
	background: url(../img/layout/bottom_bar.png) no-repeat top left;
	width: 1200px;
	height: 15px;
}

div#header {
	margin-top: 20px;
}

div#headerImage img {
	position: absolute;
	top: 15px;
	left: 0px;
	border: 2px solid #FFFFFF;
	border-top: none;
}

div#headerImage > a {
	position: absolute;
	right: 2px;
	display: block;
	background: url(../img/layout/headerButton.png) no-repeat;
	height: 30px;
	width: 155px;
	padding-right: 15px;
	padding-top: 9px;
	font-size: 14pt;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

div#headerImage a#backHome {
	top: 30px;
}

div#headerImage a#guestBookButton {
	top: 70px;
}

div#menuBar {
	position: absolute;
	top: 116px;
	background: url(../img/layout/MainMenuBackground.png) repeat-x;
	width: 1196px;
	height: 22px;
	border: 2px solid #FFFFFF;
	border-top: none;
	border-bottom: none;
	left: 0px;
}

ul#menu li a, ul#menu li{
	list-style: none;
	font-family: Tw Cen MT,Arial;
	font-size: 13pt;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

ul#menu > li{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	height: 22px;
}

ul#menu li > ul {
	display: none;
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 20000;
}

ul#menu li > ul > li{
	display: block;
 	width: 210px;
	background: url(../img/layout/menuBackground.png) no-repeat;
	height: 20px;
	z-index: 20000;
}

ul#menu li > ul > li:hover {
	background: url(../img/layout/menuBackgroundOver.png) no-repeat;
}


ul#menu li > ul > li.menuEnd {
	background: url(../img/layout/menuEnd.png) no-repeat;
}


ul#menu li > ul > li a{
	display: block;
 	width: 190px;
	padding-left: 10px;
	font-size: 11pt;
}

div#content {
	padding: 4px;
	padding-top: 10px;
	background: url(../img/layout/MenuShadow.png) top left no-repeat #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	width: 1188px;
	z-index: 1;
}

#breadCrumb {
	display: block;
	height: 15px;
	padding-right: 4px;
	margin-top: 6px;
	margin-bottom: 15px;
	width: 750px;

}

#breadCrumb li {
	float: left;
	margin-left: 25px;
	list-style: url(../img/layout/crumb.gif);
	font-size: 10pt;
}

#breadCrumb li a {
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
}

#breadCrumb li a:hover {
	text-decoration: underline;
}

#breadCrumb li.uAreHere {
	list-style: none;
	margin-left: 0px;
	font-weight: bolder;
}

#breadCrumb li.home {
	list-style: none;
	margin-left: 10px;
}

div#rightInfo {
	float: right;
	width: 270px;
	padding-left: 10px;
	margin-right: -4px;
	margin-top: -9px;
	margin-bottom: 20px;
	background: #efefef url(../img/layout/GeitBig.png) right no-repeat;
	min-height: 600px;
	border: 1px solid #B3B3B3;
	border-top: none;
}

div#db_content {
	float: left;
 	width: 900px;
}


div#rightInfo h2 {
  background: url(../img/layout/TitleHeader.png) no-repeat;
	display: block;
	height: 34px;
	width: 250px;
	float: right;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 15px;
	text-align: right;
	font-size: 13pt;
	font-weight: bold;
}

div#rightInfo img {
	max-width: 256px;
	max-height: 230px;
	float: right;
}

div#overlay {
	background: url('../img/layout/bgOverlay.png');
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999999;
}

div#overlayDetails {
	width: 400px;
	background: #FFFFFF;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
	padding: 10px;
}

#closeNow {
	position: absolute;
	top: -15px;
	right: -12px;
	cursor: pointer;
}

div#rightInfo ul li {
	display: block;
	text-align: right;
	position: relative;
	width: 230px;
	padding-right: 10px;
	float: right;
}

div#rightInfo ul li strong {
	margin-right: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}

table.cake-sql-log td, pre.cake-debug, div.cake-stack-trace {
 background: #FFFFFF;
}

div.guestbookHeader {
	display: block;
	text-align: left;
	height: 40px;
	padding-top: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	width: 887px;
	background: url(../img/layout/gastenboek_top.png) no-repeat;
	z-index: 1;
}

div.guestbookHeader a {
	display: block;
	width: 150px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 3px;
	margin-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid transparent;
}

div.guestbookHeader a#newItem {
	float: left;
}

div.guestbookHeader a#newItem:hover {
	border: 1px solid #FFFFFF;
}

div.guestbookHeader #navigation {
	float: right;
	margin-right: 25px;
	margin-top: 3px;
}

div.guestbookHeader #navigation a {
	display: inline;
	font-weight: bold;
}

div.guestbookHeader #navigation a:hover {
	text-decoration: underline;
}

div.guestbookHeader #navigation a#prevPage { padding-right: 20px; }


div.pagination > span a {
	background-color: #FFFFFF;
}

div.pagination a.pagination-prev-next {
	border: none;
	width: auto;
}
div.pagination a.pagination-prev-next:hover {
	color: #ea9434;
}

div.pagination a, div.pagination span.current {
	text-decoration: none;
	display: block;
	width: 20px;
	height: 16px;
	padding: 2px;
	padding-top: 3px;
	text-align: center;
	float: left;
	margin-right: 3px;
	border: 1px solid #ddd;
	font-size: 11pt;
}

div.pagination span.numbers a {
	color: #000000;
}

span.current {
	background: #990000;
	color: #fff;
}

.disabled {
	display: none;
}

div.toolbar {
	background: url(../img/layout/toolbar.png) no-repeat;
	width: 840px;
	height: 30px;
	padding-left: 20px;
	margin-bottom: 10px;
}

div.toolbar a {
	display: block;
	height: 26px;
	padding-top: 4px;
	color: #FFFFFF;
	text-decoration: none;
}

label.error {
 display: block;
 width: 100%;
 color: #990000;
}

#contentEditor {
	width: 850px;
}

#dialog .input {
 width: 500px;
}

#dialog .input label {
	display: block;
}

#dialog .input input, #dialog .input select, #dialog .input textarea {
	width: 100%;
}

.newsItemView h2 {
	font-size: 16pt;
	margin-bottom: 10px;
}

.newsItemView h5 {
	font-size: 11pt;
	margin-bottom: 10px;
}

.newsItemView p {
	font-size: 12pt;
}

#news a {
	text-decoration: none;
	color: #000000;
}

#news a:hover {
 	text-decoration: underline;
}

ul#albumIndex {
	display: block;
	width: 880px;
}

li.album {
	display: block;
	width: 175px;
	border: 1px solid #990000;
	text-align: center;
	padding: 10px;
	margin: 5px;
	height: 120px;
	float: left;
}

li.album img {
	vertical-align: center;
	max-height: 100px;
}

div#scrollContainer {
	position: absolute;
	top: 630px;
	height: 125px;
	border: 1px solid #CCCCCC;
	width: 902px;
	background: url(<?php echo $html->url('/img/layout/scrollbg.png'); ?>) repeat-x;
 }

div#fotoFrame {
	width: 900px;
 }

div#fotoFrame img {
	display: block;
  vertical-align: center;
	margin-left: auto;
	margin-right: auto;
}

.fc-content {
	z-index: 1;
}

#ContactAddForm .input {
	width: 100%;
	margin-bottom: 10px;
}

#ContactAddForm .input label {
	display: block;
	width: 100%;
}

#ContactAddForm .input input, #ContactAddForm .input select, #ContactAddForm .input textarea {
 	width: 700px;
}

.error-message {
	color: #990000;
	font-weight: bold;
}

#flashMessage {
	font-weight: bold;
	color: #009900;
	margin-top: 10px;
}

.border, .border td {
	border: 1px solid #000000 !important;
}

.vAlignMiddle {
	vertical-align: middle;
}

h1 {
	font-size: 20pt;
}

#db_content img { margin: 5px; margin-right: 10px; }
