*  { padding: 0; margin: 0; }
img {	border: none;}
html { 
height: 101%;
overflow-x: hidden; /*avoids horizontal scrollbar*/

} /* erzwingt Scrollbar im Firefox */


a:focus {
outline: none; /*hides the outline on focus */
}

body {
	font: 1em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #685C54;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.center {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.oneColLiqCtrHdr #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

#header {
	background-image: url(../images/header_background.gif) ;
	background-repeat: repeat-x;
	border-bottom:4px solid #5D2239;
	height: 150px;
	
	/*necessary for the dropdown */
	position: relative;
	z-index: 10; 
}

.fixedInnerContainer {
   position: relative;
	background-image: url(../images/header_background.gif) ;
	background-repeat: repeat-x;
	width: 1024px;
	height: 130px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}

/* METANAVIGATION START */
#meta {
	font-size: 0.75em;
	color: #fff;
	float: right;
	margin-right: 74px;
	padding-top: 6px;
}

#meta a{
	text-decoration: none;
	color: #fff;
	margin-left: 8px;
	margin-right: 8px;
}

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

a#metaActive {
text-decoration: underline;
}
/* METANAVIGATION END */

#logo {
	margin-left: 5px;
	width: 245px;
	height: 101px;
}

/* NAVIGATION START */
#navigation {
position: absolute;
left: 150px; /*210 vor Aktionen */
top: 119px;
text-align: left;
padding: 0px;
margin: 0;
color: #fff;
}

#navigation li#preNavigation {
   position: relative;
	height:35px;
	width:46px;
	background-image: url(../images/navi_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
}

#navigation li#postNavigation {
   position: relative;
	width:51px; 
	height:35px;
	background-image: url(../images/navi_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}

#navigation ul {
margin: 0;
}

#navigation li {
font-size: 0.81em;
float: left;
width: auto;
list-style: none;
margin: 0;
background-color: #5d2239;
z-index: 1;
}

#navigation li a { 
color:#fff;
text-decoration:none;
display: block;
padding: 9px 12px 8px 8px;
background-image: url(../images/navigationDivider.jpg);
background-position: right;
background-repeat: no-repeat;
}

#navigation li:hover{
background-image: url(../images/hover.jpg);
background-repeat: repeat-x;
}

#navigation li#active { 
background-image: url(../images/hover.jpg);
background-repeat: repeat-x;
}

#navigation li#active li a{ 
background-image: none;
}

#navigation li ul {
position: absolute;
left: -9999px;
top: -9999px;
display: inline;
width: 0;
height: 0;
background-color: transparent;
font-size: 1em;
}

#navigation li:hover ul {
left: auto;
top: auto;
display: block;
width: auto;
height: auto;
/*padding-top: 2px;*/
margin-left: -1px;
z-index: 990;
}

#navigation li li {
clear: both; 
padding-left: 0px;
padding-right: 0;
padding-top: 2px;
padding-bottom: 2px;
font-size: 1em;
background-image: none;
}

#navigation li li:hover{
background-image: url(../images/hover.jpg);
background-repeat: repeat-x;
}

#navigation li li a { 
color:#fff;
text-decoration:none;
display: block;
background-image: none;
}

#navigation li.last, #navigation li.last a{
background-image: none;
}



#navigation li li a{
width: 16em;
}


/* NAVIGATION END */

#mainContent {
background-color: #fff;
z-index: -1;
}

#innerContentWrapper {
background-color:#685C54;
z-index: -1;
}

#imageWrapper {
width:1340px; /* centers the picture in relation to the negative margin-left:-40px in #impressioImage */
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
z-index: -1;
}

#impressionImage {
position: relative;
margin-left: -100px; /*moves transparent shadow out of viewport when minimizing screen*/
}

#maskLeft{
position: absolute;
left:-15px;
background-image: url(../images/mask_left.png);
background-repeat: no-repeat;
width: 126px;
height: 240px;
}

#maskRight{
position: absolute;
left:1354px;
background-image: url(../images/mask_right.png);
background-repeat: no-repeat;
width: 126px;
height: 240px;
}

#monoSlideshow {
	display: inline;
}

#claim{
background-image: url(../images/claim.gif);
background-repeat: repeat-x;
height: 65px;	
width: auto;
}

#claim img {
margin-left: 130px;
}

#content {
	position: relative;
   width: 1024px;
	background-color: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#contentLeft {
	float: left;
	width: 620px;
}

#contentLeft p{
color: #77818c;
font-size: 0.81em;
line-height: 1.3em;
margin-bottom: 20px;
margin-left: 12px;
}

#contentLeft p.link a{
padding-left: 10px;
line-height: 0.81em;
color: #5D2239;
text-decoration: none;
}

#contentLeft p.link a:hover{
text-decoration: underline;
}

.headContentLeft {
color: #5D2239;
font-size: 1.75em;
font-weight: normal;
padding-top: 35px;
padding-bottom: 12px;
}

.headContentLeft img{
margin-left: 12px;
}


#contentRight {
margin-top: 40px;
float:left;
}
 
  
/*subsites*/
#subnavigationLeft {
float: left;
width: 160px;
height: auto;
margin-top: 65px;
list-style-type: none;
list-style: none;
margin-left: 20px;
font-size: 0.81em;
}

