@charset "utf-8";

/*--------------------------------------------------------------*/
/*--------------------[ CSS Document reset ]--------------------*/
/*--------------------------------------------------------------*/
html[xmlns^="http"] { 
	overflow-y: scroll;
}
* {
	margin: 0;
	padding:0;
	outline:none;
}

/*--------------------------------------------------------------*/
/*-------------[ global tags, selectors, classes ]--------------*/
/*--------------------------------------------------------------*/

html, body {
	height:100%;
	min-width:970px;
}

html {
	background:#fdfdfc url(../images/bg-html.jpg) center top repeat-x;
}

body {
	background:url(../images/bg-body.jpg) center 0 no-repeat;
	font:13px/22px Georgia, "Times New Roman", Times, serif;
	color:#333333;
}

/*--------------------------------------------------------------
	gloabal => typography
--------------------------------------------------------------*/
p {
	margin:0 0 20px 0;
}

textarea {
	overflow:auto;
}

a {
	text-decoration:underline;
	color:#333333;
}

a:hover {
	text-decoration:none;
	color:#a9584f
}

.highlight {
	font-style:italic;
}

ul {
	list-style:none;
}

/*--------------------------------------------------------------
	gloabal => positioning
--------------------------------------------------------------*/

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.indent {
	text-indent:-9999px;
	font-size:0.001px;
	line-height:0.001px;
}

/*--------------------------------------------------------------
	gloabal => images
--------------------------------------------------------------*/
img.floatLeft {
	float:left;
	margin:0 10px 0 0;
}

img.border {
	border:2px solid #e1c0bc;
	margin-right:3px;
}

/*--------------------------------------------------------------*/
/*-------------------------[ =container ]-----------------------*/
/*--------------------------------------------------------------*/

#container {
	min-height:100%;
	height:auto !important;
	height:100%;
	width:970px;
	margin: 0 auto -73px;
	background:url(../images/bg-container.jpg) 0 0 repeat-y;
}

/*--------------------------------------------------------------*/
/*---------------------------[ =header ]------------------------*/
/*--------------------------------------------------------------*/

#header {
	width:970px;
	height:354px;
	background:url(../images/bg-header.jpg) 0 0 no-repeat;
	position:relative;
}

#header img.headImg {
	position:absolute;
	top:25px;
	left:309px;
}

/*--------------------------------------------------------------
	header => branding
--------------------------------------------------------------*/
#header h1.branding a {
	position:absolute;
	display:block;
	width:258px;
	height:177px;
	top:83px;
	left:35px;
	overflow:hidden;
}

#header h1.branding img {
	border:none;
}

#header h1 span {
	display:block;
	text-indent:-9999px;
}

#header h1.branding a:hover {
	text-decoration:none;
}

/*--------------------------------------------------------------
	header => naviAdd
--------------------------------------------------------------*/

#header ul#naviAdd {
	list-style-type:none;
	width:310px;
	height:30px;
	position:absolute;
	top:2px;
	left:615px;
	*left:600px;
}

#header ul.english {
	left:745px!important;
	*left:735px!important;
	width:210px!important;
}


* html #header ul#naviAdd {
	left:600px;
}

#header ul#naviAdd li {
	float:left;
	color:#e5cfc5;
	line-height:18px;
}

#header ul#naviAdd li.line {
	width:11px;
	text-align:center;
}

#header ul#naviAdd li a {
	font-family:Tahoma, Arial, "MS Serif";
	font-size:11px;
	text-transform:uppercase;
	color:#e5cfc5;
	text-decoration:none;
	letter-spacing:0.04em;
}

#header ul#naviAdd li a:hover {
	text-decoration:underline;
}

/*--------------------------------------------------------------
	header => naviLanguage
--------------------------------------------------------------*/
#header ul#naviLanguage {
	width:48px;
	height:11px;
	top:6px;
	left:915px;
	overflow:hidden;
	position:absolute;
}

