BODY
{
  font-family : Verdana,Geneva,Arial,sans-serif;
  font-size: x-small;
  background-color: #FFFFD4;
  color: #000000;
 }

a.menue {

}

A:link, A:visited, A:active 
{
	font-size: x-small;
	COLOR: #000000;
}

A:hover 
{
	COLOR: #990000;
}
div.infotext {
	font-size: large;
	font-weight: bold;
	padding-bottom: x-small;	
}

h1
{
	text-align: right;				
	color: #990000;	
	font-size: large;
	font-weight: bold;
	margin-bottom: 1px;
	font-style: italic;
}

h2 {
	text-align: left;				
	color: #990000;	
	font-size: medium;
	font-weight: normal;
	margin-bottom: 1px;
	font-style: italic;	
}

p.anmerkung {
	font-size: x-small;
	vertical-align: bottom;
}

p.center {
	text-align: center;
}
b.achtung {
	font-weight: bold;
	color: #990000;
	font-size: small;
}
img {
border: 0px;
}
	
table {
  font-family : Verdana,Geneva,Arial,sans-serif;
  font-size: x-small;
  background-color: ##FFFFD4;
  color: #000000;	
  vertical-align: top;
}
td {
	vertical-align: top;
}

/* Damit Inhalt horizontal und vertikal zentriert ist */
td.intro {
	vertical-align: middle;
	background-color: #FFFFD4;
}
/* Tablle damit Inhalt horizontal und vertikal zentriert ist */
table.intro {
    height: 100%;
	 width: 100%;
    vertical-align: middle;
    text-align: center;

}


/* Die Linie rechts f. Untermenuepunkte */
td.lineright {	
	border-right: 1px solid #990000;	
	vertical-align: top;
	height: 370px;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}

/*Line unter der Überschrift 1 */
td.linebottom {	
	border-bottom: 1px solid #990000;
	width: 600px;
	vertical-align: bottom;
}

/* Abgrenzungslinie unten wo Öffnungszeiten oder Adresse steht */
td.linetop {	
	border-top: 1px solid #990000;
	width: 600px;
	vertical-align: top;
	padding-top: 7px;
	padding-left: 10px;
}

/* Linie für Ecke links oben über den Untermenüpunkten */
td.lineecke {	
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	width: 150px;
}
/* Linie für Ecke links unten */
td.linieeckeunten {
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	height: 30px;
	
}
table.start {
	padding: 0px;	
	width: 950px;
}

table.startOben {
	padding: 0px;	
	width: 950px;
	border-bottom: 2px solid #990000;
	vertical-align: bottom;
	height: 180px;
} 

table.startUnten {
	padding: 0px;	
	width: 950px;
	border-top: 2px solid #990000;
	vertical-align: top;
	height: 180px;
} 

td.startRight {	
	border-right: 2px solid;
	border-color: #990000;
	padding: 5px;
	text-align: right;	
}

td.startLeft {	
	border-left: 2px solid;
	border-color: #990000;
	padding: 5px;
	text-align: left;
}

td.text {
	width: 400px;
	padding: 5px;
}

td.textZeiten {
	width: 500px;
	padding: 5px;
}

td.image {
	padding: 5px;
	
}

td.menue {
	width: 154px;	
	text-align: right;
	
}

ul {
	list-style-type: square;
	margin-top: 5px;
}





