/*   Allgemein Anfang   */

div, p, td, body{
  font-family: Times New Roman,Arial,Helvetica;
  color: #4169F1;
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  }
p
  {
  text-align: center;
  width: 985px;
  }

/*   Allgemein Ende   */
/*   Ueberschriften Anfang   */

h1, h2, h3, th {
  font-weight: bold;
  color: #21824B;
  text-align: center;
  background: #FFD490;
  margin-bottom: 30px;
}
h1 {
  font-size: 23px;
  line-height: 27px;
}
h2, th {
  font-size: 19px;
  line-height: 23px;
}
h3 {
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
}

/*   Ueberschriften Ende   */
/*   Hyperlinks Anfang   */

a:link, a:visited {
  font-weight: normal;
  color: #C000C0;
  font-style: normal;
  text-decoration: overline;
}
a:hover, a:active  {
  color: #C000C0;
  background: transparent;
  text-decoration: none;
}
a:focus {
  color: #6F4378;
  text-decoration:none;
}
a:link.menu, a:visited.menu {
  font-weight: bold;
  line-height: 50px;
  }
a:link.menu2, a:visited.menu2 {
  font-weight: normal;
  line-height: 50px;
  }

/*   Hyperlinks Ende   */
/*   Layout Anfang   */

body
  {
  margin: 0;
  padding: 0;
  background: #fff url(../images/layout/bg.jpg) repeat 0 0;
  width: 100%;
  height: 100%;
  }
  
hr {
  text-align:center;
  border:1px;
  height:1px;
  color:#BFD1EE;
  background-color:#BFD1EE;
  width: 100%;
  margin:0px;
  padding: 0px;
}
table, tr, td {
  text-align: center;
  vertical-align: top;
  border: none;
  background: transparent;
}
table {
  width: 100%;
  }
td {
  padding: 7px;
  vertical-align: middle;
  }
table.layout{
  width: 96%;
  margin: 15px;
  margin-left: 25px;
  margin-right: 25px;
  }

/*   Layout Ende   */
/*   Menu Anfang   */

td.menu {
  border: 4px outset white;
  min-width: 160px;
  width: 160px;
  max-width: 160px;
  padding: 15px;
  padding-top: 10px;
  vertical-align: top;
  }

/*   Menu Ende   */
/*   Tabelle Inhalt Anfang   */

td.inhalt {
  border: none;
  padding: 15px;
  padding: 15px;
  padding-top: 10px;
  vertical-align: top;
  height: 580px;
}

/*   Tabelle Inhalt Ende   */
/*   Footer Anfang   */

div.footer {
  color: #6F4378;
  }

/*   Footer Ende   */