#header ul#naviLanguage li {
	width:16px;
	height:11px;
	overflow:hidden;
	float:left;
	padding:0 8px 0 0;
}

#header ul#naviLanguage li a {
	display:block;
	width:16px;
	height:11px;
	overflow:hidden;
	text-indent:-9999px;
}

/*--------------------------------------------------------------
	header => navigation
--------------------------------------------------------------*/
#header #navigation {
	width:960px;
	height:44px;
	position:absolute;
	top:310px;
	left:5px;
}

#header #navigation li {
	height:44px;
	overflow:hidden;
	padding:0 1px 0 0;
	float:left;
}

#header #navigation li a {
	display:block;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/bg-navigation.jpg) -9999px 0 no-repeat;
}

#header #navigation li a.Willkommen {
	width:147px;
}

#header #navigation li a.Willkommen:hover {
	background-position:0 0;
}

#header #navigation li a.ueber-uns {
	width:112px;
}

#header #navigation li a.ueber-uns:hover {
	background-position:-148px 0;
}

#header #navigation li a.Zimmer {
	width:100px;
}

#header #navigation li a.Zimmer:hover {
	background-position:-261px 0;
}

#header #navigation li a.EventsArrangements {
	width:240px;
}

#header #navigation li a.EventsArrangements:hover {
	background-position:-362px 0;
}

#header #navigation li a.Speisekarte {
	width:134px;
}

#header #navigation li a.Speisekarte:hover {
	background-position:-603px 0;
}

#header #navigation li a.Kontakt {
	width:111px;
}

#header #navigation li a.Kontakt:hover {
	background-position:-738px 0;
}

#header #navigation li a.Anfahrt {
	width:108px;
}

#header #navigation li a.Anfahrt:hover {
	background-position:-850px 0;
}

/*--------------------------------------------------------------
	header => navigation-en
--------------------------------------------------------------*/
#header #navigation-en {
	width:960px;
	height:44px;
	position:absolute;
	top:310px;
	left:5px;
	background:url(../images/bg-navigation-en.jpg) 0 0 no-repeat;
}

#header #navigation-en li {
	height:44px;
	overflow:hidden;
	padding:0 1px 0 0;
	float:left;
}

#header #navigation-en li a {
	display:block;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/bg-navigation-en.jpg) 0 0 no-repeat;
}

#header #navigation-en li a.Welcome {
	width:119px;
}

#header #navigation-en li a.Welcome:hover {
	background-position:0 -44px;
}

#header #navigation-en li a.About-us {
	width:117px;
	background-position:-120px 0;
}

#header #navigation-en li a.About-us:hover {
	background-position:-120px -44px;
}

#header #navigation-en li a.Accomodation {
	width:170px;
	background-position:-238px 0;
}

#header #navigation-en li a.Accomodation:hover {
	background-position:-238px -44px;
}

#header #navigation-en li a.EventsArrangements {
	width:245px;
	background-position:-409px 0;
}

#header #navigation-en li a.EventsArrangements:hover {
	background-position:-409px -44px;
}

#header #navigation-en li a.Menu {
	width:88px;
	background-position:-655px 0;
}

#header #navigation-en li a.Menu:hover {
	background-position:-655px -44px;
}

#header #navigation-en li a.Contant {
	width:118px;
	background-position:-744px 0;
}

#header #navigation-en li a.Contant:hover {
	background-position:-744px -44px;
}

#header #navigation-en li a.Travel {
	width:95px;
	background-position:-863px 0;
}

#header #navigation-en li a.Travel:hover {
	background-position:-863px -44px;
}


/*--------------------------------------------------------------*/
/*----------------[ =contentContainer ]-------------------------*/
/*--------------------------------------------------------------*/
#contentContainer {
	width:970px;
	min-height:403px;
	background:url(../images/bg-content-container.jpg) 0 0 no-repeat;
}

* html #contentContainer {
	height:403px;
}

