@charset "utf-8";

html {
	background:#666;
	height: 100%;
}

body {
  background:#666;
  color:#000;
  font: 16px/20px 'TitilliumText22LRegular', Arial, sans-serif;
  position:relative;
  margin: 0;
  border: 0;
  height: 100%;
}
.logo a img {
 border:none;
}
#shadow_col4 > div > div > div {
background:white;
padding: 15px;
}
/* ** ** Common Addative Classes ** ** */
.left, .float_left  { float:left	}
.right, .float_right { float:right	}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}
.clear-left, .clear_left { clear:left; } .clear-right, .clear_right { clear:right; }
.hide  { display:none	} .block {display:block !important;} .inline {display:inline !important;}

.align_right    { text-align:right;	  }
.align_left     { text-align:left;	  }
.align_center   { text-align:center;  }
.align_justify  { text-align:justify; }

.bold {font-weight:600;}
.italic {font-style:italic;}

a {	color:#525252;	text-decoration: none;}
a:hover, a:focus { text-decoration:underline;}
a:active, a:visited { }

blockquote {
		margin:5px 15px 5px 15px; 
		padding:0 10px 10px 10px;
		font-size:1.52em; 
		color:#666; 
		width:100%; 
		quotes:none;
	}
	blockquote.left {border-right:1px dashed #ccc; width:25%; font-size: 18px; font-family:'TitilliumText22LRegular'; font-style: italic; text-align: left; text-indent: -20px;	} /* float blockquote left, and set width */
	blockquote.right {border-left:1px dashed #ccc; width:25%; font-size: 18px; font-family:'TitilliumText22LRegular'; font-style: italic; text-align: left; text-indent: -10px;} /* float blockquote right and set a width */

blockquote p:first-letter {
	font-size: 70px	;
	font-family: 'Niconne', cursive;
	color: #007b00;
	text-shadow: 2px 2px 2px #999;
	line-height: 30px;
}	
blockquote:first-letter {
	font-size: 50px;
	font-family: 'Niconne';
	color: #007b00;
	text-shadow: 2px 2px 2px #999;
	
}
blockquote p {
	margin-left: 60px;
	text-indent: -30px;
/*	color: #007b00; */
	font-size: 24px;
	text-shadow: 10px 10px 10px #999;
	line-height: 30px;
	margin-top: 20px;
	padding-right: 20px;
}
/* ** ** Header Styles ** ** */
h1, h2, h3, h4, h5 {margin:0 0 0.5em; line-height:1.1em;}
h1 {	font-size:2.52em;} 
h2 {	font-size:1.952em;} 
h3 {	font-size:1.652em;} 
h4 {	font-size:1.452em;} 
h5 {	font-size:1.252em;} 
h6 {	font-size:1.52em;}

/* ** ** ul li's ** ** */
ul{
  list-style:outside disc;
}
ul,ol{
  margin:0 0 1.5em 1.5em;
  padding:0;
}
li ul,li ol{
  padding:0;
  margin:0 0 1.5em 1.5em;
}


/* ** ** custom select color ** ** */
::selection {
	background: #525252; /* Safari */
	}
::-moz-selection {
	background: #525252; /* Firefox */
	color:#fff;
}
/* ** ** paragraph styling ** ** */
p {margin: 0; padding: 5px;}
	p img.left {float:left;margin:1.52em 1.52em 1.52em 0;padding:0;}
	p img.right {float:right;margin:1.52em 0 1.52em 1.52em;}

strong   		{	font-weight:600;}
em, dfn  		{	font-style:italic;}
dfn 	 		{   font-weight:600;}
sup, sub 		{   line-height:0;}
abbr, acronym   {	border-bottom:1px dashed #ccc;}
address 		{	margin:0 0 1.5em;font-style:italic;}
del 			{	color:#666;}
pre, code, tt   {	font:1em 'andale mono', 'lucida console', monospace;line-height:1.5; display:block;}
code 			{	background-color:#eee; display:inline; padding:0px 2px 1px 2px; line-height:1.1em;}
pre 			{	margin:1.5em 0;white-space:pre;}


/* alberto's styles */

#crossslide {
    height: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    min-height: 100%;
    position: fixed;
    width: 100%;
}
#top_line {
	background: url("../images/bg_top.png") repeat-x;
	height: 30px;
	width: 100%;
	position: absolute;
	z-index: 2;
}
#top_black {
	position: relative;
	left: -43px;
	z-index: 10;
}

.col_4.left_4 {
	padding: 0;
	margin: 0;
	width: 240px;
	
}
.moduletable_menu {
	text-align: center;
}

/* alberto's styles HAUPTNAV */
#nav {
	margin-top: 140px;
	padding-bottom: 16px;
	background: transparent url("../images/shadow_menu.png") no-repeat;
	background-position: left bottom;	
	padding-bottom: 10px;
	font-size: 18px;
	
}
#nav ul {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;

} 
#nav ul li {
	text-align: center;
	padding: 0;
	position: relative;
	background: url("../images/bg_menu.png") repeat-y;
	
}

