@charset "utf-8";

/* Author: Duy Tran */
/* Created: 26.07.2009 */		
/* Company: Euroweb Internet GmbH */


/* global tags */

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	border: none;
	outline: none;
}

html {
	background: url(../images/bg-html.gif) repeat-x #554437;
}

body {
	background: url(../images/bg-body.gif) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #ffedd7;
	font-size: 12px;
}
 html[xmlns^="http"] {
overflow-y: scroll;
}

a,
.escape span {
	color: #b9d55e;
	outline: none;
	text-decoration: underline;
}

a:hover span {
	text-decoration: none;
	color: #3a4612;
}

a:hover {
	text-decoration: none;
	background: #b9d55e;
	color: #3a4612;
}

hr {
	color: #41100C;
	height: 1px;
	border-top: solid 1px #41100C;
	border-bottom: transparent;
	clear: both;
	margin-bottom: 15px;
}

/* global classes  */

.clear {
	clear: both;
	height: 0;
	width: 0;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.textIndent {
	text-indent: -5000px;
}

.seperatorCenter {
	height: 2px;
	width: 660px;
	background: url(../images/bg-seperator.gif) repeat-x center bottom;
	margin: 15px auto 20px;
}

.seperator {
	height: 2px;
	background: url(../images/bg-seperator.gif) repeat-x center bottom;
	margin: 15px 0 20px 0;
}

.center {
	text-align: center;
}

.noBg {
	background: none!important;
}

.highlight {
	background: #b9d55e;
	padding: 4px 0 4px 10px;
	color: #3a4612!important;
	font-weight: bold;
}

/************ layout ************/


/* branding */

h1#branding {
	position: absolute;
	width: 226px;
	height: 183px;
	top: 15px;
	left: 376px;
	z-index: 95;
}

h1#branding a#logo {
	display: block;
	text-indent: -5000px;
	width: 226px;
	height: 183px;
	background: url(../images/bg-branding.png) no-repeat;
}

/*  container  */

div#container {
	width: 980px;
	position: relative;
	margin: 0 auto;
	padding: 119px 0 0 0;
}

/*  navigation  */

ul#navi {
	width: 600px;
	height: 43px;
	float: left;
}

ul#navi2 {
	width: 380px;
	height: 43px;
	float: left;
}

ul#navi li,
ul#navi2 li {
	float: left;
	position: relative;
}

ul#navi li a {
	display: block;
	text-indent: -5000px;
	background: url(../images/navi.gif) no-repeat 0 0;
	height: 43px;
}

body#en ul#navi li a {
	display: block;
	text-indent: -5000px;
	background:url(../images/navi-en.gif) no-repeat 0 0;
	height: 43px;
}

ul#navi2 li a {
	display: block;
	text-indent: -5000px;
	background: url(../images/navi.gif) no-repeat 0 0;
	height: 43px;
}

body#en ul#navi2 li a {
	display: block;
	text-indent: -5000px;
	background: url(../images/navi-en.gif) no-repeat 0 0;
	height: 43px;
}

a.n1 {
	width: 105px;
	background-position: 0 0!important;
}

a.n2 {
	width: 80px;
	background-position: -105px 0!important;
}

a.n3 {
	width: 107px;
	background-position: -185px 0!important;
}

a.n4 {
	width: 87px;
	background-position: -292px 0!important;
}

a.n5 {
	width: 105px;
	background-position: -600px 0!important;
}

body#en a.n5 {
	width: 94px;
	background-position: -600px 0!important;
}

a.n6 {
	width: 97px;
	background-position: -705px 0!important;
}

body#en a.n6 {
	width: 155px;
	background-position: -694px 0!important;
}

a.n7 {
	width: 89px;
	background-position: -802px 0!important;
}

body#en a.n7 {
	width: 75px;
	background-position: -849px 0!important;
}

a.n8 {
	width: 89px;
	background-position: -891px 0!important;
}

body#en a.n8 {
	width: 56px;
	background-position: -924px 0!important;
}

a.n1:hover/*, body.naviActive01 ul#navi li a.n1 */ {
	background-position: 0 -43px!important;
}

a.n2:hover/*, body.naviActive02 ul#navi li a.n2 */ {
	background-position: -105px -43px!important;
}

