/* CSS-Datei für Standard-Template von CMBasic
CMBasic is free software under the GNU/GPL
Copyright Johann-Christian Hanke 
Copyright CSS-Datei Johann-Christian Hanke
http://www.cmbasic.de 
http://cmbasic.sourceforge.net */

/* Gesamtschrift und Gesamtrand festlegen */
body {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  background-color: white;
  font-size: 100.01%;
  margin: 0px;
}

/* mother-container, contains logo, navi, content and footer */
#mother {
  text-align: left;
  margin: auto;
  width: 780px;
  border-style: solid;
  border-width: 1px;
  border-color: silver;
  color: #000033;
  background-color: white;
}

/* Container mit dem Logo */
#logo {
	font-size: 0.8em;
	text-align: left;
	height: 158px;
	width: 100%;
	color: #000033;
	background-color: #C1C8D5;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 10px;
	background-position: right;
	font-family: AvantGarde, Arial, Helvetica, sans-serif ;
}

/* Hauptüberschrift im Logo-Container */
#logo h1 {
  font-size: 1.6em;
  color: #003366;
  margin: 0px;
  padding-left: 20px;
  background-image: none;
}

/* Suchfeld */
#search {
  display: none;
  float: right;
  color: black;
  width: 180px;
  background-color: transparent;
}

/* Innenrand Suchform */
#search form {
  display: none;
  margin: 0px;
}

/* Haupt-Navigationsbereich */
#navi {
  font-size: 0.8em;
  float: right;
  width: 120px;
  height: 700px;
  color: #333366;
  background-color: #C1C8D5;
  padding-right: 0px;
  padding-top: 20px;
}

/* Navigationspfad */
#path {
/*  margin: 5px 5px 5px 5px;*/
/*  padding-bottom: 6px;*/
}
/* Wahlspruch */
#top2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	background-color: #636482;
	height: 82px;
	width: 100%;
	border-bottom-color:#202541;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#202541;
	border-top-style:solid;
	border-top-width:1px;
	padding-left: 15px;
	padding-right: 0px;
	overflow: visible;
	padding-top: 3px;
	margin-bottom: 10px;
	vertical-align:middle;
}

/* Inhaltsbereich */
#content {
  float: left;
  width: 585px;
  color: #003366;
  background-color: white;
  font-size: 0.84em;
  line-height:1.45em;
  /*border-left-style: solid;
  border-left-width: 1px;
  border-left-color: silver;*/
  padding-left: 6px;
  padding-top: 3px;
}

/* Stilregel für Plugins, z.B. feedback 
wichtig, um für Hintergrundfarbe weiß zu erzwingen,
wenn für body eine abweichende Farbe definiert wurde */
.plugin {
  background-color: white;
  font-size: 1em;
  line-height:1.3em;
}

/* Fußzeile */
#footer {
  width: 100%;
  color: #003366;
  padding: 2px;
  background-color: transparent;
  clear: both;
}

#footer div {
  font-size: 0.7em;
  padding-left: 0px;
  /*text-indent: 10px;*/
}

/* Listenstile für Menüeintrag im Navibereich topmenu */
#topmenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  width: 100%;
  padding-left: 0px;
  text-align: right;
}

#topmenu ul {
  padding: 3px;
  border-bottom: 1px solid silver; 
  margin-bottom: 8px;
}

#topmenu li {
  display: inline;
}

#topmenu a {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  text-decoration: none; 
  border-bottom: 0;
}

#topmenu a:link {
  text-decoration: none;
}

#topmenu a:visited {
  color: gray;
  text-decoration: none;
  width: 100%;
}

#topmenu a:hover {
  background-color: red;
  width: 100%;
  color: white;
}

#topmenu .obermenuhigh {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  background-color: red;
  color: white;
  border-bottom: 0;
}

/* ENDE Listenstile für Menüeintrag im topmenu */

/* Listenstile für Menüeintrag im Navibereich
Dieser Abschnitt ist sehr lang */
#navi ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 1px;
  padding-left: 1px;
}

#navi ul ul {
  
  padding-left: 10px;
  margin-left: 10px;
  }

#navi ul li a {
  display: block;
  list-style-type: none;
  text-indent: 0px;
  margin-top: 1px;
  padding: 4px 4px 4px 8px;
  /*font-weight: bold;*/
  color: #660000;
  /* background-color: transparent;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: silver;*/
}

#navi ul ul li a {
 display: block;
 margin-top:1px;
 padding:4px 4px 4px 2px;
 text-indent: 0px;
 font-weight: bold;
 color: #663333;
 background-color: transparent;
 border-top-style: none;
 border-bottom-style: none;
}

#navi a:link {
  display: block;
  text-decoration: none;
  width: 120px;
}

#navi a:visited {
  color: #666666;
  text-decoration: none;
  display: block;
  width: 120px;
}

#navi a:hover {
  display: block;
  background-color: transparent;
  width: 120px;
  color: #CC0000;
}