#nav ul li.active a {
	
	background: transparent url("../images/menu_hover.png") 11px 0 no-repeat;
	font-size: 18px;
	color: #008400;
	font-family: 'TitilliumText22LMedium';
	position:relative;
	right: 5px;
}

#nav ul li a{
	text-decoration: none;
	font-size: 16px;
	width:100%;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.6em;
	position:relative;
	right: 5px;
	
} 
#nav ul li a:hover{
	background: transparent url("../images/menu_hover.png") 11px 0 no-repeat;
	color: #008400;
	
}

/* alberto's styles SUBNAV  */
#sub_menu {
	position: relative;
	font-family: 'TitilliumText22LMedium';
}

#sub_menu ul.nav.menu.nav-pills {
    position: relative;
    height: 29px;
    width: 421px;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
    overflow: hidden;
}
#sub_menu .nav.menu.nav-pills  li {
    float: left;
    list-style: none;
}
#sub_menu .nav.menu.nav-pills  li.back {
    border-top: 5px solid #007b00;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}
#sub_menu .nav.menu.nav-pills  li a {
    font-size: 17px;
	font-family: 'TitilliumText22LLight';
	text-decoration: none;
    color: #000;
    outline: none;
    text-align: center;
    top: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
}   
#sub_menu .nav.menu.nav-pills  li a:hover, .nav.menu.nav-pills  li a:active, .nav.menu.nav-pills  li a:visited {
    border: none;
	
}                     
#sub_menu ul.nav.menu.nav-pills  li.current a{
	
	color:  #007b00;
	font-family: 'TitilliumText22LMedium';
}
					

header {
	position: absolute;
	z-index: 300;
}
#footer {
    background-attachment: scroll;
    background: url("../images/bg_footer.png") repeat-x;
    background-position: bottom;
	bottom: 0;
	height: 42px;
    left: 0;
    padding-bottom: 5px;
    position: fixed;
    width: 100%;
	text-align: center;
}

#footer .col_16 p{
	padding: 0;
	color:  #999;
	font-size: 12px;
	margin-top: 25px;
}
.col_8.start_content {
	padding: 0;
	margin:0;
	width:470px;
	background: url("../images/bg_start_content.png") repeat-y;
	margin-left: 10px;
	
}
#shadow_content {
	width: 470px;
	margin-left: 0px;
	padding-bottom: 13px;
	background: url("../images/shadow_content.png") no-repeat;
	background-position: bottom;
	margin-top: 40px;
}
#wrapper_front_title {
	
	min-height: 370px;
	font-family: 'TitilliumText22LLight';
	text-align: left;
	padding-top: 30px;
}
#content_folgeseite.start_8 {
	padding:0;
	margin: 20px 25px 20px 20px;
	min-height: 0;
}
#wrapper_front_title blockquote {
	margin:0;
	padding:0;
}
#title_startseite{
	font-weight: normal;
	color: #007e00;
	font-family: 'TitilliumText22LLight';
	padding: 0px 30px 0 30px;
	margin-top: 15px;
}
#shadow_content_12.col_12 {
	font-family: 'TitilliumText22LThin';
	margin-top: 40px;
}
#shadow_content_12.col_12 h2{
	color: #fff;
	font-size: 42px;
	margin: 10px 20px 20px 18px;
}
#shadow_content.col_8 {
	font-family: 'TitilliumText22LThin';
}
#shadow_content.col_8 h2{
	color: #fff;
	font-size: 42px;
	margin: 10px 20px 20px 18px;
}
.col_4.banner {
	padding: 0;
	margin: 116px 0 0 10px;
	width:230px;
/*	background: url("../images/bg_4_banner.png") repeat-y; */
	text-align: center;
}
.col_4.banner p a	 {
	color: #007e00;
	font-family: 'TitilliumText22LMedium';
	text-decoration: none;
}
.col_4.banner p a:hover	 {
	color: #007e00;
	font-family: 'TitilliumText22LBold';
	text-decoration: none;
}
#shadow_col4 {
	width: 230px;
	margin-left: 0px;
	padding-bottom: 10px;
	background: url("../images/shadow_4col.png") no-repeat; 
	background-position: bottom;

}
.follow_content_12 {
	background: url("../images/bg_content.png") repeat-y; 
	background-position: right;
}
#content_folgeseite {
	background: url("../images/bg_content_2.png");
	font-family: Arial, sans-serif;
	line-height: 1.6em;
	color: #666;
	margin: 20px 25px 20px 20px;
	padding: 0px 20px 20px 20px;
	min-height: 450px;
	text-align: justify;
}