a.n3:hover/*, body.naviActive03 ul#navi li a.n3 */ {
	background-position: -185px -43px!important;
}

a.n4:hover/*, body.naviActive04 ul#navi li a.n4 */ {
	background-position: -292px -43px!important;
}

a.n5:hover/*, body.naviActive05 ul#navi2 li a.n5 */ {
	background-position: -600px -43px!important;
}

body#en a.n5:hover/*, body.naviActive05 ul#navi2 li a.n5 */ {
	background-position: -600px -43px!important;
}

a.n6:hover/*, body.naviActive06 ul#navi2 li a.n6 */ {
	background-position: -705px -43px!important;
}

body#en a.n6:hover/*, body.naviActive06 ul#navi2 li a.n6 */ {
	background-position: -694px -43px!important;
}

a.n7:hover/*, body.naviActive07 ul#navi2 li a.n7 */ {
	background-position: -802px -43px!important;
}

body#en a.n7:hover/*, body.naviActive07 ul#navi2 li a.n7 */ {
	background-position: -849px -43px!important;
}


a.n8:hover/*, body.naviActive08 ul#navi2 li a.n8 */ {
	background-position: -891px -43px!important;
}

body#en a.n8:hover/*, body.naviActive08 ul#navi2 li a.n8 */ {
	background-position: -924px -43px!important;
}
/*------------------ =navi-lang  --------*/

ul#naviLang {
	background:transparent url(../images/bg-navi-lang.jpg) no-repeat scroll 0 0;
	display:block;
	height:28px;
	left:920px;
	position:absolute;
	text-indent:-9999px;
	top:0px;
	width:73px;
}

ul#naviLang li {
	float:left;
}

ul#naviLang li a {
	display:block;
	height:11px;
}

ul#naviLang a:hover {
	background:none;}
	
ul#naviLang li a.deutsch {
	width:16px;
	padding:11px 9px 0 11px;
}

ul#naviLang li a.englisch {
	width:16px;
	padding:11px 0 0 0;
}

.abstand {
	padding-left:20px;
}



/*  flyout menu  */


ul#navi li ul,
ul#navi li#flyout1 ul,
ul#navi li#flyout2 ul,
ul#navi li#flyout3 ul,
ul#navi li#flyout4 ul {
	list-style: none;
	background: none;
	display: none;
	z-index: 95!important;
}

ul#navi li ul li {
	display: block;
	position: relative;
	float: none;
	z-index: 95!important;
}

ul#navi li#flyout1:hover ul,
ul#navi li#flyout2:hover ul,
ul#navi li#flyout3:hover ul,
ul#navi li#flyout4:hover ul {
	display: block!important;
}

ul#navi li ul,
ul#navi2 li ul {
	position: absolute;
	bottom: 42px;
 *bottom: 43px;
	_bottom: 41px;
	left: 0;
	background: #fffaf4;
	z-index: 95!important;
}

/* unser haus */


ul#navi li#flyout1 ul li a {
	font-size: 12px !important;
	display: block;
	width: 186px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(../images/navi-flyout01.gif) no-repeat;
}

body#en ul#navi li#flyout1 ul li a {
	font-size: 12px !important;
	display: block;
	width: 186px;
	text-indent: -5000px;
	text-decoration: none;
	background:url(../images/navi-flyout01-en.gif) no-repeat;
}

ul#navi li#flyout1 ul {
	width: 186px;
	height: 96px;
}

a.u1 {
	height: 28px!important;
	background-position: 0 0!important;
}

a.u2 {
	height: 21px!important;
	background-position: 0 -28px!important;
}

a.u3 {
	height: 20px!important;
	background-position: 0 -49px!important;
}

a.u4 {
	height: 28px!important;
	background-position: 0 -69px!important;
}

a.u1:hover {
	background-position: -186px 0!important;
}

a.u2:hover {
	background-position: -186px -28px!important;
}

a.u3:hover {
	background-position: -186px -49px!important;
}

a.u4:hover {
	background-position: -186px -69px!important;
}

/* zimmer */

ul#navi li#flyout2 ul li a {
	font-size: 12px !important;
	display: block;
	width: 186px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(../images/navi-flyout02.gif) no-repeat;
}

body#en ul#navi li#flyout2 ul li a {
	font-size: 12px !important;
	display: block;
	width: 186px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(../images/navi-flyout02-en.gif) no-repeat;
}