#subnavigationLeft ul{
color: #77818c;
}

#subnavigationLeft ul li{
list-style-image: url(../images/arrow.gif);
margin-bottom: 1em;

}

#subnavigationLeft a{
display: block;
color: #5D2239;
text-decoration: none;
line-height: 1.3em;
}

#subnavigationLeft a:hover{
color: #5D2239;
text-decoration: underline;
}

#subnavigationLeft li#activeSub a{
color: #5D2239;
text-decoration: underline;
}


#subContentMiddle {
float: left;
margin-left: 25px;
width: 461px;
height: auto;
}

#subContentMiddle p{
color: #77818c;
font-size: 0.81em;
line-height: 1.3em;
margin-bottom: 20px;
margin-left: 12px;
}

#subContentMiddle ul{
margin: 12px;
margin-bottom: 25px;
color: #77818c;
font-size: 0.81em;
}

#subContentMiddle ul li{
list-style-image: none;
list-style: none;
line-height: 2.11em;
}

#subContentMiddle a{
color: #5D2239;
text-decoration: none;
}

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

#subContentImage {
margin-top: 65px;
float:left;
margin-left: 25px;
width: 272px;
}
 

#teaser {
   width: 1024px;
	height: 190px;
	background-color: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:35px;
}

#teaserLeft {
	margin-left: 53px;
	float: left;
	width: 300px;
	height:190px;
	}

#teaserMiddle {
	float: left;
	width: 300px;
	height:190px;
	margin-left: 30px;
}

#teaserRight {
	float: left;
	width: 330px;
	height:190px;
}

.homeTeaserHeadLeft {
color: #5D2239;
text-align: left;
font-size: 1.75em;
font-weight: normal;
margin-bottom: 10px;
margin-left: -30px;  //75px 
}

.homeTeaserHeadMiddle {
color: #5D2239;
text-align: left;
font-size: 1.75em;
font-weight: normal;
margin-bottom: 10px;
margin-left: -30px;  //65 px
}

.homeTeaserHeadRight {
color: #5D2239;
text-align: left;
font-size: 1.75em;
font-weight: normal;
margin-bottom: 10px;
}


.homeTeaserImage {
float: left;
width: auto;
height: auto;	
}

.homeTeaserText {
color:#77818c;
float: left;
margin-left: 12px;
font-size: 0.75em;
line-height: 1.3em;
width: 175px;
height: auto;
}



.homeTeaserText .more {
margin-top: 0.44em;
line-height: 1em;
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
}

.homeTeaserText .more a{
margin-left: 12px;
text-decoration: none;
color: #5D2239;
}

.homeTeaserText .more a:hover{
text-decoration: underline;
}

#footer { 
background-image: url(../images/footer_background.jpg);
background-repeat: repeat-x;
height: 95px;
} 

#footer p {
	color:#8a786d;
	font-size: 0.69em;
	margin-top: 16px;
	margin-left: 25px;
	margin-right: 25px;
}


.left {
padding-top: 5px;
float: left;
} 

.right {
float: right;
}

p.link{
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
margin-top: 20px;
}

ul.unorderedList {
margin-top: 0;
margin-left: 1.3em;
}

ul.unorderedList li {
color: #77818c;
margin: 0px;
padding: 0;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	color: #77818c;
   margin-left: 12px;
}



/*TYPO3 Styling*/

.homeTeaserText p a.internal-link {
	display: block;
	text-decoration: none;
	color: #5D2239;
	background-image:url(../images/arrow.gif);
   background-repeat:no-repeat;
   line-height:1em;
   margin-top:0.44em;
	padding-left: 10px;
}

.homeTeaserText p a.internal-link:hover {
	display: block;
	text-decoration: underline;
	color: #5D2239;
	background-image:url(../images/arrow.gif);
   background-repeat:no-repeat;
   line-height:1em;
   margin-top:0.44em;
	padding-left: 10px;
}

.important {
color: #5D2239; !important;
}

#reservierung, #reservierung p {
margin-left: 8px;
margin-bottom: 20px;
}

#opentable {
margin-left: 228px;
}



/* Seite Aktionen */

.imageAndText {
margin-top: 34px;
}

.subsiteImageLeft {
float:left;
margin-top:4px;
}

.subsiteTextPictureLeft {
float:left;
width: 279px;
margin-left: 20px;
}


.subsiteTextLeft {
margin:0 !important;
padding:0 !important;
}

.subsiteTextLeft .indent .p {
margin-top:0 !important;
margin-left:8px !important;
margin-right:0 !important;
margin-bottom:0 !important;
padding:0 !important;
}

.subsiteTextPictureLeft p {
margin:0 !important;
padding:0 !important;
}
.subsiteTextPictureLeft h3 {
color: #5D2239;
font-size:14px;
font-weight:bold;
margin:0;
padding:0;
}

#sidebar {
float:right;
margin-left:40;
margin-top:70px;
}

#subContentImage3Col {
}


.subsiteTextLeft h3 {
color: #5D2239;
font-size:14px;
font-weight:bold;
margin:0;
padding:0;
margin-left:12px;
}

.subsiteTextLeft ul {
margin-left: 40px !important;
} 

