/**
 * CSS by Thomas Karolzyk
 * thomas@karolzyk.com
 */
















/**************************** GENERAL ***/

body {
	background-color:#333;
	margin: 0;
	color:#000;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
* {
	margin:0;
	padding:0;
	line-height: 140%;
}
p {
	margin: 0 0 1em 0;
}

b, strong {
	color:#656565 !important;
}

/**
 * Lucida Hybrid hack
 * http://www.brownbatterystudios.com/sixthings/2007/03/14/lucida-hybrid-the-grande-alternative/
 */
/*
strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
*/


/**************************** LINKS ***/

a {
	color: #656565;
	text-decoration: underline;
}
a:hover {
	color: #656565;
	text-decoration: none;
}
a img, img a {
	border:0
}

#content-inner-right a {
	color:#656565 !important;
	text-decoration: none;
}
#content-inner-right a:hover {
	text-decoration: underline;
}

#content-inner-right h1 a,
#content-inner-right h2 a,
#content-inner-right h3 a {
	color: #777;
	text-decoration: none;
}

#content-inner-right h3 a:hover {
	text-decoration:none;
}



/*

#content-inner-left a {
	border-bottom: 1px solid #aaa;
}
#content-inner-left a:hover {
	text-decoration: none;
}

#content-inner-left img a,
#content-inner-left a img {
	border-style: none !important;
}
*/

/**************************** TEST ***/




/**************************** LAYOUT ***/


#main {
	position: relative;
	background-color: #fff;
	width: 790px;
/* 	border-right: 1px solid #ededed; */
	z-index:2;
}

#logo {
	position: absolute;
	top: 65px;
	left: 638px;
	width: 114px;
	height: 63px;
	z-index: 5;
}

#zitat {
	position: absolute;
	top: 33px;
	left: 0px;
	z-index: 5;
}

#bgslider {
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	width:10000px;
	height:12000px;
	overflow:visible;
}

#flash-crop {
	position: relative;
	width: 790px;
	z-index:5;
	overflow:hidden;
}

/* ff 20 bug */
#swf, #flashcontent {
	z-index:5;
}

#flash-holder {
	position: relative;
	background-color: transparent;
	width: 1000px;
	height: 160px;
	margin: 65px 0 0 0;
	background: transparent url(../../image/frontend/flash.png) no-repeat;
	z-index:5;
	white-space: nowrap;
}

#flashcontent {
	position: relative;
	height: 160px;
}


#content-holder {
	position: relative;
	width: 790px;
	min-height: 500px;
	background: #fff url(../../image/frontend/bg_content.gif) repeat-x;
}

#sub-nav {
	position: relative;
	padding: 9px 0 0 27px;
	height: 24px;
	background: #fafafa url(../../image/frontend/bg_subnav.gif) repeat-x;
}

#footer {
	position: relative;
	color:#999;
	font-size:11px;
	font-weight: bold;
	background: #fff url(../../image/frontend/bg_footer.gif) repeat-x;
	width: 750px;
	height:45px;
	padding: 18px 0 0 40px;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

#footer a 			{ color:#999; text-decoration: none; }
#footer a:hover 	{ color:#656565; text-decoration: none; }

#zertifikate {
	position: absolute;
	top: 0;
	right: 0;
}

/* LEFT column */
#content-inner-left {
	float:left;
	width:460px;
	margin: 50px 40px 90px 40px;
	color: #777;
}


/* RIGHT column */
#content-inner-right {
	float:right;
	width:210px;
	margin: 50px 40px 90px 0;
	font-size:11px;
	color:#999;
	line-height: 130%;
}

/*#content-inner-right a { color:#999; }*/

#content-inner-right h1,
#content-inner-right h2,
#content-inner-right h3 {
	color: #777;
	font-size:inherit;
	text-transform: uppercase;
}

#content-inner-right a {
	color: #999;
/*	padding: 0 14px 0 0;
     background: url(../../image/frontend/arrow_green2.gif) right 5px no-repeat; */
}


/**************************** CLASSES ***/


img.related-img {
	margin: 6px 0;
}

.related-border-bottom {
	border-bottom: 4px solid #e9e9e9;
	padding-bottom: 8px;
}

.related-content-module {
	border-bottom: 4px solid #e9e9e9;
	padding-bottom: 8px;
	margin: 28px 0;
}

.trenner {
	height: 2px;
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
}

a.link-back {
	color:#aaa;
	font-size:90%;
}



.container-info-image {
	margin: 5px 0;
}


/**
 * News
 * Bild/Text News Module
 */

div.news-entry {
	margin: 0 0 15px 0;
	clear:both;
}

div.news-image {
	float:left;
	margin: 0 16px 0 0;
	width:95px;
}