ul#navi li#flyout2 ul {
	width: 186px;
	height: 35px;
	_bottom: 42px;
}

a.z1 {
	height: 35px!important;
	background-position: 0 0!important;
}

a.z1:hover {
	background-position: -186px 0!important;
}

/* restaurant */

ul#navi li#flyout3 ul li a {
	font-size: 12px !important;
	display: block;
	width: 192px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(../images/navi-flyout03.gif) no-repeat;
}

body#en ul#navi li#flyout3 ul li a {
	font-size: 12px !important;
	display: block;
	width: 192px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(../images/navi-flyout03-en.gif) no-repeat;
}

ul#navi li#flyout3 ul {
	width: 193px;
	height: 75px;
	_bottom: 42px;
}

a.r1 {
	height: 27px!important;
	background-position: 0 0!important;
}

a.r2 {
	height: 21px!important;
	background-position: 0 -27px!important;
}

a.r3 {
	height: 27px!important;
	background-position: 0 -48px!important;
}

a.r1:hover {
	background-position: -193px 0!important;
}

a.r2:hover {
	background-position: -193px -27px!important;
}

a.r3:hover {
	background-position: -193px -48px!important;
}

/* service */

ul#navi2 li#flyout4 ul li a {
	font-size: 12px !important;
	display: block;
	width: 120px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(../images/navi-flyout04.gif) no-repeat;
}

body#en ul#navi2 li#flyout4 ul li a {
	font-size: 12px !important;
	display: block;
	width: 120px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(../images/navi-flyout04-en.gif) no-repeat;
}

ul#navi2 li#flyout4 ul {
	width: 120px;
	height: 96px;
	display: none;
}

a.us1 {
	height: 28px!important;
	background-position: 0 0!important;
}

a.us2 {
	height: 21px!important;
	background-position: 0 -28px!important;
}

a.us3 {
	height: 20px!important;
	background-position: 0 -49px!important;
}

a.us4 {
	height: 28px!important;
	background-position: 0 -69px!important;
}

a.us1:hover {
	background-position: -120px 0!important;
}

a.us2:hover {
	background-position: -120px -28px!important;
}

a.us3:hover {
	background-position: -120px -49px!important;
}

a.us4:hover {
	background-position: -120px -69px!important;
}

/*  header  */

div#header {
	width: 980px;
	height: 321px;
	background: url(../images/bg-header.jpg) no-repeat;
	padding: 11px 0 0 0;
}

div#claim {
	width: 491px;
	height: 59px;
	background: url(../images/bg-claim.png) no-repeat;
	position: absolute;
	top: 380px;
	right: 0;
	text-indent: -5000px;
	z-index: 95;
}

body#en div#claim {
	width: 491px;
	height: 59px;
	background: url(../images/bg-claim-en.png) no-repeat;
	position: absolute;
	top: 380px;
	right: 0;
	text-indent: -5000px;
	z-index: 95;
}

/*  content container  */

div#contentContainer {
	width: 980px;
	position: relative;
}

div#contentMain {
	width: 980px;
	min-height: 390px;
	margin: 0 0 50px 0;
}

div.contentColumn01 {
	float: left;
	width: 470px;
	padding: 0 30px 0 0;
}

div.contentColumn02 {
	float: left;
	width: 476px;
}

div.tripleContentColumn01 {
	float: left;
	width: 325px;
	padding: 0 0 0;
}

div.tripleContentColumn02 {
	float: left;
	width: 325px;
}

div.tripleContentColumn03 {
	float: left;
	width: 325px;
}

div.contentColumn01TextAlignLeft {
	float: left;
	width: 500px;
	text-align: left;
	padding: 0 0 0 20px;
}

div.contentColumn02TextAlignRight {
	float: left;
	width: 460px;
	text-align: right;
	padding: 0 20px 0 0;
}

div#superior {
	width: 93px;
	height: 60px;
	background: url(../images/bg-superior.gif) no-repeat;
	position: absolute;
	top: 131px;
	right: 0;
	text-indent: -5000px;
}

a#sofortbuchen {
	width: 161px;
	height: 60px;
	position: absolute;
	top: 131px;
	left: 0;
	text-indent: -5000px;
	background: url(../images/bg-sofortbuchen.gif) no-repeat -2px 0;
}

