/******************************/
/* Generelle Seitenaufteilung */
/******************************/

body {
   margin: 0px;
   padding: 0px;
   background-color: white;
}

/* Header über die gesamte Seitenbreite */
#oben { display: none;}

/* Für den eigentlichen Inhalt sowie die Untermenüstruktur */
#rechts {
   border: 0px;
   padding: 0px;
   background-color: white;
   color: black;
}

#rechts a { color: black; }

/* Seitenbereich für Hauptmenüstruktur sowie News und Logos */
#links { display: none;}

/* Der Inhalt ohne alle Menüs etc. */
#inhalt {
   padding: 10px 20px 5px 10px;
   background-color: white;
   color: black;
}

#inhalt a { color: black; }

/* Übergeordneter Rahmen für die gesamte Untermenüstruktur */
#submenu { display: none; }


/******************************/
/* Schriften                  */
/******************************/

body {
   font-size: 10pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2 {font-weight: bold; }

h1 {
   font-size: 120%;
   margin-top:15px;
}

h2 { font-size: 100% }

table { font-size: 100%; }

p.bildtext {
   margin: 3px;
   text-align: center;
}

.error {
   font-weight: bold;
   color: red;
}


/******************************/
/* Bilder                     */
/******************************/

img { border: none; }


/******************************/
/* Sonstiges                  */
/******************************/

.links {
   float: left;
   margin: 10px 10px 10px 0px;
}

.rechts {
   float: right;
   margin: 10px 0px 10px 10px;
}

.invisible  { display: none; }
.visible_tr { display: table-row; }