#navi ul .obermenuhigh {
	list-style-type: none;
	display: block;
	width: 120px;
	margin-top: 1px;
	padding: 4px 4px 4px 8px;
	font-weight: bold;
	color: #660033;
	background-color: transparent;
	border-bottom-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}

#navi ul ul .submenuhigh {
  list-style-type: none;
  display: block;
  width: 120px;
  margin-top: 1px;
  padding: 4px 4px 4px 2px;
  font-weight: bold;
  color: #660000;
  background-color: #E6E6EE;
  color: #AF1810;
}
/* ENDE Listenstile für Menüeintrag im Navibereich */

/* Ab hier wird es für Sie richtig interessant, aber erst
die ungebundenen Klassen erscheinen als Auswahloptionen 
im linken Pull-down-Menü von TinyMCE! */

/* Überschrift 1 gestalten */
h1 {
  color: #330033;
  font-size: 1.6em;
  line-height: 1.6;
  margin-top: 10px;
  background-image: url(verlauf.jpg);
  background-repeat: repeat-y;
  padding: 4px;
}

/* Überschrift 2 */
h2 {
  font-size: 1.3em;
  line-height: 1.4;
/*  background-image: url(rotkaro.gif);*/
  background-repeat: no-repeat;
  text-indent: 0px;
  background-position: left;
  padding-bottom: 1px;
  margin-bottom: 1px;
}

/* Überschrift 3 */
h3 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

/* Absatz und div */
p{
  padding-right: 3px;
}

/* Tag b zusätzlich einfärben */
b {
 /*  color: #7C580A; */
 color: #330066;
}

/* Zeichenformat strong */
strong {
  /*  color: #AF1810; */
 color: #330066;
}

/* normaler Listenstil, beschränkt auf Inhaltsbereich */
#content ul {
  list-style-image: url(karo.gif);
  font-size: 1em;
  line-height: 1.4;
  margin-left: 0.7em;
  padding-left: 0.7em;
}

/* Hovereffekt für Links */
a:hover {
  text-decoration: none;
}

/* besuchte Hyperlinks */
a:visited {
  color: #666666;
}

/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen 
Diese werden im Auswahlmenü von TinyMCE gezeigt */
/* Gestaltung des rechts ausgerichteten News-Kastens */
.kasten {
  font-size: 1em;
  margin-top: 10px;
  float: right;
  width: 170px;
  border-style: dotted;
  border-width: 2px;
  border-color: silver;
  padding: 3px;
  margin: 3px;
}

.kasten h3 {
  margin-top: 0px;
}

/* Beginn der neuen Newskasten-Formate, ab CMBasic 1.3 */
.boxcover {
  font-size: 0.9em;
  margin-top: 10px;
  float: right;
  width: 200px;
  padding: 3px;
}

.box {
  font-size: 0.9em;
  margin-top: 10px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #0000A0;
}

.box h3 {
  background-color: #0000A0; 
  color: white;
  padding: 3px;
  margin-top: 0px;
}

.box div {
 padding: 3px;
}
/* Ende der neuen Newskasten-Formate */

/* Einführungsabsatz */
.lead, .lead p {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  font-size:  1em;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.lead img {
  padding: 5px;
}

/* grauer Rahmen mit Umrandung */
.rahmen {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1em;
  width: 90%;
  background-color : #EEEEEE; 
  border-style : solid; 
  border-width : 1px; 
  border-color : #006699; 
  padding : 3px; 
}

/* Rahmen mit gestrichelter Umrandung */
.tipp {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1em; 
  width: 90%;
  border-style : dotted; 
  border-width : 1px; 
  border-color : gray; 
  padding : 3px;
  margin-top: 8px;
  margin-bottom: 10px; 
}

.code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
  color: #000099;
}

/* Bildunterschrift */
.bu {
  margin-top: 0px;
  font-size: 0.75em;
  font-weight: bold;
}

/* Linie interessant gestalten */
hr {
	/*border-style: solid;
	border-width: 1px;
	border-color: #003366;*/
	width: 100%;
	margin-left: 0px;
	text-align: left;
	color: #C1C8D5;
}

/* Luft für Tabellen */
table th, th, tbody {
  padding: 3px;
}

/* Links innerhalb von Absätzen mit 
kleinem Zeichen versehen */
#content p a {
  display: inline;
  padding-left: 15px;
  background-image: url(bluedot.gif);
  background-repeat: no-repeat;
}

/* Format für zuletzt geändert usw. */
.datum {
 font-size: 0.8em;
}
/* Bild der Noessers auf Startseite */
#patrons {
	
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 0px;
	padding-top: 25px;
	height:250px;
}
/* Bilder in Metiers */
.bild_left {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 0px;
	
}
.bild_right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	padding-right: 0px;
	
}
/* Styles für die Speisekarten */
.titel {
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
	font-weight: 600;
	font-variant: small-caps;
}

.spalte_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 500;
	font-variant: small-caps;
	color: #330033;
	text-indent: -1em;
	padding-left:25px;
	width:350px;
}
.preis {
    font-size: 1.1em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
	font-weight: 500;
	font-variant: small-caps;
	text-align:right;
}
