/* Korrektur Startseite Homepage */

#Menkarte {
	float: left; height: auto; width: 100%; position: relative;
	border-top: 2px solid #fd6102; background-color: #fd6102; }
#Menkarte h2 {
	float: left; color: white; font-variant: normal; font-weight: bold; font-size: 1em;
	text-align: left; text-indent: 0.2em; margin: 0; padding-top: 2px; }
.button_info a:link, .button_info a:visited {
	display: block; color: white; font-size: 0.9em; font-weight: bold; text-decoration: none;
	background-color: #fd6102;}
.button_info a:hover { color: #304e6a; background-color: white; }

#Info h5 {
	font-size: 0.8em; color: #0c92cb; font-variant: normal; font-weight: bold;
	margin: 12px 0 -12px 0; text-align: center; }

#Inhalt { width: 620px; height: 304px!important; /* height: 320 - Dies ist der Orginal-Wert wg. Werbung anzupassende Höhe der Inhaltsbox */
  overflow: auto; border-bottom: 0px solid #e7d5b5; }

#Werbung { /*	clear: right; float: right; */ position: absolute; text-align: center;
  background-color: white; border-width: 0px; 
  left: 0px;  /* Dies ist der Abstand der Werbebox zum linken Rand der Inhaltsbox */ 
  top: 364px; /* org: 364 - Dies ist der Abstand der Werbebox zum oberen Rand der Inhaltsbox */ 
  width: 620px;  /* Dies ist die maximale Breite der Werbebox */ 
  height: 120px;  /* Dies ist die maximale Höhe der Werbebox */ 
	}

#Drucken { top: 16px; }

/* Ueberschrift steht separat */
#TermineUeberschrift { float: right; position: relative;
  right: 0px; /* Dies ist der Abstand der Überschriftenbox zum rechten Rand der Inhaltsbox */
  top: 0px;  /* Dies ist der Abstand der Überschriftenbox zum oberen Rand der Inhaltsbox */
	width: 162px;  /* Dies ist die Breite der Überschriftenbox */
  height: 19px;  /* Dies ist die Höhe der Überschriftenbox */
  background-color: #e7d5b5; padding-top: 5px; padding-left: 2px; margin-top: 6px; }
	
#TermineUeberschrift a:hover {
	text-decoration	: underline; }

#TermineUeberschrift a {
	color: #304e6a; font-size: 12px; font-weight: bold; text-decoration: none;
	padding-top: 6px; padding-left: 4px; padding-bottom: 6px;
	margin-left: 1px; }

.tnschrift a:link, .tnschrift a:visited { display: block; line-height: 100%;
	color: #304e6a; font-size: 12px; font-weight: bold; text-decoration: none;
	padding-top: 6px; padding-left: 4px; padding-bottom: 6px; }
.tnschrift a:hover {text-decoration: underline }

#Termine { clear: right; float: right; position: relative;
  background-color: #ffffd9; border: 1px solid #e7d5b5; padding-left: 2px; padding-right: 2px;
  right: 0px; /* Dies ist der Abstand der Terminbox zum rechten Rand der Inhaltsbox */
  top: 0px;  /* Dies ist der Abstand der Terminbox zum oberen Rand der Inhaltsbox */
  width: 158px;  /* Dies ist die Breite der Terminbox */ 
  height: 384px; /* Dies ist die Höhe der Terminebox (382px bis zum Abschluss der W3C-Pictos) */ 
	overflow:auto;}

