

/* meyer reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, li /*, ul, fieldset, form, label, legend *//*,table, caption, tbody, tfoot, thead, tr, th, td*/ {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background-color:transparent;
    border-collapse:collapse;
    text-align:left;
}
* { font-size:1.1em; }
html { font-size:70%; }
body { font-size:1.1em;}

body {
    background: url(../img/bg.jpg) center top #181209 fixed;
    font-family: myriad, Verdana,sans-serif; 
    color: #581A53; 
    line-height: 1.4em; 
    text-decoration: none; 
    font-weight:normal; 
    text-align: center;
}
.clear {
	clear: both;
}
h1, h2, p {
    margin: 1.4em 0px;
}
h1 {
    clear: left;
    /* font-weight:700; */
    color: #000;
    font-size: 1.3em;
    /* line-height: 1.5em; */
}
h2 {
    font-weight:700;
}

strong {
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
#rockit {
    color: #fff;
    text-align: right;
    padding-right: 12px;
    margin: -2px 0 0;
}
#rockit a {
    font-size: 0.8em;
    color: #fff;
}
ul {
    margin-left:2px;
    padding-left:15px;
}
a {
    text-decoration: none;
    color:#499638;
    font-weight: bold;
}
a:focus, a:hover, a:active {
    color: #000;
}

/* barrierefreie Rahmen um link-bilder ohne Layout-Änderung */
a img, .csc-textpic-image a img {
    border: 0px solid #ECAE3F;
}
a:focus img, a:hover img, a:active img {
	border: 0px solid #fff;
}
/** hidden classes **/
.hidden, .hidden_m {
	position: absolute;
	left: -1000px;
	top: -10000px;
    display:none;
}
.skip, dfn {
	position: absolute;
	left: -1000px;
	top: -10000px;
}

/** Fontsize-Switcher */
#toppanel {
    clear: both;   
    margin: 0px 34px;
    display: block;
        z-index: 200;
}
#fontsize {
    border: 1px solid #fff;
    float: right;
    text-align:center;
    margin: 10px 0px;
    /*   width:9em;*/
}
#fontsize a {
    color: #000;
    text-decoration:none;
    display:block;
    float:left;
    width:1.4em;
    height:1.4em;
    margin: 0em 0.2em;
    border:0.1em solid #000;
    text-align:center;
    font-size:0.8em;
    font-weight: normal;
}
#fontsize a:focus, #fontsize a:hover, #fontsize a:active {
    text-decoration:none;
    color: #fff;
    background-color:#000;
    border:0.1em solid #000;
}
#fontsize a span {
    text-align: center;
    color: #000;
    display:block;
    margin: 0;
    padding: 0;
    line-height:1em;
}
#fontsize a:focus span, #fontsize a:hover span, #fontsize a:active span {
    color:#fff;
}
#fontsize .s, #fontsize a:focus.s, #fontsize a:hover.s  {
    font-size:1em;
    margin-top:0.4em;
    margin-bottom:0.2em;
}
#fontsize .m, #fontsize a:focus.m, #fontsize a:hover.m  {
    font-size:1.2em;
    margin-top:0.2em;
    margin-bottom:0.1em;
}
#fontsize .l, #fontsize a:focus.l, #fontsize a:hover.l  {
    font-size:1.5em;
    margin-top:0em;
    margin-bottom:0em;
    
}

/** DIVS **/
div.maincontainer {
    position: relative;
    width: 873px;
    margin: 0 auto; 
    height:100%;
    background-color:transparent;
}
#header {
	width:100%;
    display: block;
    position: absolute; top: -20px; left: 8px;
    
}

#inhaltscontainer {
    clear: both;
    display:block;
    background-color:#fff;
    border: 1px solid #fff;
    /* position: relative; top: -4px; left: 0px; */
}
#roundbegin, #roundend {
    width: 100%;
    clear: both;
    display:block;
    background-color:#fff;
    /* position: relative; top: -4px; left: 0px; */
    background: url(../img/round_begin_end.gif) bottom left;
    height: 15px;
}
#roundbegin {
    margin:-5px 0 0;
}
#roundend {
    position: relative; top: -4px; left: 0px;
    background: url(../img/round_begin_end.gif) top left;
}
#inhalt1 {
    clear: both;
    margin:20px 34px;    
}
#googlemap {
    float: right;
}

