/* datei information
****************************************************
Datei: screen.css
Rainer Fabrizi, www.transporter.at, 2008
CSS für standardkonforme Browser

background: #E5F6FB url(../images/raster.gif) repeat 0 0;
background: url(../images/lineal.gif) no-repeat 0 0;
background: #FFF url(../images/spalten.gif) repeat-y 12px 0;

schrift grau ... #555
orange ......... #FFA400
blau ........... #96D0E7
braun .......... #8F3B10

/* =normalisieren (danke andy clarke)
****************************************************/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; } 
table { border-collapse: collapse; border-spacing: 0; } 
fieldset,img { border: 0; } 
address,caption,acronym,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; } 
ol,ul { list-style: none; } 
caption,th { text-align: left; } 
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; } 
q:before,q:after { content: ''; } 
abbr,acronym { border: 0; }

/* =html, =body
****************************************************/

html {
	}

body {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 1.5;
	color: #555;
	background-color: #FFF;
	}
	* html body {
	font-size: x-small; /* ie5 win */
	f\ont-size: small; /* ie win */
	}
	html>body {
	font-size: small; /* opera */
	}

/* =layout =struktur
****************************************************/

#container {
	position: relative;
	font-size: 95%;
	text-align: center;
	}

/* seite */
#seite {
	min-width: 832px;
	}
	body.bg_startseite #seite { background: #FFF url(../images/bg_oben_startseite3.jpg) no-repeat 100% top; }
	body.bg_tageskarte #seite { background: #FFF url(../images/bg_oben_tageskarte.jpg) no-repeat 100% top; }
	body.bg_speisekarte #seite { background: #FFF url(../images/bg_oben_speisekarte.jpg) no-repeat 100% top; }
	body.bg_team #seite { background: #FFF url(../images/bg_oben_team.jpg) no-repeat 100% top; }
	body.bg_dieroehre #seite { background: #FFF url(../images/bg_oben_dieroehre.jpg) no-repeat 100% top; }
	body.bg_blog #seite { background: #FFF url(../images/bg_oben_blog.jpg) no-repeat 100% top; }
	body.bg_gaestebuch #seite { background: #FFF url(../images/bg_oben_gaestebuch.jpg) no-repeat 100% top; }
	body.bg_kontakt #seite { background: #FFF url(../images/bg_oben_kontakt.jpg) no-repeat 100% top; }
	
/* seitenspalte */
#seitenspalte {
	width: 832px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	text-align: left;
	background: transparent url(../images/bg_seitenspalte.jpg) no-repeat 0 bottom;	
	}

/* branding */
#branding {
	position: relative;
	height: 250px;
	width: 230px;
	margin: 0;
	}
	.claim {
	position: absolute;
	}
	.logo {
	position: absolute;
	margin: 0 0 0 14px;
	}

/* navigation (liste) */
#navigation {
	height: 82px;
	margin: 0 0 0 0;
	padding: 0 0 0 43px;
	font-size: 110%;
	background: transparent url(../images/bg_navigation.gif) no-repeat 0 35px;
	overflow: hidden;
	}
	#navigation li {
	float: left;
	min-width: 80px;
	max-width: 120px;
	margin-right: 5px;
	overflow: hidden;
	}
	#navigation li a {
	display: block;
	height: 82px;
	min-width: 80px;
	max-width: 120px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	text-shadow: #FFF 0 0 6px;
	background: transparent url(../images/navi_button.gif) no-repeat 0 -500px;
	}
	#navigation li a span {
	display: block;
	height: 82px;
	margin: 0 0 0 8px;
	background: transparent url(../images/navi_button.gif) no-repeat 100% -500px;
	}
	#navigation li a span strong {
	position: relative;
	top: 15px;
	padding: 0 8px 0 0;
	}
	/* aktiv */
	#navigation li a.aktiv {
	background-position: 0 0;
	}
	#navigation li a.aktiv span {
	background-position: 100% 0;
	}
	/* hover */
	#navigation li a:hover, #navigation li a:active {
	background-position: 0 0;
	}
	#navigation li a:hover span {
	background-position: 100% 0;
	}

