
/* Allgemeine Einstellungen*/
.body{
        font-size: 10pt;
        font-style: normal;
        font-family: helvetica, fixed;
}

p.fett {
font-family: Arial, Helvetica, sans-serif;
color: #888888;
font-weight:bold;
font-size:14pt;
}

h1.InTabelle{
 /*color: #FFFFFF;*/
 color: #888888;
 background-color: transparent;
 text-decoration:none;
 font-size: 16px;
 font-family:helvetica, fixed;
}

a.InTabelle{
 /*color: #FFFFFF;*/
 color: #888888;
 background-color: transparent;
 text-decoration:none;
 font-size: 16px;
 font-family:helvetica, fixed;
}

a.InTabelleklein{
 /*color: #FFFFFF;*/
 color: #888888;
 background-color: transparent;
 text-decoration:none;
 font-size: 11px;
 font-family:helvetica, fixed;
}

/* links bleiben schwarz  */
a.InTabelle:hover {
  color: #000000;
}


h2.InTabelle{
 /*color: #FFFFFF;*/
 color: #888888;
 background-color: transparent;
 text-decoration:none;
 font-size: 16px;
 font-family:helvetica, fixed;
}

h3.InTabelle{
 /*color: #FFFFFF;*/
 color: #888888;
 background-color: transparent;
 text-decoration:none;
 font-size: 16px;
 font-family:helvetica, fixed;
 margin-bottom:1px;

}

h4.InTabelle{
 /*color: #FFFFFF;*/
 color: #888888;
 background-color: transparent;
 text-decoration:none;
 font-size: 11px;
 font-family:helvetica;
 font-style:normal;
 margin-bottom:1px;
}

.InTabelleFett{
 /*color: #FFFFFF;*/
 color: #888888;
 background-color: transparent;
 text-decoration:none;
 font-size: 11px;
 font-weight:bold;
 font-family:helvetica;
}

.InTabelle{
 /*color: #FFFFFF;*/
 color: #888888;
 background-color: transparent;
 text-decoration:none;
 font-size: 11px;
 font-family:helvetica;
}

.InTabelleBlau{
/* color: #FFFFFF;*/
 color: #888888;
 background-color: #C5D5DD;
 text-decoration:none;
 font-size: 11px;
 font-family:helvetica;
}

/* Hintergrund der Leisten --> Rahmen*/
.hintergrund{
 background-color: #C5D5DD;
}

.vordergrund{
 background-color: #FFFFFF;
 font-family:helvetica, fixed;
 font-size: 11px;
/* scrollbar-face-color:#0000FF;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:0000FF;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#000000;
  */
 }

td.aktuellesmenue{
 background-color: #C5D5DD;
 font-family: helvetica, fixed;
 font-size: 10px;
}

td.BildHintergrund{
 background-color: #C5D5DD;
/* background: transparent url('animated.gif') 50% 50% no-repeat;*/
 font-family: helvetica, fixed;
 font-size: 20px;
}

td.text{
 background-color: #888888;
 font-family: helvetica, fixed;
 font-size: 10px;
}

/* Definition der Links in der oben Navigationsleisten*/
/*---------------------------------------------------------------------------------------------*/
/* links bleiben schwarz */
td.navi{
 vertical-align:bottom;
}
a.navilink {
 /*color: #FFFFFF;*/
 color: #888888;
 background-color: transparent;
 text-decoration:none;
 font-size: 11px;
 font-family:helvetica;
 }

 /* links bleiben schwarz  */
a.navilink:visited {
 /*color: #FFFFF0;*/
 color: #888888;
 background-color: transparent;
 text-decoration:none;
 }

/* links bleiben schwarz  */
a.navilink:hover {
  color: #000000;
  background-color: transparent;
  text-decoration:none;
  font-style: bold;
}

/* links bleiben schwarz  */
a.navilink:active {
    color: #000000;
    background-color: transparent;
    text-decoration:none;
 }

 /* Aussehen dermenueleiste auf der linken Seite */
 /*----------------------------------------------------------------------------*/
 /* links bleiben schwarz */
a.menulink {
 /*color: #FFFFFF;*/
 color: #888888;
 background-color: transparent;
 text-decoration:none;
 font-size: 12px;
 font-family:helvetica;
 font-weight: bold;
 }

 /* links bleiben schwarz  */
a.menulink:visited {
 /*color: #FFFFF0;*/
 color: #888888;
 background-color: transparent;
 text-decoration:none;
 }

/* links bleiben schwarz  */
a.menulink:hover {
  color: #000000;
  background-color: transparent;
  text-decoration:none;
  /*font-style: italic;*/
}

/* links bleiben schwarz  */
a.menulink:active {
    color: #000000;
    background-color: transparent;
    text-decoration:none;
 }

 a.submenulink {
 /*color: #FFFFFF;*/
 color: #888888;
 background-color: transparent;
 text-decoration:none;
 text-indent: 3mm;
 margin-left: 10pt;
 font-size: 11px;
 font-family:helvetica;
 }

a.submenulink:hover {
  color: #000000;
  background-color: transparent;
  text-decoration:none;
  /*font-style: italic;*/
 }

a.submenuAktiv {
 /*color: #FFFFFF;*/
 color: #000000;
 background-color: transparent;
 text-decoration:none;
 text-indent: 3mm;
 margin-left: 10pt;
 font-size: 11px;
 font-family:helvetica;
 }

/* Link im normalen Text */
a.textlink  {
 /*color: #FFFFFF;*/
 color: #888888;
 background-color: transparent;
 text-decoration:none;
 font-weight: bold;
 }
 /* Link im normalen Text */
a.textlink:hover  {
 /*color: #FFFFFF;*/
 /*color: #888888;*/
 color: #000000;
 background-color: transparent;
 text-decoration:none;
 /*font-style: italic;*/
 font-weight: bold;
 }

 /* Link im normalen Text */
a.bildlink  {
 /*color: #FFFFFF;*/
 color: #888888;
 background-color: transparent;
 text-decoration:none;
 font-weight: bold;
 }

img { border: none; }

.stelleklein{
 font-size: 14px;
}