/** Footer **/
#footer {
    clear: both;
    display: block;
    padding-top: 20px;
    background-color: #fff;
}
#footer p, #menu3 {
    width: 30%;
    display: block;
    float: left;
    margin: 0px 34px 10px;
    font-size: 0.7em;
}
/** Fotogalerie*/
#footer .csc-textpic-imagecolumn {
    margin-right: -1px;
}
#footer a img, #footer .csc-textpic-image a img {
    border: none;
    margin-right: -4px;
}
dl.csc-textpic-image, dl.csc-textpic-image dt {
    padding:0;
    margin: 0;
}
#footer a:focus img, #footer a:hover img, a:active img {
	border: none;
}
#footer h1 {
    display: none;
}
#footer div.csc-textpic {
    margin: 10px 34px;
    height: 60px;
}
img.at, a:focus img.at, a:hover img.at, a:active img.at {
    position: relative; 
    top: 2px; 
    left: 0px;
    border: none;
}

/** Sprachwahl */

div.tx-srlanguagemenu-pi1 {
    float: left;
    display: none;
    visibility: hidden;
    width: 160px; 
    margin: 10px 34px; 
    padding: 0;
    border: 1px solid #fff;
}
 * html div.tx-srlanguagemenu-pi1 {  
  /* CSS-Hack für IE6 und kleiner */ 
      margin: 10px 16px; 
 }
div.tx-srlanguagemenu-pi1 a img {
    border: none;
}
.tx-srlanguagemenu-pi1 .CUR, .tx-srlanguagemenu-pi1 .NO {
    /* display:block; */
    display: none;
    float: left;
    margin: 0; 
    padding: 0;
    width: 35px;
    height: 10px;
}
.tx-srlanguagemenu-pi1 .INACT {
    display:none;
}
.tx-srlanguagemenu-pi1 a {
    border: none;
    padding: 0;
    margin: 0;
}

/** CSS Switcher */
#csswitcher {
    position: relative; 
    top: 0px; 
    left: 0px;
    padding-right:3px;
    display:none;
}
#csswitcher ul, #csswitcher ul li {
    margin: 0; 
    padding: 0;
    display: inline;
} 

a.skip:focus, a.skip:hover, a.skip:active  {
    padding:3px;
	position: absolute;
	left: 2px;
	top: 5px;
    background-color: #fffbd1;
    color: rgb(90,28,20);
    border: 1px solid rgb(90,28,20);
    text-decoration:underline;
}

/** barrierefreies menu1:*/
#menu1 {
    margin: 5px 34px 0px; 
    z-index: 10;
}
#m1ul, #m1ul * {
	margin:			0;
	padding:		0;
	list-style:		none;
    text-align: center;
}
#m1ul ul {
	position:		absolute;
	top:			-999em;
}
#m1ul ul li {
	width:			100%;
}
#m1ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
    z-index: 10;
}
#m1ul li {
	float:			left;
	position:		relative;
}
#m1ul a {
	display:		block;
	position:		relative;
}
#m1ul li:hover ul,
#m1ul li.sfHover ul {
	left:			0;
	top:			1.2em; /* match top ul list item height */
	z-index:		99;
}
#m1ul li:hover li ul,
#m1ul li.sfHover li ul {
	top:			-999em;
}
#m1ul li li:hover ul,
#m1ul li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
#m1ul li li:hover li ul,
#m1ul li li.sfHover li ul {
	top:			-999em;
}
#m1ul li li li:hover ul,
#m1ul li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/* DEMO SKIN ***/

