@charset "utf-8";
/* css document */

* 							{ margin:0px; padding:0px; border:none;}
html 						{ overflow-y:scroll; /* permanent scrollbar in Firefox */}
body 						{ font:12px/20px Trebuchet MS; color:#e9b666; background:#3D0A09 url(../images/bg-container.jpg) top center no-repeat;}

p   						{ margin-bottom:20px;}
a							{ color:#e9b666; text-decoration:underline;}
a:hover						{ text-decoration:none;}


/* -------------- */
/* layoutelements */
/* -------------- */
div#container 	    		{ width:100%; height:auto; margin:0px auto; }

/* header */
div#header					{ display:none }

/* content */
div#contentContainer		{ width:100%;}
div#contentMain	 		{ width:100%; float:left; }
#contentMain h1 			{ font-size:16px; }
#contentMain h2 			{ font-size:14px; font-style:italic; margin:20px 0 20px 0;}
#contentMain ul 			{ margin-bottom:20px;}
#contentMain ul li		{ padding:0 0 5px 45px; background:url(../images/li.png) 25px 6px no-repeat;}
#contentMain p				{ padding-left:10px; color:#ccc;}

#contentMain #teaser-wetten p.fleisch		{ display:none;}


/* sidebar */
div#contentSidebar	 		{ display:none }

/* footer */
div#footer					{ width:100%; padding-top:20px; }
div#footerMain				{ width:100%; }
div#footerMain .floatLeft, div#footerMain .floatLeft pR42 {display:none;}

div#footerMain img.footerBranding	{display:none;}

#footerBottomLeft				{ float:left; }				
#footerBottomRight			{ float:left; padding-left:139px;}

/* navi */
ul#navi  		   			{ list-style-type:none; display:none; }



/* naviAdd */
ul#naviAdd  		   		{ list-style-type:none; display:none;}


/* ----------------------- */
/* classes ans other stuff */
/* ----------------------- */

/* color and fonts */
.highlight1 				{color:#ffe3b8; font-weight:bold;} /*  */
.highlight2 				{} /*  */	

/* site-elements */
.top						{}
.image 						{ border:5px solid #4d0f10;}
div#declaration 			{ width:auto; background:#531213; padding:20px 20px 5px 20px; margin:0 0 20px 0; font-size:11px;}
div#thanks 					{ width:auto; background:#eee; padding:20px 20px 0 20px; margin:0 0 20px 0; border:1px solid #ccc;}
.pdf						{ padding:0 0 10px 37px; background:url(../images/icon-pdf.gif) no-repeat 11px 0; margin-left}
.pdfText					{ font-size:11px; border-top:1px solid #808080; padding-top:20px; margin-top:30px;}
#pixaroundContainer	{ width:510px; padding-left:10px; margin-bottom:20px}
#containerSwf2			{ border:5px solid #4d0f10;}
hr							{ border-bottom: 1px dashed #9b6f3f; margin: 15px 0 30px 7px; width:20%;}
a.link-extern 			{ background:transparent url(../images/link_extern.gif) no-repeat scroll 8px 4px; padding:0 0 10px 30px; margin-left:7px;}

/* accordion */
.toggler	{ cursor:pointer; height:52px; overflow:hidden; text-indent:-9999px; display:block; }
.toggler:hover	{}
.empfehlungen { background:url(../images/speisen-getraenke/empfehlungen.jpg) no-repeat 0 0;}
.speisen-der-saison { background:url(../images/speisen-getraenke/speisen-der-saison.jpg) no-repeat 0 0;}
.mittagskarte { background:url(../images/speisen-getraenke/mittagskarte.jpg) no-repeat 0 0;}
.element		{ margin-bottom:20px;}
.togglerActive	{}


/* floats */
.clear		  				{ clear:both; font-size:0.0001em; line-height:0.00001em;}
.floatRight 				{ float:right;}
.floatLeft 					{ float:left;}