/*--------------------------------------------------------------
	contentContainer => contentSidebar
--------------------------------------------------------------*/
#contentSidebar {
	width:280px;
	float:left;
	padding:191px 0 20px 29px;
}

#contentSidebar p{
	color:#ab5950;
	font-size:12px;
	text-align:center;
	padding-right:48px;

}

/*-------------------------------------------------------------
	contentSidebar => naviSpeisekarte
-------------------------------------------------------------*/
#naviSpeisekarte {
	width:181px;
	height:220px;
	padding:0 0 0 29px;
	background:url(../images/bg-navi-sidebar.jpg) 29px 8px no-repeat;
}

#naviSpeisekarte ul {
	width:181px;
}

#naviSpeisekarte ul li {
	width:181px;
	text-align:center;
	line-height:27px;
}

#naviSpeisekarte ul li a {
	color:#ab5950;
	font-size:12px;
	padding:3px;
	text-decoration:none;
}

#naviSpeisekarte ul li a:hover {
	color:#333333;
}

#naviSpeisekarte ul li.active a, #naviSpeisekarte ul li.active a:hover {
	background:#ece1db;
	color:#ab5950;
	padding:3px;
}

/*-------------------------------------------------------------
	contentSidebar => navi-menu
-------------------------------------------------------------*/
#navi-menu {
	width:181px;
	height:210px;
	padding:0 0 0 29px;
	background:url(../images/bg-navi-sidebar-en.jpg) 29px 8px no-repeat;
}

#navi-menu ul {
	width:181px;
}

#navi-menu ul li {
	width:181px;
	text-align:center;
	line-height:27px;
}

#navi-menu ul li a {
	color:#ab5950;
	font-size:12px;
	padding:3px;
	text-decoration:none;
}

#navi-menu ul li a:hover {
	color:#333333;
}

#navi-menu ul li.active a, #navi-menu ul li.active a:hover {
	background:#ece1db;
	color:#ab5950;
	padding:3px;
}

/*-------------------------------------------------------------
	contentSidebar => easyslide
-------------------------------------------------------------*/
#contentSidebar #easyslide {
	width:228px;
	padding:83px 0 0 17px;
	*padding:90px 0 0 17px;
	background:url(../images/bg-easyslide.jpg) 0 0 no-repeat;
}

#contentSidebar #easyslide h3 {
	height:10px
}

#contentSidebar .englisch {
	background:url(../images/bg-easyslide-en.jpg) 0 0 no-repeat!important;
}

#contentSidebar #easyslide #imgBox {
	width:206px;
	height:138px;
	overflow:hidden;
	position:relative;
}

#contentSidebar #easyslide #imgBox img {
	position:absolute;
	top:0;
	left:0;
}

#contentSidebar #easyslide ul.naviImg li {
	float:left;
}

#contentSidebar #easyslide ul.naviImg li a {
	font-size:11PX;
	color:#a8574e;
	text-decoration:none;
}

#contentSidebar #easyslide ul.naviImg li a#prev2 {
	margin:0 103px 0 0;
}

/*--------------------------------------------------------------
	contentContainer => contentMain
--------------------------------------------------------------*/
#contentMain {
	width:576px;
	float:left;
	padding:40px 80px 20px 0;
	_padding:40px 20px 20px 0;	
}

#contentMain .separator {
	background: #efeae3;
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	height: 2px;
	margin: 20px 0 15px 0;
	padding: 0;
}

#contentMain ul {
	list-style:	square;
	padding-left:15px;
}

#contentMain li {
	padding: 0 0 5px 10px;

}


#contentMain h3, h4 {
	font-size:16px;
	font-weight:normal;
	padding-bottom:10px;
	color:#aa5950;
}

#contentMain p span.color {
	font-size:18px;
	color:#a9584f;
}

#contentMain p a.vcard {
	display:block;
	width:250px;
	height:30px;
	text-indent:-9999px;
	background:url(../images/vcard.png) 0 0 no-repeat;
}