#m1ul ul {
    padding-top: 2px;
    background-color: rgb(195,254,201); /* #9FF0A7; */
    width: 126px;
}
#m1ul li:hover, #m1ul li.sfHover,
#m1ul a:focus, #m1ul a:hover, #m1ul a:active {
    color:          #ffffff;
    border: none;
}
/* arrows **/
#m1ul a.sf-with-ul {
	padding-right: 	0em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			0px;
	height:			0px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		transparent; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}


/* ESSENTIAL STYLES ***/

#m1ul li {
	float:			left;
    position: relative;
}
#m1ul a {
    color: #fff;
	display:		block;
	position:		relative;
    border: none;
    width: 126px;
    height:18px;
	text-decoration: none;
    font-size: 0.8em;
    line-height: 1.7em;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    background-color: #5E874A; 
    /* url(../img/button_off.png) center center no-repeat; */
}
#m1ul a:focus, #m1ul a:hover, #m1ul a:active {
    color: #fff;
    background-color: #5DAF49;
    /* background-image: url(../img/button_on.png); */
}
/*Aktiver Menüpunkt:*/
#m1ul span.current a, #m1ul li.current > a  {
        background-color: #5DAF49;
    /* background-image: url(../img/button_on.png); */
}
#m1ul ul li a {
    background: none;
    background-color:#99D686;
    font-size: 0.7em;
}

#a1, #a2, #a3, #a4, #a5 {
    margin-right: 9px;
}


/** barrierefreies menu3:*/
#menu3 {/* siehe #footer p */
    width: 15%; 
    margin-left: 0px;
}
#menu3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display:block;
}
#menu3 li { 
    display: block;
}
#menu3 a, #menu3 a:link, #menu3 a:visited {
    border: none;
}
#menu3 ul a:focus, #menu3 ul a:hover {
    color: rgb(90,28,20);
}

/** Powermail-Formular deutsch:*/
.tx-powermail-pi1 { 
    width: 390px;
}
.tx-powermail-pi1_fieldset {
    float: left;
    width: 390px;
    border: 0px;
    margin: 0px 0px 0px 0px;
    padding:0;
}

.tx-powermail-pi1_fieldset legend {
    margin: 0px;
    padding: 10px 0px 1em;
}
.tx-powermail-pi1_fieldset label, .tx-powermail-pi1_fieldset input, .tx-powermail-pi1_fieldset textarea {
    display:block;
    width:200px;
}
.tx-powermail-pi1_fieldset label {
    margin: 6px 0px 4px;
}
.tx-powermail-pi1_fieldset input, .tx-powermail-pi1_fieldset textarea {
    background-color:#FFF;
}
.tx-powermail-pi1_fieldset textarea {
    resize:none;
    height: 50px;
}
.powermail_all_td {
    font-size: 0.8em;
}
#anfrage {
    font-size: 0.8em;
}
/*input.powermail_submit {
    display:block;
    font-size:1em;
    border:none;
    width:107px;
    height:106px;
    background-color:transparent;
    background-image:url('../img/absenden_off.gif');
    position: relative; 
    top: 0px; 
    left: 0px;
    color:rgb(90,28,20);
    cursor: pointer;
}*/
input.powermail_submit:hover {
    font-weight: bold;
}
div.powermail_mandatory_js { color: red; }

/** Speisekarten Easy Slider */
#kartennav {position: relative; top: 0px; left: 0px;height:30px;}
#slider {margin:0px 0px 20px;}
#slider ul, #slider li{
    margin:0;
    padding:0;
    list-style:none;
}
#slider, #slider li{ 
    /* 
    define width and height of container element and list item (slide)
    list items must be the same size as the slider area
    */ 
    width: 460px;
    height: 650px;
    overflow: hidden; 
}
#slider a img {
    border: none;
}
span#prevBtn{}
span#nextBtn{}	
#prev {
    position: absolute;
    top: 0px;
    left: 225px;
}
#next {
    position: absolute; 
    top: 0px; 
    left: 250px;
}


/** tt_news */
div.news-list-item, div.news-list-item img {
    margin-bottom: 1em;
}