a#sofortbuchen:hover {
	background-position: -2px -60px;
}

body#en a#sofortbuchen {
	width: 161px;
	height: 60px;
	position: absolute;
	top: 131px;
	left: 0;
	text-indent: -5000px;
	background: url(../images/bg-sofortbuchen-en.gif) no-repeat -2px 0;
}

body#en a#sofortbuchen:hover {
	background-position: -2px -60px;
}

a#aktelles {
	width: 82px;
	height: 127px;
	background: url(../images/bg-aktuelles.png) no-repeat;
	position: absolute;
	top: -7px;
	right: 115px;
	text-indent: -5000px;
	z-index: 95;
}

a#aktelles:hover {
	top: -8px;
}

body#en a#aktelles {
	width: 82px;
	height: 127px;
	background: url(../images/bg-aktuelles-en.png) no-repeat;
	position: absolute;
	top: -7px;
	right: 115px;
	text-indent: -5000px;
	z-index: 95;
}

body#en a#aktelles:hover {
	top: -8px;
}

/* footer */

div#footerContainer {
	width: 100%;
	height: 380px;
	background: url(../images/bg-footer-container.gif) repeat-x #ffe4c0;
}

div#footer {
	position: relative;
	width: 980px;
	height: 335px;
	background: url(../images/bg-footer.gif) no-repeat 0 25px;
	margin: 0 auto;
}

a#top {
	position: absolute;
	top: -20px;
	left: 0;
	background: #ffe7c8;
	width: 55px;
	height: 15px;
	display: block;
	font-size: 10px;
	padding: 4px 5px 5px 7px;
	color: #3a4612;
}

/* sitemap */

div#sitemap {
	width: 980px;
	height: 167px;
	padding: 32px 0 0 0;
}

div#sitemap div {
	float: left;
	height: 156px;
	_height: 118px;
}

div#sitemap ul li {
	line-height: 19px;
}

div#sitemap ul li a {
	color: #584033;
	font-size: 11px;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
}

/*body.sitemapActive01 div#sitemap ul li a.s1,
body.sitemapActive02 div#sitemap ul li a.s2,
body.sitemapActive03 div#sitemap ul li a.s3,
body.sitemapActive04 div#sitemap ul li a.s4,
body.sitemapActive05 div#sitemap ul li a.s5,
body.sitemapActive06 div#sitemap ul li a.s6,
body.sitemapActive07 div#sitemap ul li a.s7,
body.sitemapActive08 div#sitemap ul li a.s8,
body.sitemapActive09 div#sitemap ul li a.s9,
body.sitemapActive10 div#sitemap ul li a.s10,
body.sitemapActive11 div#sitemap ul li a.s11,
body.sitemapActive12 div#sitemap ul li a.s12,
body.sitemapActive13 div#sitemap ul li a.s13,
body.sitemapActive14 div#sitemap ul li a.s14,
body.sitemapActive15 div#sitemap ul li a.s15,
body.sitemapActive16 div#sitemap ul li a.s16,
body.sitemapActive17 div#sitemap ul li a.s17,
body.sitemapActive18 div#sitemap ul li a.s18,*/
div#sitemap ul li a:hover {
	background: #607225;
	color: #fff4e6;
}

div#footerAdress a,
div#footerAdress a.escape span {
	color: #54641e;
}

div#footerAdress a:hover,
div#footerAdress a:hover span {
	text-decoration: none!important;
	background: #607225;
	color: #fff4e6;
}

div#unserHaus {
	width: 199px;
}

div#zimmer {
	width: 243px;
}

div#restaurant {
	width: 234px;
}

div#weiteres {
	width: 205px;
}

div#service,
div#service h4 {
	width: 95px!important;
}

div#footerAdress {
	width: 980px;
	height: 50px;
}

div#footerAdress ul {
	width: 907px;
	height: 5px;
	padding: 0 0 0 73px;
}

div#footerAdress ul li {
	color: #54641e;
	font-size: 10px;
	float: left;
	border-right: 1px solid #54641e;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

div#footerAdress ul>li:last-child {
	border-right:none !important;
}

div#footerAdress p {
	color: #584033;
	font-size: 10px;
	text-align: center;
	_margin: 0!important;
}