/* inhalt */
#inhalt {
	min-height: 200px;
	padding: 0 12px 0 33px;
	background: #FFF url(../images/bg_inhalt.jpg) repeat-y 0 0;
	/* background: transparent url(../images/spalten.gif) repeat-y 33px 0; */
	overflow: hidden;
	}
	/* =spalten, nomenklatur nach % der gesamtbreite */
	.s10, .s20, .s30, .s40, .s50, .s60 {
	float: left;
	min-height: 1px; /* leere spalten behalten ihre breite */
	overflow: hidden;
	}
	/* spalten inklusive margin 10px links */
	.s10 { width: 131px; } /* 1er spalte */
	.s20 { width: 262px; } /* 2er spalte */
	.s30 { width: 393px; } /* 3er spalte */
	.s40 { width: 524px; } /* 4er spalte */
	.s50 { width: 655px; } /* 5er spalte */
	.s60 { width: 786px; float: none; } /* 6er spalte */

	/* =inhaltsmodul */
	.inhaltsmodul { clear: left; }

/* information */
#information {
	min-width: 832px;
	min-height: 250px;
	}
	body.bg_startseite #information { background: #FFF url(../images/bg_unten_startseite.jpg) no-repeat left bottom; }
	body.bg_tageskarte #information { background: #FFF url(../images/bg_unten_tageskarte.jpg) no-repeat left bottom; }
	body.bg_speisekarte #information { background: #FFF url(../images/bg_unten_speisekarte.jpg) no-repeat left bottom; }
	body.bg_team #information { background: #FFF url(../images/bg_unten_team.jpg) no-repeat left bottom; }
	body.bg_dieroehre #information { background: #FFF url(../images/bg_unten_dieroehre.jpg) no-repeat left bottom; }
	body.bg_blog #information { background: #FFF url(../images/bg_unten_blog.jpg) no-repeat left bottom; }
	body.bg_gaestebuch #information { background: #FFF url(../images/bg_unten_gaestebuch.jpg) no-repeat left bottom; }
	body.bg_kontakt #information { background: #FFF url(../images/bg_unten_kontakt.jpg) no-repeat left bottom; }

/* informationsspalte */
#informationsspalte {
	width: 832px;
	margin: 0 auto;
	margin-bottom: 150px;
	overflow: hidden;
	}
	/* für alle li */
	#informationsspalte div {
	float: left;
	width: 259px;
	text-align: left;
	background: transparent url(../images/bg_information.gif) no-repeat 0 0;
	}
	/* für alle span.info und p */
	#informationsspalte div div {
	display: block;
	width: 259px;
	min-height: 200px;
	padding: 0 0 10px 0;
	margin: 90px 0 0 0;
	background: transparent url(../images/bg_information.gif) no-repeat 0 bottom;
	overflow: hidden;
	}
	#informationsspalte div h2 { margin: 10px 0 8px 10px; }
	#informationsspalte div p { margin: 0 10px 10px 10px;}
	/* anfahrtsplan */
	#informationsspalte div#anfahrtsplan {
	margin: 0 11px 0 33px;
	background-position: 0 0;
	}
	#informationsspalte div#anfahrtsplan div {
	background-position: 0 bottom;
	}
	#informationsspalte div#anfahrtsplan h2 { color: #FFA400; }
	#informationsspalte div#anfahrtsplan .wichtig { color: #FFA400; }
	/* oeffnungszeiten */
	#informationsspalte div#oeffnungszeiten {
	margin-right: 11px;
	background-position: -500px 0;
	}
	#informationsspalte div#oeffnungszeiten div {
	background-position: -500px bottom;
	}
	#informationsspalte div#oeffnungszeiten h2 { color: #96D0E7; }
	#informationsspalte div#oeffnungszeiten .wichtig { color: #96D0E7; }
	/* reservierung */
	#informationsspalte div#reservierung {
	background-position: -1000px 0;
	}
	#informationsspalte div#reservierung div {
	background-position: -1000px bottom;
	}
	#informationsspalte div#reservierung h2 { color: #8F3B10; }
	#informationsspalte div#reservierung .wichtig { color: #8F3B10; }

	/* impressum */
	#impressum {
	width: 832px;
	margin: 0 auto;
	text-align: right;
	font-size: 80%;
	overflow: hidden;
	}