div.news-list-item hr.clearer {
    clear: both;
}
div.news-list-item h3 {
    clear: both;
    width:98%;
        height: 1.5em;
    background: #6DC360;
/*    display: block;*/
    padding: 0.5em 1%;
}
span.news-list-date {
    text-align: right;
    float: right;
    /*font-size: 0.8em;*/
}
span.news-list-head {
    text-align: left;
    float: left;
}
div.news-list-item a h3, div.news-list-item a h3 span  {
    color: #fff;
}
div.news-list-item p {
    clear: left;
    margin-left: 0.5em;
}
div.news-list-item hr.clearer {
     height: 0px;
     display: none;
}
div.news-list-item img {
    float: right; 
    display: block;
    border: none;
}
/** Guestbook */
.tx-veguestbook-pi1 {
    float:left;
}
.tx-guestbook-left p, .tx-guestbook-right p {
    margin: 0;
}
.tx-veguestbook-pi1 h2.tx-guestbook-header {
    background:#6DC360 none repeat scroll 0 0;
    width:35em;
}
.tx-veguestbook-pi1 .tx-guestbook-left {
    width: 12em;
}
.tx-veguestbook-pi1 .tx-guestbook-right {
    background:#FFFFFF none repeat scroll 0 0;
    float:left;
    padding:1em;
    width:21em;
}

div.tx-powermail-pi1 {
    width: 400px;
    
}
fieldset.tx-powermail-pi1_fieldset {
    width: 380px;
}
fieldset.tx-powermail-pi1_fieldset label {
    width: 110px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset input.powermail_date,
fieldset.tx-powermail-pi1_fieldset input.powermail_datetime,
fieldset.tx-powermail-pi1_fieldset textarea,
fieldset.tx-powermail-pi1_fieldset select, 
fieldset.tx-powermail-pi1_fieldset input.powermail_captcha {
    width: 250px;
}
div.fieldsets {
    clear: none;
}
#c619 {
    clear: both;
    width: 400px;
    float: left;
}
#c683 {
    width: 400px;
    float: right;
}
#c686 {
        width: 400px;
    float: right;
}
.news-single-img {
    width: 300px;
    float: right;
}


/* meyer reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, li /*, ul, fieldset, form, label, legend *//*,table, caption, tbody, tfoot, thead, tr, th, td*/ {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background-color:transparent;
    border-collapse:collapse;
    text-align:left;
}
* { font-size:1.1em; }
html { font-size:70%; }
body { font-size:1.1em;}

body {
    font-family: myriad, Verdana,sans-serif; 
    color: #581A53; 
    line-height: 1.4em; 
    text-decoration: none; 
    font-weight:normal; 
    text-align: center;
}
h1, h2, p {
    margin: 1.4em 0px;
}
h1 {
    clear: left;
    /* font-weight:700; */
    color: #000;
    font-size: 1.3em;
    /* line-height: 1.5em; */
}
h2 {
    font-weight:700;
}

strong {
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
ul {
    margin-left:2px;
    padding-left:15px;
}
a {
    text-decoration: none;
    color:#499638;
    font-weight: bold;
}
a:focus, a:hover, a:active {
    color: #000;
}

/* barrierefreie Rahmen um link-bilder ohne Layout-Änderung */
a img, .csc-textpic-image a img {
    border: 0px solid #ECAE3F;
}
a:focus img, a:hover img, a:active img {
	border: 0px solid #fff;
}

/** Zitat */
blockquote {
    padding: 0;
    width: 380px;
    margin: 0 5px 10px 0;
    float: left;
    display: block;
}
blockquote h1, blockquote p {
    margin: 1em 2em;
}
em {
    float: right;
}
.Preis {
    float: right;
}


/*html, body {
	height: 100%;
}*/

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #4E9841;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: 100%;
    /*expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');*/
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancy/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../img/fancy/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../img/fancy/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fancy/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fancy/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancy/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../img/fancy/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancy/fancy_title_right.png) repeat-x;
}