div#footerLogos {
	width: 980px;
	height: 96px;
}

div#footerLogos ul {
	width: 980px;
	height: 96px;
}

div#footerLogos ul li {
	position: relative;
	float: left;
}

div#footerLogos ul li a {
	display: block;
	height: 96px;
	background: url(../images/bg-logos.gif) no-repeat;
	text-indent: -5000px;
}

a.logopartner1 {
	width: 133px;
	background-position: 0 0!important;
}

a.logopartner2 {
	width: 128px;
	background-position: -133px 0!important;
}

a.logopartner3 {
	width: 218px;
	background-position: -261px 0!important;
}

a.logopartner4 {
	width: 114px;
	background-position: -479px 0!important;
}

a.logopartner5 {
	width: 122px;
	background-position: -593px 0!important;
}

a.logopartner6 {
	width: 173px;
	background-position: -715px 0!important;
}

a.logopartner7 {
	width: 92px;
	background-position: -888px 0!important;
}

a.logopartner1:hover {
	background-position: 0 -96px!important;
}

a.logopartner2:hover {
	background-position: -133px -96px!important;
}

a.logopartner3:hover {
	background-position: -261px -96px!important;
}

a.logopartner4:hover {
	background-position: -479px -96px!important;
}

a.logopartner5:hover {
	background-position: -593px -96px!important;
}

a.logopartner6:hover {
	background-position: -715px -96px!important;
}

a.logopartner7:hover {
	background-position: -888px -96px!important;
}

/************ CONTENT ************/


/*  headlines  */

div#headline {
	width: 980px;
	height: 131px;
	background: url(../images/bg-headline.gif) no-repeat;
	margin: 0 0 26px 0;
}

h1 {
	font-size: 28px;
	color: #e22a10;
	padding: 0 0 28px 0;
}

body#en h2 {
	background: url(../images/bg-h2-en.gif) no-repeat 0 0;
	width: 980px;
	height: 131px;
	text-indent: -5000px;
}

body#en h2.index {
	background-position: 0 0;
}

body#en h2.aktuelles {
	background-position: 0 -131px;
}

body#en h2.spreewaldLausitz {
	background-position: 0 -262px;
}

body#en h2.service {
	background-position: 0 -393px;
}

body#en h2.partner {
	background-position: 0 -524px;
}

body#en h2.buchungsanfrage {
	background-position: 0 -655px;
}

body#en h2.arrangements {
	background-position: 0 -786px;
}

body#en h2.dasRestaurant {
	background-position: 0 -917px;
}

body#en h2.speisekarte {
	background-position: 0 -1048px;
}

body#en h2.kulinarischeSpezies {
	background-position: 0 -1179px;
}

body#en h2.hubertusBowling {
	background-position: 0 -1310px;
}

body#en h2.tagungen {
	background-position: 0 -1441px;
}

body#en h2.wellness {
	background-position: 0 -1572px;
}

body#en h2.kontakt {
	background-position: 0 -1703px;
}

body#en h2.danke {
	background-position: 0 -1834px;
}

body#en h2.anfahrt {
	background-position: 0 -1965px;
}

body#en h2.impressum {
	background-position: 0 -2096px;
}

body#en h2.fehler404 {
	background-position: 0 -2227px;
}

body#en h2.gaestebuch {
	background-position: 0 -2358px;
}

body#en h2.zimmer {
	background-position: 0 -2489px;
}

body#en h2.newsletter {
	background-position: 0 -2620px;
}

h2 {
	background: url(../images/bg-h2.gif) no-repeat 0 0;
	width: 980px;
	height: 131px;
	text-indent: -5000px;
}

h2.index {
	background-position: 0 0;
}

h2.aktuelles {
	background-position: 0 -131px;
}

h2.spreewaldLausitz {
	background-position: 0 -262px;
}

h2.service {
	background-position: 0 -393px;
}

h2.partner {
	background-position: 0 -524px;
}

h2.buchungsanfrage {
	background-position: 0 -655px;
}

h2.arrangements {
	background-position: 0 -786px;
}

h2.dasRestaurant {
	background-position: 0 -917px;
}

h2.speisekarte {
	background-position: 0 -1048px;
}

h2.kulinarischeSpezies {
	background-position: 0 -1179px;
}