/* =spezielle =inhalte
****************************************************/

/* =plaketten */
.plakettentext { 
	text-align: center;
	margin: 0 10px 0 10px;
	}
.plakettenlink {
	height: 54px;
	margin: 0;
	text-align: center;
	font-weight: bold;
	background: transparent url(../images/plakette_neu.jpg) no-repeat 0 bottom;
	}
.plakettenlink a {
	display: block;
	padding: 24px 0 0 0;
	}
	/* plakette neu */
	.plaketteneu {
	margin: 0 0 10px 10px;
	padding: 115px 0 0 0;
	background: transparent url(../images/plakette_neu.jpg) no-repeat 0 0;
	}
	/* plakette tageskarte */
	.plakettetageskarte {
	margin: 0 0 10px 10px;
	padding: 115px 0 0 0;
	background: transparent url(../images/plakette_tageskarte.jpg) no-repeat 0 0;
	}

/* =toplink */
.toplink {
	clear: both;
	margin: 20px 0 0 10px;
	padding-top: 5px;
	text-align: right;
	background: #FFF url(../images/bg_toplink.jpg) no-repeat 100% 0;
	}

/* =tageskarte */
#tageskarte .datum {
	color: #FFF;
	font-weight: bold;
	padding-left: 5px;
	background-color: #FFA400;
	}
	#tageskarte ul {
	margin: 0 0 10px 0;
	}
	#tageskarte ul li {
	margin: 0 0 10px 0;
	}

