/* globale Einstellungen */
body {
   margin: 1em;
   padding: 0px;
   font-size: 1em; /* sicherstellen, dass Anwender die Schrift ändern kann*/
   font-family: Arial, Verdana, sans-serif;
   background-color: #FFFFFF;
   color: #000;
}

/* Allgemeines Format für Links in der Seite */
a {
   font-family: Arial, Verdana, sans-serif;
   font-size: 1em; /* sicherstellen, dass Anwender die Schrift ändern kann*/
   color: #00F;
   font-weight: bold;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

/* Alle Klassen mit der Auszeichnung fett */
a,
.listdesc,
.formmandatory,
.formmandatoryerror,
.formdesc {
   font-weight: bold;
}

/* Mit .fixfloat löscht man alle zuvor evtl. gesetzten Floats
   etc. und stellt sicher, daß der nächste DIV UNTERHALB von
   Fixfloat erscheint */
.fixfloat {
   float: none;
   clear: both;
   width: 0px;
   margin: 0;
   padding: 0;
   font-size: 0px;
   line-height: 0px;
   height: 0px;
}

/* Aussehen von Abkürzungen */
abbr[title], acronym[title]
{
  border-bottom: 1px dashed #C02020;
}

div#titel {
   font-size: 1.4em;
   width: 100%;
}

/* abgeschaltete Seitenbereiche */
.unsichtbar,
.topBanner,
.logo,
div#navi0,
ol.navi0,
li.navi0,
li.navi0sel,
a.navi0,
a.navi0sel,
div#navibar,
div#navibarCont,
#leftmenu,
#leftmenuCont,
div#loginform {
   display: none;
}

/* Content-Bereich (Allgemein) */
label {
   font-weight: bold;
}

/* Contentbereich */
div#content {
   font-size: 1em; /* sicherstellen, dass Anwender die Schrift ändern kann*/
   border: 0;
   padding: 15px;
   background-color: #FFF;
}

div#content p a:before {
	content: "";
}

p.detail {
   font-family: Verdana, Arial, sans-serif;
   font-size: 1em;
}

p.detaildesc {
   font-weight: bold;
}

.figure {
   text-align: center;
   font-size: 7pt;
   font-weight: bold;
}

#margin,
div#footer,
.editlink,
.comDate,
.comName,
.comContent {
   display: none;
}

/* allgemeine Klassen */

img.imgLink {
   padding: 7px;
   float: left;
	 border: 0;
}

.underline {
   text-decoration: underline;
}