/* nur f�r den IE7 */
*+html #shadow_content {
	padding-bottom: 18px;
	background-position: -2px bottom;

} 

.foxcontainerkontakt_form {
	padding-top: 30px;
}

#content_folgeseite img {
	border: 5px solid white;
	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
  margin-bottom: 20px;
}

.ul_arrow {
	position: relative;
	left: -55px;
}
.ul_arrow li {
    background: url("../images/ul_arrow.png") no-repeat scroll 0 13px transparent;
    line-height: 1.2em;
    list-style: none outside none;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 45px;
    padding-top: 10px;
}
.ul_arrow_big_letter{
	position: relative;
	left: -55px;
}
.ul_arrow_big_letter li {
    background: url("../images/ul_arrow.png") no-repeat scroll 0 22px transparent;
    line-height: 1.2em;
    list-style: none outside none;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 45px;
    padding-top: 10px;
}

.ul_arrow_big_letter li:first-letter {
	font-size: 270%;
	font-family: 'Niconne', cursive;
	color: #999;
}
.item-pagekontakt_form{
	display: none;
}

/* tischreservierungsformular */

.pwebcontact_toggler.modal.blue {
    background: #007B00;
	box-shadow: none;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #000000;
}
.pwebcontact_toggler.modal.blue:hover, .pwebcontact_toggler.modal.blue.active {
	background: #007B00;
    box-shadow: none;
}
.pwebcontact_toggler.modal.modal-static .icon {
 /*   background: url("../../images/show-hide.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;*/
	display: none;
}
/* pop up tischreservierung */
form.pwebcontact_form.modal.blue {
    background: none;
    color: black;
}
#sbox-window.pwebContactWindow.blue #sbox-content {
   background: url("../images/bg_content_2.png") scroll 0 0 transparent;
}
/* pop up button */
form.pwebcontact_form.modal.modal-static .pwebcontact_buttons {
    padding: 5px 0 5px 200px;
	
}

form.pwebcontact_form.modal.blue input.button {
    background: -moz-linear-gradient(#007b00, #007b00) repeat scroll 0 0 #007B00;;
    background: #007B00;
	
}
form.pwebcontact_form.modal.blue input.button:hover {
    background: -moz-linear-gradient(#003000, #003000) repeat scroll 0 0 #007B00;
	background: #007B00;
}
form.pwebcontact_form.modal.blue input.inputbox:focus, form.pwebcontact_form.modal.blue select.inputbox:focus, form.pwebcontact_form.modal.blue textarea.inputbox:focus {
    border-color: #007B00 !important;
    box-shadow: 0 0 5px #007B00;
    outline: medium none;
}

.pwebcontact_toggler.modal.modal-static {
    border-radius: 0;
	cursor: pointer;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    padding: 10px 30px 10px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 230px;
	
}
.pwebcontact_toggler.modal.modal-static {
	border-radius: 0;
	padding-left: 0px;
	text-transform: uppercase;
}
form.pwebcontact_form.modal.modal-static .pwebcontact_fields {
    width: 500px;
}
form.pwebcontact_form.modal.modal-static label {
   
    width: 200px;
}
form.pwebcontact_form.modal.modal-static {
    padding: 0 10px 0 50px !important;
}
.foxform input:hover, .foxform textarea:hover, .foxform input:focus, .foxform textarea:focus {
    background-color: #F8FFF4;
    border: 1px solid #C0C0C0;
}
a{
      border:none;
      outline:none;   
}
.pwebcontact_toggler  {
	text-align: center!important;
}
div.contact h2, .jicons-icons, div.control-group:nth-child(1) > div:nth-child(1), .text, #contact-form > fieldset:nth-child(1) > legend:nth-child(1) {display:none;}
