/* /////////////// Globals ////////////////////// */

body {
	background: #000;
	color: #966d3f;
	padding-top: 10px;
	min-width: 1238px;
}
#content a {
	color: #966d3f;	
}
#content p {
	margin-bottom: 1em;
}
#content h1,
#content h2,
#content h3 {
	margin-bottom: 1em;
}
#content hr {
	border: 0;
	height: 1px;
	border-top: 1px solid #966d3f;
	margin: 1em 0;
}
body,
input,
textarea,
select {
	font-size: 12px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;	
}

/* /////////////////// Container //////////////////// */
#header,
#shanty,
#footer,
#footerContent,
#footerAdress {
	margin: auto;
}

.cs { /* runde Ecken header und footer */
	background: #fff;
	height: 1px;
}

#header img {
	padding: 5px;
}
#header,
#footerAdress {
	width: 905px;
	position: relative;
	left: -6px;
}
#headerIMG img {
	margin-top: -5px;
}
#headerIMG,
#newsticker,
#languages,
#naviLang,
#footerAdress {
	background: #fff;
}
#newsticker {
	float: left;
	width: 778px;
	height: 40px;
}
#newsticker a {
	color: #663;
	font-style: italic;
	font-size: 12px;
	margin-left: 180px;
	width: 610px;
	float: left;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-decoration: none;
}
#languages {
	float: right;
	line-height: 31px;
	height: 40px;
	width: 127px;
}
#shanty {
	background: #fff;
	width: 887px;
	padding: 0 5px 15px 13px;
	position: relative;
	left: -6px;
}
#navigation {
	width: 152px;
	float: left;
}
#navigation ol {
	list-style-type: none;
}
#navigation li {
	margin-bottom: 2px;
}
#navigation li li {
	list-style-type: disc;
	margin: 0 0 0 40px;
}
#navigation li li ol {
	display: none;
}
#navigation li li li {
	list-style-type: circle;
	margin: 0 0 0 14px;
}
#navigation li a {
	color: #663;
	text-decoration: none;
	background: url(../images/bgNav.jpg) repeat-y;
	display: block;
	padding: 0 10px;
	line-height: 19px;
	border: 1px solid #5d453e;
	border-width: 0 0 1px 1px;
}
#navigation li.currentpage li a,
#navigation li.currentpage li.currentpage li a {
	color: #663;
}
#navigation a:hover,
#navigation li.currentpage a,
#navigation li.currentpage li.currentpage a,
#navigation li.currentpage li.currentpage li.currentpage a  {
	color: #000;
}
#navigation li li a {
	border-width: 0;
	padding: 0;
	background: none;
}
#content {
	margin-left: 195px;
}
#column1 {
	width: 449px;
	margin-right: 13px;
	float: left;
}
.landingPage #column1 {
	width: 292px;
	margin-right: 44px;
}
.landingPage #column2 {
	width: 316px;
}
#column2 {
	width: 230px;
	float: left;
}
#sponsoren {
	margin: 1em 0;
}
#footer {
	position: relative;
	width: 1238px;
}
#footerContent {
	color: #663;
	background: #e4c796;
	padding: 23px 0 23px 45px;
	width: 873px;
	font-size: 11px;
	height: 96px;
}
#footer li {
	list-style-type: disc;
}
#footer li a {
	color: #663;
	text-decoration: none;
	
}
#footerAdress a {
	color: #996;
}
#footerContent > div {
	float: left;
}
#newsletterRegister {
	width: 205px;
	position: relative;
}
#newsletterRegister input {
	width: 172px;
	border: 1px solid #966d3f;
	position: absolute;
	left: 42px;
}
#newsletterRegister div {
	margin-bottom: 4px;
}
#newsletterRegister .submit {
	width: 174px;
}
#branches > div {
	float: left;
	margin-left: 27px;
	padding-left: 85px;
}
#branches h3 {
	color: #966d3f;
}
#branches img {
	float: left;
	margin-left: -85px;
}
#branches ul {
	margin: 0 0 0 1.5em;
}
#footerAdress {
	text-align: center;
	color: #996;
	font-size: 10px;
	padding: 20px 0 35px;
}
#lionLeft {
	width: 181px;
	height: 262px;
	background: url(../images/lionLeft.png) no-repeat;
	position: absolute;
	left: -19px;
	top: -55px;
}
#lionRight {
	width: 187px;
	height: 260px;
	background: url(../images/lionRight.png) no-repeat;
	position: absolute;
	right: -14px;
	top: -55px;
}
#footer #corner {
	margin: 0 166px;
	position: relative;
	left: -6px;
}