div.news-image img {
	width:95px;
}

div.news-text {
	float:left;
	width:340px;
}

div.news-text p {
	margin:0;
}

div.news-text p b {
	font-weight:normal;
}


.news-date {
	font-size: 9px;
	color:#aaa;
	margin: 0 0 2px 0;
	padding:0;
}



/**
 * Download
 */

div.download-entry {
	margin: 20px 0;
	clear:both;
}

div.download-image {
	float:left;
	margin: 0 16px 0 0;
	width:65px;
}

div.download-text {
	float:left;
	width:360px;
}

div.download-text-klapper {
	float:left;
	width:335px;
}

.download-date {
	font-size: 9px;
	color:#aaa;
	margin: 0 0 2px 0;
	padding:0;
}



/**************************** LISTS ***/


#content-inner-left ul {
	margin: 0 0 0 19px;
}


#content-inner-left ul li {
	list-style-image: url(../../image/frontend/arrow_green.gif);
}


div.related-content-module ul li {
	list-style-image: url(../../image/frontend/arrow_grey.gif);
	margin-left: 18px;
}

/**************************** FORMS ***/

input {
    font-size: 1em;
}

textarea {
    font-size: 1em;
}

select {
    font-size: 1em;
}

input.main-suche {
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
	width: 188px;
	padding: 1px;
	color:#999;
	font-size: 11px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

/**************************** HEADER ***/

h1,h2,h3,h4,h5,h6 {
	color:#000;
	font-size:100%;
}

h1{
	font-size: 14px;
	color:#656565;
}

h2, h2 a{
	font-size:100%;
	color:#656565;
	text-decoration:none !important;
}
h2 a:hover{
	color:#333;
	text-decoration:none;
}

h3,h4,h5,h6{
	font-size:100%;
}

/* #content-inner-left h1, */
#content-inner-left h2 {
	padding-bottom: 11px;
}

div.news-text h2 {
	padding:0 !important;
}

/**************************** NAVIGATION ***/



/**
 * Main Navigation
 * #flash-holder
 * if no flash is found
 */

#flash-holder ul {
	list-style: none;
	padding: 0 0 0 0px;
	white-space: nowrap;
}

#flash-holder ul li {
	display: inline;
	text-transform: uppercase;
}

#flash-holder ul li a {
	color: #fff;
	display:block;
	float:left;
	padding: 9px 33px 7px 33px;
	text-decoration: none;
}

#flash-holder ul li.li-nav-3 a {
	padding-left: 40px;
}

#flash-holder ul li.li-nav-6 a {
	padding-right: 45px;
}

#flash-holder ul li a:hover,
#flash-holder ul li.active a {
	background-color: #7cc132;
}


/**
 * Subnavigation
 * #sub-nav
 */

#sub-nav ul {
	list-style: none;
}

#sub-nav ul li {
	display: inline;
	padding: 0 13px;
	text-transform: uppercase;
}

#sub-nav ul li a {
	color: #aaa;
	text-decoration: none;
}

#sub-nav ul li a:hover,
#sub-nav ul li.active a {
	color: #656565;
}



/**************************** MODULE - KLAPPER ***/

div.module-klapper-wrap {
	background: url(../../image/frontend/line.gif) 40px bottom no-repeat;
}

h2.module-klapper {
	background: url(../../image/frontend/big_arrow.gif) 0 10px no-repeat;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 8px 0 3px 40px !important;
	text-decoration:none !important;
}


/* safari bug */
div.module-klapper-wrap a:link,
div.module-klapper-wrap a:hover {
	text-decoration:none;
}



h2.active {
    background: url(../../image/frontend/big_arrow_active.gif) 0 12px no-repeat;
}

.klapper-close {
	margin: 5px 0 0 0;
	color: #7cc132;
	text-align:right;
}

.klapper-close a {
	color: #7cc132;
	text-decoration: none;
	padding-left: 7px;
	font-size: 9px;
}

div.module-klapper-content {
	padding: 10px 0 5px 41px;
}


div.module-klapper-content.status-show {
    display: show;
}

div.module-klapper-content.status-none {
    display: none;
}


span.phone {
	color: #7cc132;
	letter-spacing: -0.1em;
	font-size: 16px;
}

span.nowrap {
    white-space: nowrap;
}

.hausfarbe {
	color: #7cc132;
}

/**************************** MODULE - IMG+TEXT ***/

div.imagetext-left {
	float:left;
	margin: 3px 15px 5px 0;
}

div.imagetext-right {
    float:right;
    margin: 3px 0 5px 15px;
}

/**************************** MODULE - NEWS ***/

.news-image-caption {
	font-size:90%;
	color:#999;
	margin: 5px 0;
}