h2.hubertusBowling {
	background-position: 0 -1310px;
}

h2.tagungen {
	background-position: 0 -1441px;
}

h2.wellness {
	background-position: 0 -1572px;
}

h2.kontakt {
	background-position: 0 -1703px;
}

h2.danke {
	background-position: 0 -1834px;
}

h2.anfahrt {
	background-position: 0 -1965px;
}

h2.impressum {
	background-position: 0 -2096px;
}

h2.fehler404 {
	background-position: 0 -2227px;
}

h2.gaestebuch {
	background-position: 0 -2358px;
}

h2.zimmer {
	background-position: 0 -2489px;
}

h2.newsletter {
	background-position: 0 -2620px;
}

div#contentMain h3.h3Left {
	text-align: left;
}

div#contentMain h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #b9d55e;
	font-weight: lighter;
	text-align: center;
	padding: 0 0 25px 0;
	background: url(../images/bg-seperator.gif) repeat-x center bottom;
	line-height: 24px;
	margin: 0 0 25px 0;
}

div#contentMain h3.h3center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #b9d55e;
	font-weight: lighter;
	text-align: center;
	padding: 0 0 25px 0;
	background: url(../images/bg-seperator.gif) repeat-x center bottom;
	width: 660px;
	margin: 0 auto 25px;
	line-height: 24px;
}

div#contentMain h4 {
	color: #b9d55e;
	padding: 0 0 15px 0;
	font-size: 14px;
}

div#footer h4 {
	font-size: 12px;
	color: #607225;
	padding: 0 0 5px 0;
	margin: 0 0 12px 0;
	width: 120px;
	background: url(../images/sitemap-h3-line.gif) repeat-x left bottom;
}

/*  links  */

div#euroweb a {
	background: none;
}

/* index */

div#imgNavi a {
	display: block;
	float: left;
	margin: 35px 88px 0 0;
	padding: 180px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b9d55e;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
}

div#imgNavi a:hover {
	text-decoration: underline;
}

a#btnHubertusBowling {
	width: 289px;
	height: 91px;
	background: url(../images/index/bg-hubertus-bowling.png) no-repeat;
}

a#btnRadReisePartner {
	width: 224px;
	height: 37px;
	background: url(../images/index/bg-rad-reise-partner.png) no-repeat;
	margin-top: 0!important;
	padding: 270px 0 0 0!important;
}

a#btnBioHotel {
	width: 289px;
	height: 91px;
	background: url(../images/index/bg-bio-hotel.png) no-repeat;
	margin: 10px 0 0 0!important;
}

/* speisekarte */

div.kategorie {
	width: 310px;
	float: left;
	margin: 0 23px 0 0;
}

div.lastKategorie {
	width: 310px;
	float: left;
}

div.kategorie h5,
div.lastKategorie h5 {
	padding: 0 0 7px 0!important;
	color: #b9d55e!important;
	font-weight: bold;
	width: 303px;
	font-size: 13px;
}

div.speise {
	width: 310px;
}

p.beschreibung {
	width: 210px;
	float: left;
}

p.preis {
	width: 100px;
	text-align: left;
	float: left;
	font-weight: bold;
}

.seperatorSpeisekarte {
	height: 2px;
	width: 980px;
	background: url(../images/bg-seperator.gif) repeat-x center bottom;
	margin: 40px 0 30px 0;
}

div#speisekarte h4 {
	color: #c5977b;
	padding: 0 0 30px 0;
	font-size: 18px!important;
}

/* speisekarte2 */

div.kategorie2 {
	width: 475px;
	float: left;
	margin: 0 23px 0 0;
}

div.lastKategorie2 {
	width: 475px;
	float: left;
}

div.kategorie2 h5,
div.lastKategorie2 h5 {
	padding: 0 0 7px 0!important;
	color: #b9d55e!important;
	font-weight: bold;
	width: 303px;
	font-size: 13px;
}

div.speise2 {
	width: 475px;
}

p.beschreibung2 {
	width: 315px;
	float: left;
}

p.preis2 {
	width: 155px;
	float: left;
	font-weight: bold;
}

/* hubertus bowling */

div#hubertusBilder a {
	background: none!important;
}

/* partner */

div#partner {
	text-align: center;
}