/* =speisekarte */
.speisekarte {
	overflow: hidden;
	}
	.speisekarte li {
	float: left;
	height: 40px;
	margin-right: 20px;
	}
	/* links */
	.speisekarte li a {
	display: block;
	height: 25px;
	padding: 0 0 0 25px;
	background: #FFF url(../images/speiseicons.gif) no-repeat 0 0;
	}
	.speisekarte li a.speisen { background-position: 0 0; }
	.speisekarte li a.wein { background-position: -492px 0; }
	.speisekarte li a.eis { background-position: -992px 0; }
	.speisekarte li a.suesses { background-position: -1497px 0; }
	.speisekarte li a.getraenke { background-position: -2000px 0; }
	.speisekarte li a.zigarren { background-position: -2500px 0; }
	.speisekarte li a.tageskarte { background-position: -2998px 0; }
	/*aktiv und hover*/
	.speisekarte li a.speisen:hover,
	.speisekarte li a.speisen:active,
	.speisekarte li a.speisen_aktiv { color: #FFA400; background-position: 0 -100px; }
	.speisekarte li a.wein:hover,
	.speisekarte li a.wein:active,
	.speisekarte li a.wein_aktiv { color: #FFA400; background-position: -492px -100px; }
	.speisekarte li a.eis:hover,
	.speisekarte li a.eis:active,
	.speisekarte li a.eis_aktiv { color: #FFA400; background-position: -992px -100px; }
	.speisekarte li a.suesses:hover,
	.speisekarte li a.suesses:active,
	.speisekarte li a.suesses_aktiv { color: #FFA400; background-position: -1497px -100px; }
	.speisekarte li a.getraenke:hover,
	.speisekarte li a.getraenke:active,
	.speisekarte li a.getraenke_aktiv { color: #FFA400; background-position: -2000px -100px; }
	.speisekarte li a.zigarren:hover,
	.speisekarte li a.zigarren:active,
	.speisekarte li a.zigarren_aktiv { color: #FFA400; background-position: -2500px -100px; }
	.speisekarte li a.tageskarte:hover,
	.speisekarte li a.tageskarte:active,
	.speisekarte li a.tageskarte_aktiv { color: #FFA400; background-position: -2998px -100px; }

/* =gaestebuch */
.gaestebuch_formular {
	background: #FFF url(../images/gaestebuch_zeichen.gif) no-repeat 10px bottom;
	}
	.gaestebuch_formular form {
	padding: 100px 13px 10px 13px;
	background: transparent url(../images/gaestebuch_zeichen.gif) no-repeat 10px 0;
	}
	.gaestebuch_formular form h2 {
	margin-bottom: 8px;
	color: #8F3B10;
	}
	.gaestebuch_formular form input,
	.gaestebuch_formular form textarea {
	width: 200px;
	}
	.gaestebuch_formular form input.absenden {
	width: 210px;
	font-weight: bold;
	}
	.gaestebuch_formular form input.absenden:focus,
	.gaestebuch_formular form input.absenden:hover {
	color: #FFF;
	background-color: #FFA400;
	}

.buchoben {
	min-height: 40px;
	margin-top: 29px;
	padding: 0 20px;
	background: #FFF url(../images/gaestebuchobenunten.jpg) no-repeat 0 0;
	}
	.buchmitte {
	padding: 0 20px;
	background: #FFF url(../images/gaestebuchmitte.jpg) repeat-y 0 0;
	}
	.buchunten {
	min-height: 50px;
	padding: 0 20px;
	background: #FFF url(../images/gaestebuchobenunten.jpg) no-repeat 0 bottom; }
	
.buchoben h1 {
	margin-bottom: 0;
	padding: 30px 0;
	}
.buchmitte h3 {
	padding: 5px 0;
	border-top: 3px solid #FFA400;
	}
	.buchmitte p {
	margin-bottom: 0;
	}
	.buchmitte p.unwichtigklein {
	padding-bottom: 40px;
	}
.buchunten p {
	margin-bottom: 0;
	}

/* =mitarbeiter */
.mitarbeiter {
	margin: 20px 0 0 12px;
	padding-left: 12px;
	color: #AAA;
	font-size: 90%;
	background: #FFF url(../images/sprechblase.gif) no-repeat 0 4px;
	}

/* quicktime vr */
.vr { margin: 0 0 0 10px; }

/* =allgemeine =tags
****************************************************/

/*
schrift grau ... #555
orange ......... #FFA400
blau ........... #96D0E7
braun .......... #8F3B10
*/

/* =headlines */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 10px 0 10px;
	line-height: 1.2;
	}
	h1 {
	font-size: 160%;
	margin-bottom: 8px;
	color: #FFA400;
	}
	h2 {
	font-size: 130%;
	margin-bottom: 0;
	}
	h3 {
	font-size: 115%;
	}
/* h4 */
h4 {  }
/* h5 */
h5 {  }
/* h6 */
h6 {  }
/* absätze */
p {
	margin: 0 10px 10px 10px;
	}
.tx_usrroehreguestbook_pi1-captcha {
	margin: 0 10px 10px 10px;
	}
/* =bilder */
img {
	margin: 0 0 10px 10px;
	}
strong {
	font-weight: bold;
	}
/* links */
a:link, a:visited {
	text-decoration: underline;
	color: #96D0E7;
	}
	a:focus { outline: none; }
	a:hover, a:active { color: #FFA400; }

	
/* =auszeichnungen */
acronym {
	cursor: help;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
del {
	color: #AAA;
	text-decoration: line-through;
	}
code {
	color: #91E400;
	font-family: Courier, "Courier New", "MS Trebuchet", Helvetica, Arial, sans-serif;
	}
/* =zitat */
blockquote {
	margin: 0 0 10px 0;
	background: #FFF url(../images/blockquote.gif) no-repeat 0 2px;
	}
	blockquote p:first-letter {
	padding: 0 0 0 18px;
	}
/* =liste */
ul {
	margin: 0 0 10px 10px;
	}
	ul p { margin-bottom: 0; }
	ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
/* =definitionsliste */
dl {
	margin: 0 0 10px 10px;
	}
	dt {  }
	dd {
	margin: 0 0 0 10px;
	}
/* =label */
label {
	display: block;
	}
/* =formular */
form {

	}
	input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5;
	font-size: 100%;
	padding: 5px;
	border: none;
	color: #555;
	background-color: #F4EBE7;
	}
	input:focus, select:focus, textarea:focus,
	input:hover, select:hover, textarea:hover {
	background-color: #E9D8CF;
	}


/* =allgemeine =klassen
****************************************************/

.links { float: left; }
.rechts { float: right; }
.alignLinks { text-align: left; }
.alignRechts { text-align: right; }
.block { display: block; }
.inline { display: inline; }
.clear { clear: both; }
.clearLinks { clear: left; }
.clearRechts { clear: right; }
.rausschieben { text-indent: -999999px; }
.verstecken { display: none; }

.klein { font-size: 90%; }
.duenn { font-weight: normal; }
.fett { font-weight: bold; }
.wichtig { color: #FFA400; }
.unwichtig { color: #AAA; }
.unwichtigklein { font-size: 90%; color: #AAA; }
.wichtigfett { color: #FFA400; font-weight: bold; }

.null { margin-bottom: 0px; }
.eins { margin-bottom: 1px; }
.zwei { margin-bottom: 2px; }
.drei { margin-bottom: 3px; }
.vier { margin-bottom: 4px; }
.fuenf { margin-bottom: 5px; }
.sechs { margin-bottom: 6px; }
.sieben { margin-bottom: 7px; }
.acht { margin-bottom: 8px; }
.neun { margin-bottom: 9px; }
.zehn { margin-bottom: 10px; }
.zwoelf { margin-bottom: 12px; }
.fuenfzehn { margin-bottom: 15px; }
.zwanzig { margin-bottom: 20px; }
.fuenfundzwanzig { margin-bottom: 25px; }
.dreissig { margin-bottom: 30px; }
.fuenfunddreissig { margin-bottom: 35px; }
.vierzig { margin-bottom: 40px; }
.fuenfundvierzig { margin-bottom: 45px; }
.fuenfzig { margin-bottom: 50px; }

.oeins { margin-top: 1px; }
.ozwei { margin-top: 2px; }
.odrei { margin-top: 3px; }
.ovier { margin-top: 4px; }
.ofuenf { margin-top: 5px; }
.osechs { margin-top: 6px; }
.osieben { margin-top: 7px; }
.oacht { margin-top: 8px; }
.oneun { margin-top: 9px; }
.ozehn { margin-top: 10px; }
.ozwoelf { margin-top: 12px; }
.ofuenfzehn { margin-top: 15px; }
.ozwanzig { margin-top: 20px; }
.ofuenfundzwanzig { margin-top: 25px; }
.odreissig { margin-top: 30px; }
.ofuenfunddreissig { margin-top: 35px; }
.ovierzig { margin-top: 40px; }
.ofuenfundvierzig { margin-top: 45px; }
.ofuenfzig { margin-top: 50px; }


/* =fremdes
****************************************************/

/* slide-images */
#slideimages {
    position: relative;
    display: block;
    margin: 0 0 0 10px;
    padding: 0;
    width: 645px;
    height: 400px;
    overflow: hidden;
	}
#slideimages li {
    position: absolute;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #FFF;
	}
#slideimages li img {
    display: block;
    background-color: #FFF;
	margin-left: 0;
	}