body {
  background-image: url(images/hintergrund.png);
  margin: 0px;
  padding: 0px;
  font-family: verdana, arial, helvetica;
}
/* Tag-Formatierungen */
textarea {
  font-family: verdana, arial, helvetica;
}
h1 {
  font-size: 12pt;
}
h3 {
  font-size: 11pt;
}
h6 {
  font-size: 10pt;
}
p, a, li, td, label, input, textarea {
  font-size: 10pt;
}
p, a, td, ul, ol, li, textarea {
  line-height: 1.5em;
}
li {
  margin-bottom: 3pt;
}
hr {
  width: 100%;
  height: 1px;
  color: #596586;
}
td, th
{
  font-size: 10pt;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}
table
{
  width: 100%;
}
table.balken {
  width:90%;
}
table.rahmen {
  border-style:solid;
  border-color:#596586;
  border-width:1px;
  border-collapse:collapse;
}
td.rahmen {
  border-style:solid;
  border-color:#596586;
  border-width:1px;
  padding: 10px;
}
td.rahmenz {
  border-style:solid;
  border-color:#596586;
  border-width:1px;
  text-align: center;
  padding: 10px;
}
td.rahmenzm {
  border: solid #596586 1px;
  text-align: center;
  vertical-align: middle;
  font-size: 8pt;
  padding: 5px 2px;
}
td.rahmenm {
  border: solid #596586 1px;
  vertical-align: middle;
  font-size: 8pt;
  padding: 5px 2px;
}
td.rahmenf {
  border: solid 1px #596586;
  font-size: 8pt;
  color: #596586;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
}
td.rahmeno {
  border-style:solid;
  border-color:#596586;
  border-width:1px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
td.rahmenp {
  border-style:solid;
  border-color:#596586;
  border-width:1px;
  padding-left: 10px;
  padding-right: 10px;
}
td.balken {
  border:solid #596586 1px;
  vertical-align:middle;
}
td.balkeno {
  border:none;
  vertical-align:middle;
}
td.galerie {
  text-align:center;
  vertical-align:middle;
  font-size:8pt;
  padding-top:20px;
  padding-bottom:20px;
}
.bgfarbe {
  background-color: #D1D6E9;
}
.bgueber {
  background-color: #D1D6E9;
  text-align: center;
  color: #596586;
  font-weight: bold;
  padding: 2px;
  margin-top: 40px;
}
.kschrift {
  font-size: 8pt;
}
/* Logo-Layer */
#logo {
  position: absolute;
  top: 15px;
  left: 30px;
  padding: 0px;
  margin: 0px;
}
/* Titel-Layer */
#titel {
  position: absolute;
  left: 200px;
  top: 22px;
  padding: 0px;
  margin: 0px;
}
/* Adress-Layer */
#adresse {
  position: absolute;
  left: 875px;
  top: 25px;
  width: 100px;
  padding: 0px;
  margin: 0px;
}
/* Anzeige-Layer */
#anzeige {
  overflow:hidden;
  position: absolute;
  left: 200px;
  top: 0px;
  width: 650px;
  height: 22px;
  border-bottom: 1px solid #596586;
  background-color: #D1D6E9;
  padding: 0px;
  margin: 0px;
}
td.anzeige {
  font-size: 11px;
  font-weight: bold;
  color: #596586;
  padding-top: 3px;
}
/* Layer für das obere Menü */
#menuoben {
  overflow: hidden;
  position: absolute;
  top: 98px;
  left: 200px;
  height: 23px;
  width: 650px;
  border-top: 1px solid #596586;
  border-bottom: 1px solid #596586;
  background-color: #D1D6E9;
  text-align: right;
  padding: 0px;
  margin: 0px;
}
/* Style-Definition für oberes Menü */
a.menu {
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  color: #596586;
}
a.menu:hover {
  color: #E18D5E;
}
ul.ohne {
  list-style-type: none;
  margin-left: 0.5em;
  padding-left: 0.5em;
}
li.liste {
  margin-top: 8px;
}
a.verweis {
  text-decoration: none;
  font-weight: bold;
  font-size: 8pt;
  color: #596586;
}
a.verweis:before {
  content: url(images/link1.gif);
  padding-right: 5px;
}
a.verweis:hover {
  color: #E18D5E;
}
a.verweis:hover:before {
  content: url(images/link2.gif);
}
a.menuakt {
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  color: #F8F8FF;
}
/* Layer für das Hauptmenü */
#hauptmenu {
  overflow:hidden;
  position: absolute;
  width: 142px;
  left: 19px;
  top: 145px;
  padding: 0px;
}
/*Style-Definition für die First-Level-Navigation*/
div.fstLevel a {
text-decoration: none;
display: block;
width: 136px;
border: 1px solid #596586;
padding: 2px;
margin-top: 3px;
font-size: 11px;
font-weight: bold;
color: #D1D6E9;
background-color: #596586;
}
/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
div.fstLevel a:hover {
  color: #E18D5E;
/* color: #596586;
background-color: #D1D6E9; */
}
/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
div.fstLevelActive a {
text-decoration: none;
display: block;
width: 136px;
border: 1px solid #596586;
padding: 2px;
margin-top: 3px;
font-size: 11px;
font-weight: bold;
color: #596586;
background-color: #F8F8FF;
}
/*Style-Definition für die Second-Level-Navigation*/
div.secLevel a {
text-decoration: none;
display: block;
width: 136px;
border: 1px solid #596586;
padding: 2px;
margin-top: 1px;
text-align: right;
font-size: 8pt;
font-weight: bold;
color: #596586;
background-color: #D1D6E9;
}
/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
div.secLevel a:hover {
  color: #E18D5E;
/* color: #D1D6E9;
background-color: #596586; */
}
/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a {
text-decoration: none;
display: block;
width: 136px;
border: 1px solid #596586;
padding: 2px;
margin-top: 1px;
text-align: right;
font-size: 8pt;
font-weight: bold;
color: #596586;
background-color: #F8F8FF;
}
/* Layer für die Inhalte*/
#inhalt {
  position: absolute;
  left: 220px;
  top: 145px;
  width: 610px;
  margin: 0px;
  padding: 0px;
}
/* Werkzeug-Layer */
#werkzeug {
  overflow:hidden;
  position: absolute;
  left: 880px;
  top: 160px;
  width: 100px;
  height: 200px;
  padding-top: 1px;
  margin: 0px;
}
/* Style-Definition für Werkzeug-Menü */
div.werkzeug a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 11px;
  color: #596586;
  margin-top: 12px;
}
div.werkzeug a:hover {
  color: #E18D5E;
}
div.menuaktiv a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 11px;
  color: #F8F8FF;
  margin-top: 12px;
}
/* Kalender-Formatierung */
td.kal0
{
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
}
td.kal
{
  font-size: 8pt;
  text-align: right;
  padding:0px;
  margin:0px;
}
table.kaltab
{
  background-color: #D1D6E9;
  width: 145px;
  height: 145px;
  border: 1px solid #596586;
}
.vmitte {
  vertical-align: middle;
}
#rahmenz {
  border: solid 1px #596586;
  background-color: #D1D6E9;
  padding-left: 10px;
  padding-right: 10px;
  width: 80%;
  text-align: justify;
  margin-left: 50px;
}
#rahmen {
  border: solid 1px #596586;
  background-color: #D1D6E9;
  padding-left: 10px;
  padding-right: 10px;
}
a.jazzmenu {
  text-decoration:none;
  font-size: 8pt;
  font-weight: bold;
  color: #596586;
}
a.jazzmenu:hover {
  color: #E18D5E;
}
a.agmenu {
  display:block;
  margin-bottom:10px;
  text-decoration: none;
  color: #596586;
  font-size:8pt;
  font-weight:bold;
}
a.agmenu:hover {
  color: #E18D5E;
}
.klein {
  font-size:8pt;
  vertical-align:middle;
}
a.linkmenu {
  font-size:8pt;
  font-weight:bold;
  text-decoration:none;
  color: #596586;
  padding: 3px;
  background-color: #D1D6E9;
}
a.linkmenu:hover {
  color: #E18D5E;
}