#contentMain .cmsLinks {
	width:270px;
	margin:0 15px 15px 0;
}

#contentMain .cmsLinks img {
	margin:0 0 15px 0;
}

#contentMain .cmsSpeisekarte p.cmsParagraph:first-letter {
	font-size:18px;
	color:#a9584f;
}

#contentMain .cmsSpeisekarte p.cmsParagraph {
	margin:0 170px 0 0;
}

#contentMain .cmsSpeisekarte {
	width:570px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	background:url(../images/bg-cms-speisekarte.jpg) 0 bottom no-repeat;
}

#contentMain .cmsSpeisekarte p.prise {
	float:right;
	position:relative;
	top:-10px;
}

#contentMain .maps {
	border:2px solid #e1c0bc;
}

/*--------------------------------------------------------------
	contentMain => headline
--------------------------------------------------------------*/
#contentMain h2 {
	display:block;
	width:588px;
	height:50px;
	text-indent:-9999px;
	margin:0 0 21px 0;
}

#contentMain h2#h2Willkommen {
	height:70px;
	background:url(../images/h2/bg-willkommen.jpg) 0 0 no-repeat;
}
#contentMain h2#h2Welcome {
	height:70px;
	background:url(../images/h2/bg-welcome.jpg) 0 0 no-repeat;
}

