body {
  color: black;
  font-family: "Zapf Chancery", "Comic Sans MS", cursive;
  background-color: #ffea7c;
  background-image: url(../back.gif);
  background-repeat: repeat;
  margin-bottom: 0;
}

p { 
  text-align: center;
  color: #000;
  padding: 4px;
}

p.left {
  text-align: left;
  padding: 8px 0px;
}

p.News {
  padding: 10px 0px 0px 0px;
  margin: 0px;
  text-align: center;
}

td.News {
  background-color: white;
  padding: 0px 10px 0px 10px;
}

#Downloads td {
  padding: 12px;
}

#Pad td {
  padding: 5px;
}

/* Tabellenlayout */
#Zebra {
  border-style: none;
  text-align: left;
  padding-top: 5px;
}

#Zebra th {
  padding-top: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#Zebra td {
  padding: 3px 5px 3px 5px;
}

tr.Ungerade {
  background-color: #FADD00;
  vertical-align: middle;
  padding: 20px;
}

tr.Gerade {
  vertical-align: middle;
}

table.Event {
  width: 100%;
  border-style: none;
  padding: 0;
  margin-left: -6px;
}

a:link { 
  color: blue; 
}

a:visited {
  color: purple;
}

a:hover { 
  color: purple;
}

a:active {
  color: red;
}

div.Header {
  position: fixed;
  width: 100%;
  background-image: url(../back.gif);
  padding-top: 15px;
  margin-top: -8px;
  border-bottom: 5px white solid;
  text-align: center;
  z-index: 2;
}

div.Content {
  padding-top:127px;
}

#Rahmen {
   background-color: #fe7;
   width: 85.6%;
   float: left;
   border-bottom: #fe7 20px solid;
   margin-left: 5%;
   margin-right: 0px;
   margin-bottom: 20px;
   padding-left: 2.2%;
   padding-right: 2.2%;
   padding-top: 20px;
   border: 1px solid #FFE633;
}
   
div.Text {
  float: left;
  text-align: center;
  width: 99%;
  margin-top: 15px;
  margin-bottom: 15px;
}

div.TextL {
  text-align: left;
  float: left;
  width: 99%;
}

div.Bild {
  width: 99%;
  text-align: center;
}

div.Restauration {
  width: 600px;
  float: left;
  text-align: center;
}

div.GoogleR {
  float: right;
  z-index: 1;
}

div.Tabelle {
  margin-left: auto;
  margin-right: auto;
  width: 850px;
  padding-top: 25px;
  padding-bottom: 10px;
}

div.Bild4 {
  float: left;
  width: 25%;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 13px;
}

div.Check {
  float: left;
  width: 63%;
  padding: 10px 0px 20px 0px;
}

div.Radio {
  float: right;
  width: 36%;
  padding: 10px 0px 20px 0px;
}

div.Erstellen {
  float: left;
  text-align: left;
  padding: 20px 0px 20px 30px;
}

div.Titel {
  padding: 3px 0px 8px 0px;
}

div.Menue {
  width: 970px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
}

/*--Setzt alle Abstände auf "Null"--*/
* {
  margin: 0;
  padding: 0;
} 

/*--formatiert die Menüleiste--*/
#menu {
  width: 950px;
  padding: 0 10px;
  font-family: "Zapf Chancery", "Comic Sans MS", cursive;
  font-size: 15px;
  font-weight: bold;
  height: 42px;
  float: left;
  padding-top: 1px;
  background-image: url(../menu.png);
  background-repeat: no-repeat;
} 


/*--definiert einen Hauptleistenlink im Normalzustand--*/
#menu a.direkt:link {
  font-weight: bold;
  text-align: center;
  color: white;
  text-align: center;
}

/*--definiert einen Hauptleistenlink im Hoverzustand--*/
#menu a.direkt:hover {
  background: #00004C;
  color: white;
  text-align: center;
}

#menu a.direkt:visited {
  text-align: center;
  color: white;
  background-color: transparent;
}

#menu a.direkt:active {
  text-align: center;
  color: white;
  background: transparent;
}

/*--formatiert die Themenblöcke--*/
#menu ul {
  float: left;
  width: 105px;
  list-style-type: none;
} 

/*--definiert die Blocküberschriften--*/
#menu h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: white;
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a {
  text-decoration: none;
  display: block;
  text-align: left;
  color: white;
}

/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menu a:hover {
  color: #00004C;
  background: #A6A6A6;
} 

#menu a:visited {
  color: white;
  background-color: transparent;
} 

#menu a:active {
  color: white;
  background-color: transparent;
} 

/*
*verhindert im Zusammenhang mit position absolute bei ul ul
*eine Höhenvergrößerung von #menu beim Hovern--
*/
#menu li {
  position: relative;
}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
  position: absolute;
  z-index: 2;
  display: none;
} 

/*--lässt die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
  display: block;
  background: #00004C;
  width: 160px;
} 

/*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/
* html #menu ul li {
  float: left;
  width: 100%;
}

/*--nur für IE 7 erkennbar--*/
*+ html #menu ul li {
  float: left;
  width: 100%;
} 

/*--bewirkt Hover-Effekt für IE kleiner 7 auch für ul- und li-Elemente--*/
*html body {
  behavior: url(csshover3-source.htc);
  font-size: 100%;
}

*html #menu ul li a {
  height: 1%;
} 

#menu ul li ul li {
  padding: 4px 0px;
}