div.bildLink {
	float: left;
	width: 325px;
	height: 150px;
	margin: 0 0 15px 0;
}

.logo {
	width: 250px;
}

div.bildLink a {
	background: none;
	font-size: 12px!important;
	text-decoration: none;
	font-weight: lighter;
}

div.bildLink a:hover {
	text-decoration: underline!important;
	color: #b9d55e;
}

div.bildLink h4 {
	margin: 10px 0 0 0;
}

div#partner p {
	float: left;
	width: 325px;
	height: 150px;
}

div#partner p a,
div#partner p a:hover {
	text-decoration: none;
	background: none;
}

div#partner p a:hover {
	color: #d7f577;
}

div#partner p img {
	margin: 0 0 5px 0;
}

/*  list  */

ul.listCenter {
	width: 715px;
	margin: 0 auto 20px;
	text-align: center;
}

ul.listCenter li {
	line-height: 26px;
}

ul.listCenter li span {
	background: url(../images/li-square.gif) no-repeat left center;
	width: 7px;
	height: 5px;
 *height: 14px;
	margin: 0 10px 0 0;
	display:inline-block;
}

ul.list {
	width: 470px;
	margin: 0 0 23px 0;
}

ul.list li {
	line-height: 22px;
	background: url(../images/li-square.gif) no-repeat left center;
	padding: 0 0 0 14px;
}

ul.listNumber {
	width: 480px;
	margin: 0 0 23px 0;
}

ul.listNumber li {
	line-height: 22px;
	list-style-type: decimal;
	list-style-position: inside;
}

ul.listNoHighlight li a {
	color: #ffedd7;
}

ul.listNoHighlight li a:hover {
	color: #3a4612;
}

ul.listNoHighlight {
	width: 470px;
	margin: 0 0 23px 0;
}

ul.listNoHighlight li {
	line-height: 22px;
	background: url(../images/li-square.gif) no-repeat left center;
	padding: 0 0 0 14px;
}

/*  p  */

div#contentMain p {
	margin: 0 0 20px 0;
	line-height: 18px;
	color: #ffedd7;
}

div#datenschutz p {
	font-size: 11px;
}

/* accordeon */


#acc {
	width:470px;
	margin: 60px 0 0 0;
}

#acc h3 {
	width:470px;
	cursor:pointer;
	margin-bottom: 10px!important;
}

#acc h3:hover {
	text-decoration: underline;
}

#acc .acc-section {
	overflow:hidden;
}

#acc .acc-content {
	width:470px;
}

#nested {
	width:470px;
}

#nested h3 {
	width:470px;
	cursor:pointer;
}

#nested h3:hover {
}

#nested .acc-section {
	overflow:hidden;
}

#nested .acc-content {
	width:470px;
}

#nested .acc-selected {
}

/*  images  */

.image {
	border: 6px solid #f4cd9c;
	padding: 1px;
	background:#fff url(../images/progress.gif) no-repeat center center;
	margin: 4px 0 25px 0;
	cursor: url(../images/zoomin.cur), pointer;
	outline: none;
}

.image:hover {
	border: 6px solid #b9d55e;
}

.imageNoHover {
	border: 6px solid #f4cd9c;
	padding: 1px;
	background:#fff url(../images/progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
}

/* table */

div#preise table td {
	width: 232px;
	background: url(../images/bg-seperator.gif) center bottom repeat-x;
	padding: 10px 0 10px 0;
}

div#preise table {
	margin: 0 0 30px 0;
}

/*  png fix  */

*html div#xxx {
	background:transparent;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/xxx.png', sizingMethod='crop');
}

/*  slideshow  */

div#slideshow {
	width: 980px;
	height: 321px;
}

div#noSlide {
	position: absolute;
	width: 100px;
	height: 20px;
 background:;
	color: #fff;
	padding: 5px;
	top: 0;
	left: 0;
	line-height: 16px;
	font-size: 12px;
}

#holidayCheck {
	background:transparent url(../images/bg-holiday-check.gif) no-repeat scroll 0 0;
	display:block;
	height:50px;
	left:165px;
	position:absolute;
	top:708px;
	width:190px;
	text-indent:-9999px;
}

#holidayCheck a {
	display:block;
	height:50px;
	width:190px;
}

#holidayCheck a:hover {
	background-color:transparent;
}
