/*
 * master.css
 * ======================================================
 * Seitenweite Element-Einstellung
 * ======================================================
 *
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}

table td {
	font-size: 13px;
	line-height: 1.3em;
}

/* Kopf */

#head {
	width: 980px;
	height: 205px;
	background-image: url(/share/layout/img/bg-head.png);
	background-repeat: repeat-x;
}

#head #logo {
	float: left;
	background-image: url(/share/layout/img/gusto-logo.png);
}


#head #logo span {
	visibility: hidden;
}

#head #logo span img {
	display: block;
}

#head #package {
	width: 645px;
	float: left;
}

#head #package #hauptmenue {
	width: 180px;
	/* weitere Attribute extern definiert */
}

#head #package #bildleiste {
	float: left;
	width: 465px;
	height: 162px;
	overflow: hidden;
	text-align: right;
}

#head #package #zitatleiste {
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	width: 645px;
	height: 43px;
	background-repeat: no-repeat;
	background-position: 5px 0px;
}

#head #package #zitatleiste span {
	visibility: hidden;
}

#head #package #zitatleiste h3 {
	font-variant: small-caps;
	margin: 0.5ex 0.5ex 0ex 0.5ex;
}

#head #package #zitatleiste em {
	font-size: 80%;
	margin: 0 1ex;
}



/* Fusszeile */

#footer {
	background-image: url(/share/layout/img/bg-footer.png);
	background-repeat: repeat-y;
	width: 100%;
	height: 18px;
	text-align: right;
}

#footer a {
	color: #000;
	background-color: inherit;
	margin: 0px 10px;
	line-height: 120%;
}

#footer .in {
	margin: 0px 10px;
}

/* Navigation */

#navigation {
	float: left;
	width: 340px;
	line-height: 140%;
}

#navigation ul {
	list-style-type: none;
	margin: 2em 0 1em 6em;
	padding: 0px;
}

#navigation ul li ul {
	margin: 0 0 1em 2em;
}

#navigation a {
	color: #000;
	background: transparent;
	text-decoration: none;
}

#navigation em a {
	font-style: normal;
	color: #b90000; /* gusto rot */
	background: transparent;
	text-decoration: none;
}

#navigation a:hover {
	color: #b90000; /* gusto rot */
	background: transparent;
}

/* Inhalt */

#container {
	width: 980px;
}

#content {
	background-image: url(/share/layout/img/bg-content.png);
	background-repeat: repeat-y;
	width: 100%;
	min-height:264px;
	height:auto !important;  /* für moderne Browser */
	height: 264px;  /*für den IE */
}

/* *** Text- und Bildbloecke *** */

#main { /* Gesamtbreite */
	float: left;
	width: 640px;
}

#main1 { /* linke Haelfte */
	float: left;
	width: 320px;
}

#main2 { /* rechte Haelfte */
	float: left;
	width: 320px;
}

#speisenkarte {
	float: left;
	width: 640px;
	text-align: center;
}

#main .txt,
#main1 .txt,
#main2 .txt,
#speisenkarte .txt {
	/* Abstand zum Rand */
	margin: 1em;
}

#main div.nextimg,
#main1 div.nextimg,
#main2 div.nextimg {
	color: #000;
	background-color: #fff;
}

#main div.nextimg img,
#main1 div.nextimg img,
#main2 div.nextimg img {
	margin-top: 5px;
}


#main .aktuellesAnriss {
	margin-top: 1em;
}

#main .aktuellesAnriss img {
	float: left;
	margin: 0 1em 1.4ex 0;
	border: 0px;
}

#main .aktuellesAnriss h1 a {
	text-decoration: none;
}

#main .hr {
	width: 100%;
	height: 5px;
	color: #000;
	background-color: #fff;
	clear: both;
	font-size: 5px;
	overflow: hidden;
}

#main2 table,
#main2 table td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#main2 table td {
	vertical-align: top;
}

#main2 table td.preis {
	text-align: right;
	white-space: nowrap;
}

/* HTML */

h1 {
	font-size: 130%;
	line-height: 1.3em;
}

h2 {
	font-size: 110%;
	line-height: 1.3em;
}

h3 {
	font-size: 100%;
	line-height: 1.3em;
}

a {
	color: #fff;
	background-color: inherit;
}

a:hover {
	color: #844c1d;
	background-color: inherit;
}

a:visited {
	color: #eee;
	background-color: inherit;
}