.news-date-klapper {
	font-size: 9px;
	color:#aaa;
	float:left;
	width: 70px;
	padding: 2px 0 0 0;
	margin: 0 0 15px 0;
}

.news-text-klapper {
	float:left;
	width:340px;
}

/**************************** MODULE - GALLERY ***/


.module-gallery-wrap {
	margin: 4px 0;
}

.module-gallery-wrap img {
	margin: 0 6px 6px 0;
}



/**************************** HELPER ***/

.clear {
	clear:both;
}




/**
 * Listenmodul
 * Diese Liste verschachtelt verschiedene Neuigkeiten je nach Seiteninhalt
 * und wird via JQuery zusammengeklappt.
 */
ul.listingMod {
	margin: 15px 0 0 0;
	padding: 1px 0 1px 0;
}

.listingMod li {
	background: url(../../image/frontend/line.gif) 40px bottom no-repeat;
	cursor: pointer;
	font: 0px Arial, serif;
	*font: 0px Arial, serif;
	line-height: 0em;
	margin: 0;
	*margin: 0px 0 -1px 0;
	padding: 0px 0 1px 0;
	*padding: 0;
}

.listingMod li div {
	width: 465px;
	_height: 1%;
}

.listingMod h2 {
	background: url(../../image/frontend/big_arrow.gif) 0 8px no-repeat;
	font: 14px Arial, serif;
	font-weight: 700;
	margin: 0;
	padding: 8px 0 3px 40px;
	*padding: 8px 0 4px 40px;
}

.listingMod div.active h2 {
	background: url(../../image/frontend/big_arrow_active.gif) 0 20px no-repeat;
	padding: 20px 0 4px 40px;
}

.listingMod h3 {
	color: #628D24;
	font: 14px Arial, serif;
	font-weight: 700;
	margin: 5px 0 0 40px;
}

.listingMod p {
	font: 12px Arial, serif;
	margin: 10px 0 10px 40px;
}








/**************************** STUFF ***/



.form-reservierung {
	margin: 15px 0;
}
.form-bestell {
	margin: 15px 0;
}

.form-veranstaltung {
	margin: 15px 0;
}



.form-bestell label {
	clear:both;
	float:left;
	width:230px;
}

.form-reservierung label{
	clear:both;
	float:left;
	width:220px;
}

.form-veranstaltung label{
	clear:both;
	float:left;
	width:220px;
}

.form-bestell input {
	float:left;
	margin: 2px 0;
	border: 1px solid #ccc;
	padding: 1px;
	width:210px;
}

.form-reservierung input {
	float:left;
	margin: 2px 0;
	border: 1px solid #ccc;
	padding: 1px;
    width:150px;
}

.form-veranstaltung input {

	margin: 2px 0;
	border: 1px solid #ccc;
	padding: 1px;
    width:210px;
}

.form-veranstaltung input.time {

	margin: 2px 0;
	border: 1px solid #ccc;
	padding: 1px;
	width:96px;
}

.form-veranstaltung textarea{

	margin: 2px 0;
	border: 1px solid #ccc;
	padding: 1px;
    width:430px;
    height:100px;
}
label.required {
	font-weight: bold;
}

.required-note {
	color:#bbb;
	font-size: 9px;
	margin: 5px 0;
}

/**************************** STUFF ***/

/* copy+paste

#div_absolute {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f00;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 5em;
	width: 5em;
}

#div_relative {
	position: relative;
	background-color: #f00;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 5em;
	width: 5em;
}


#navi {
	position:relative;
	top:0px;
	left: 157px;
	height:30px;
	z-index:5;
	width:600px;
	font-weight: bold;
}
#navi ul {
	display: inline;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
#navi ul li {
	display: inline;
	float:left;
}
#navi ul li.active,
#navi ul li:hover {
	background-color: #cbd302;
	color: #003e67;
	text-decoration: none;
}
#navi ul li a 			{ display:block; float:left; height:22px; padding: 8px 25px 0 25px; color: #fff; text-decoration:none; text-transform: uppercase; }
#navi ul li a:hover 	{ color: #003e67; }

#navi ul li.active a,
#navi ul li a:hover {
	color: #003e67;
}


*/






/******************** SAFARI WEICHE *****************/


/****************************************************/


/**
 * Formular - Elemente - Fehler, Warnungen
 */

input.required,  select.required,   textarea.required { border-color: #7CC132; }
input.error,     select.error,      textarea.error    { border-color: red; }
input.warning,   select.warning,    textarea.warning  { border-color: orange; }

/**
 * Formular - Elemente - Focus
 */
input.focus, select.focus, textarea.focus { background-color: #efefef; }



a.print-button {
	color: #7cc132;
	text-decoration: none;
	font-size: 9px;
}

