/* REWRITTEN @ 21.02.2007 / 14:59 by 88.70.60.153 */

/* Damit definieren Sie das Verhalten aller Links */
a
{
  text-decoration: underline;
  color: #393939;
}

/* Damit definieren Sie das Verhalten aller Links wenn Sie mit der Maus drüberfahren. */
a:hover
{
  text-decoration: none;
  color: #FF9E1C;
}

td
{
  font-size : 11px;
}

img
{
  border : 0;
}

/* h1 ist eine Überschrift genau wie .titel. Unterschied ist, dass h1 von Suchmaschinen besser eingestuft wird. */
h1
{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 14px;
  color : #ff8c00;
  font-weight : bold;
  margin: 0 0 0 0;
  padding : 0 0 20px 0;
}

/* ul steht für Listen. Sie können Listen innerhalb von Texten definieren. */
ul
{
  margin-top : 0px;
  margin-bottom : 0px;
}

/* li steht für Listenpunkte. */
li
{
  text-decoration : none;
  list-style : none;
  list-style-type : none;
  padding : 0 0 0 15px;
  background-image : url(../tmpl/bhd/li_blau.gif);
  background-position: 0 5px;
  background-repeat : no-repeat;
}

.orange li
{
  text-decoration : none;
  list-style : none;
  list-style-type : none;
  padding : 0 0 0 15px;
  background-image : url(../tmpl/bhd/li_orange.gif);
  background-position: 0 5px;
  background-repeat : no-repeat;
}

/* pre steht für Satz mit fester Buchstabenbreite. */
pre
{
  font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
}

/* Hier definieren Sie alle Überschriten auf der Webseite. */
/* CSSLIST */
.titel
{
  font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size : 14px;
  color : #090909;
  font-weight : bold;
}

/* sihe .titel */
/* CSSLIST */
.untertitel
{
  font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size : 12px;
  color : #090909;
  font-weight : bold;
}

/* .textklein wird bei Terminen, Kalender, Newsübersichten und anderen Modulen die nur wenig Platz für Informationen haben genutzt. */
/* CSSLIST */
.textklein
{
  font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size : 10px !important;
  color : #090909;
}

/* Links innerhalb von .textklein */
.textklein a
{
  text-decoration: underline;
  color : #090909;
}

/* Mouse-Over bei Links innerhalb von .textklein */
.textklein a:hover
{
  color: #FF9E1C;
  text-decoration: none;
}

/* hier definieren Sie alle Texte die im Hauptbereich auftauchen. */
/* CSSLIST */
.text
{
  font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #090909;
  line-height : 160%;
}

/* Links innerhalb von .text */
.text a
{
  color : #393939;
  text-decoration: underline;
}

/* Mouse-Over bei Links innerhalb von .text */
.text a:hover
{
  color : #4768ad;
  text-decoration: none;
}

/* Blocksatzt wird wie alle anderen Textformen über den Dev4u Texteditor erstellt. */
/* CSSLIST */
.blocksatz
{
  text-align : justify;
}

/* So sehen alle Dev4u-Meldungen aus. Z.B. Loginbegrüssung. */
/* CSSLIST */
.meldung
{
  color : #800000;
  font-weight : bold;
  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 10px;
}

/* Hiermit definieren Sie den Text der unter Bildern steht. */
/* CSSLIST */
.bild
{
  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 9px;
  color : #595959;
}

/* Hier werden die Navigationslinks von Textgruppen oder Kalender definiert. */
.contentnavi
{
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 9px;
}

/* Bild links positioniert wird vom Text umfloßen */
/* CSSLIST */
.bildlinkst
{
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #FFF3E3;
  border-width: 1px;
  border-style: solid;
  border-color: #A1A7BD;
}

/* Bild rechts positioniert wird vom Text umfloßen */
/* CSSLIST */
.bildrechtst
{
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #FFF3E3;
  border-width: 1px;
  border-style: solid;
  border-color: #A1A7BD;
}

.bildlinks
{
  float : left;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #A1A7BD;
}

.bildrechts
{
  float : right;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #A1A7BD;
}

/* Bild im Template - Text läuft in der Spalte */
.bildimtmpl
{
  margin-top: 5px;
  margin-bottom: 2px;
  background-color: #FFF3E3;
  border-width: 1px;
  border-style: solid;
  border-color: #A1A7BD;
}