#contentMain h2#h2ueberuns {
	background:url(../images/h2/bg-ueber-uns.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Zimmer {
	background:url(../images/h2/bg-zimmer.jpg) 0 0 no-repeat;
}


#contentMain h2#h2EventsArrangements {
	background:url(../images/h2/bg-events-arrangements.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Terrassenfest {
	height:70px;
	background:url(../images/h2/bg-terrassenfest.jpg) 0 0 no-repeat;
}

#contentMain h2#h2ItalienischeNacht {
	height:70px;
	background:url(../images/h2/bg-italienische-nacht.jpg) 0 0 no-repeat;
}

#contentMain h2#h2GeburtstagSpanferkelfest {
	height:70px;
	background:url(../images/h2/bg-geburtstag-spanferkelfest.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Speisekarte {
	background:url(../images/h2/bg-speisekarte.jpg) 0 0 no-repeat;
}

#contentMain h2#h2vorspeisen-salate {
	height:70px;
	background:url(../images/h2/bg-vorspeisen-salate.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Suppen {
	height:70px;
	background:url(../images/h2/bg-suppen.jpg) 0 0 no-repeat;
}
#contentMain h2#h2Soups {
	height:70px;
	background:url(../images/h2/bg-soups.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Fischgerichte {
	height:70px;
	background:url(../images/h2/bg-fischgerichte.jpg) 0 0 no-repeat;
}
#contentMain h2#h2Fleischgerichte {
	height:70px;
	background:url(../images/h2/bg-fleischgerichte.jpg) 0 0 no-repeat;
}

#contentMain h2#h2PastaVegetarisches {
	height:70px;
	background:url(../images/h2/bg-pasta-vegetarisches.jpg) 0 0 no-repeat;
}

#contentMain h2#h2BuntGemischtes {
	height:70px;
	background:url(../images/h2/bg-bunt-gemischtes.jpg) 0 0 no-repeat;
}

#contentMain h2#h2fuer-unsere-kleinen-gaeste {
	height:70px;
	background:url(../images/h2/bg-fuer-unsere-kleinen-gaeste.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Desserts {
	height:70px;
	background:url(../images/h2/bg-desserts.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Links {
	background:url(../images/h2/bg-links.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Stellenangebote {
	background:url(../images/h2/bg-stellenangebote.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Kontakt {
	background:url(../images/h2/bg-kontakt.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Anfahrt {
	background:url(../images/h2/bg-anfahrt.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Impressum {
	background:url(../images/h2/bg-impressum.jpg) 0 0 no-repeat;
}

#contentMain h2#h2error {
	background:url(../images/h2/bg-error.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Error404 {
	background:url(../images/h2/bg-error-en.jpg) 0 0 no-repeat;
}


#contentMain h2#h2Aboutus {
	background:url(../images/h2/bg-about-us.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Accomodation {
	background:url(../images/h2/bg-accomodation.jpg) 0 0 no-repeat;
}

#contentMain h2#h2EventsArrangements-en {
	background:url(../images/h2/bg-events-arrangements-en.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Terraceparty {
	height:70px;
	background:url(../images/h2/bg-terraceparty.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Spanferkelparty {
	height:70px;
	background:url(../images/h2/bg-spanferkelparty.jpg) 0 0 no-repeat;
}

#contentMain h2#h2ItalienNight {
	height:70px;
	background:url(../images/h2/bg-italien-night.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Menu {
	background:url(../images/h2/bg-menu.jpg) 0 0 no-repeat;
}

#contentMain h2#h2starters-salads {
	height:70px;
	background:url(../images/h2/bg-starters-salads.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Fish {
	height:70px;
	background:url(../images/h2/bg-fish.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Meat {
	height:70px;
	background:url(../images/h2/bg-meat.jpg) 0 0 no-repeat;
}

#contentMain h2#h2pasta-vegetarian-dishes {
	height:70px;
	background:url(../images/h2/bg-pasta-vegetarian-dishes.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Mixed-dishes {
	height:70px;
	background:url(../images/h2/bg-mixed-dishes.jpg) 0 0 no-repeat;
}

#contentMain h2#h2For-our-young-guests {
	height:70px;
	background:url(../images/h2/bg-for-our-young-guests.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Desserts-en {
	height:70px;
	background:url(../images/h2/bg-desserts-en.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Contact {
	background:url(../images/h2/bg-contact.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Travel {
	background:url(../images/h2/bg-travel.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Imprint {
	background:url(../images/h2/bg-imprint.jpg) 0 0 no-repeat;
}

#contentMain h2#h2Thanks {
	background:url(../images/h2/bg-thanks.jpg) 0 0 no-repeat;
}

#contentMain h2#h2danke {
	background:url(../images/h2/danke.jpg) 0 0 no-repeat;
}


/*--------------------------------------------------------------*/
/*--------------------------[ =footer ]-------------------------*/
/*--------------------------------------------------------------*/

#push {
	height:73px;
	clear:both;
}

/*#footer {
	width:673px;
	height:68px;
	margin:0 auto;
	padding:5px 0 0 297px;
	position:relative;
	font-family:Tahoma, Arial, "MS Serif";
	background:url(../images/bg-footer.jpg) center 0 no-repeat;

}
*/
#footer {
	width:905px;
	height:68px;
	margin:0 auto;
	padding:5px 0 0 65px;
	position:relative;
	font-family:Tahoma, Arial, "MS Serif";
	background:url(../images/bg-footer.jpg) center 0 no-repeat;

}

#footer div#button{
	width:169px;
	float:left;
	text-align:center;
	margin:0 58px 0 0;
}


div#button a {
	width:169px;
	height:30px;
	display:block;
	text-indent:-5000px;
}	

div#button a:link, div#button a:visited {
	background:url(../images/jetzt-buchen.gif) 0 0 no-repeat;
}	

div#button a:hover, div#button a:active {
	background:url(../images/jetzt-buchen.gif) 0 -30px no-repeat;
}	

#footer img.designbild {
	position:absolute;
	right:0;
	top:-64px;
}

#footer ul {
	float:left;
	width:210px;
	margin:0 0 0 12px;
}

#footer ul.lastUl {
	margin:0 0 0 38px;
	width:170px;
}

#footer ul li {
	text-transform:uppercase;
	color:#b8635a;
	font-size:11px;
	line-height:18px;
}

#footer ul li a {
	color:#b8635a;
}

#footer ul li span.spacer {
	padding:0 0 0 39px;
}


	