/* Module */

.error_message {
	padding: 10px;
	border: 1px solid #966d3f;
	margin-bottom: 1em;
}
.error_message li {
	list-style-type: none;
}
.calendar {
	width: 200px;
}
#column2 .calendar {
	width: 230px;
}
.calendar th {
	background: #808080;
	color: #fff;
	text-align: center;
}
.calendar td {
	width: 14%;
	background: #f0f0f0;
	color: #000;
	text-align: center;
	position: relative;
	font-weight: bold;
}
.calendar td.event {
	background: #C00;
}
.calendar td.event a {
	text-decoration: none;
	color: #fff !important;
}
.calendar td.event li a {
	color: #c00 !important;
}
.calendar td ul {
	display: none;
}
.calendar td:hover ul {
	display: block;
	position: absolute;
	background: #fff;
	border: 1px solid #c00;
	padding: 7px;
	z-index: 10000;
	list-style-type: none;
	margin: -18px 0 0 2px;
}

/* News */
.NewsSummary {
	padding-bottom: 1em;
	border-bottom: 1px solid #966d3f;
	margin-bottom: 1em;
}
#NewsPostDetailSummary {
	margin-bottom: 1em;
}
#NewsPostDetailTitle {
	font-size: 1.2em;
}
#NewsPostDetailPrintLink {
	float: right;
}
#NewsPostDetailReturnLink {
	float: left;
}
.NewsSummaryMorelink,
.calendar-morelink {
	text-align: right;
}
/*  Album */
#album .cd {
	background: #e4c796;
	height: 1px;	
}
#album .cm {
	background: #e4c796;
	padding: 0 19px;
	height: auto;
}
.c1 { /* runde Ecken */
	margin: 0 12px;
}
.c2 {
	margin: 0 10px;
}
.c3 {
	margin: 0 8px;
}
.c4 {
	margin: 0 6px;
}
.c5 {
	margin: 0 5px;
}
.c6 {
	margin: 0 4px;
}
.c7 {
	margin: 0 3px;
}
.c8 {
	margin: 0 2px;
}
.c9 {
	margin: 0 2px;
}
.c10 {
	margin: 0 1px;
}
.c11 {
	margin: 0 1px;
}

/* formular */
.reservation label {
	display: block;
}
.reservation div {
	margin-bottom: 1em;
}
.reservation .text input,
.reservation textarea {
	width: 409px;
}
/* kalender */
.calendar-event {
	padding-bottom: 1em;
	border-bottom: 1px solid #966d3f;
	margin-bottom: 1em;
}
.calendar-pager {
	border-bottom: 1px solid #966d3f;
	border-top: 1px solid #966d3f;
	padding: 1em 0;
	margin-bottom: 1em;
	text-align: center;
}
.calendar-returnlink {
	border-top: 1px solid #966d3f;
	padding: 1em 0 0;
	margin-top: 1em;
}

/* /////////////////// Helpers /////////////////////*/

.barrierReef {
    position: absolute;
    left: -5000px;
}
.clear {
	clear: both;
}
.printOnly {
	display: none;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
.clearfix {display:block;}
	/* End hide from IE Mac */

* html .clearfix {height:1px;}