
body {
   font: normal 9pt Arial, Helvetica, sans-serif;
   color: #000;
   background-color: #FFF;
   margin: 0 ;
   padding: 0;
}
td, p, ul {
   font: normal 9pt Arial, Helvetica, sans-serif;
   color: #000;
}
/* Für NN4 - so ein Unfug! */
b {
   font-weight: bold;
}
h1 {
   font: bold 11pt Arial, Helvetica, sans-serif;
   color: #005EAD;
   border-bottom: 1px solid #005EAD;
   text-decoration: underline; /* für NN4 */
} 
/* Neutralisieren der Untersteichung für NN4 */
#mitte h1 {
   text-decoration: none;
}
h2 {
   font: bold 9pt Arial, Helvetica, sans-serif;
   color: #000;
}
ul {
   margin-left: -1.2em;
   list-style-image: url(file:///J|/_cp/efco/img/misc/bllt_menue.gif);
   list-style-type: square;
}
table#mitte ul {
   margin:0;
   padding: 0 0 0 1.3em;
}

/*test*/

/* Weiten für Tabellen und Spalten; ignoriert von NN4 */
#kopf,
#mitte,
#fuss {
   width: 100%;
}
#kopflinks {
   width: 100%;
}
#kopfrechts {
   width:100%;
}
#mittelinks {
   display: none;
}
#mitteoben {
   display: none;
}
#mitterechts {
   display: none;
}
#fusslinks {
   display: none;
}
#fussmittelinks { /* Zelle mit Copyrighthinweis */
   width:100%;
}
#fussmitterechts { /* Zelle mit Disclaimer */
   display: none;
}
#fussrechts {  /* Zelle mit Toplink*/
   display: none;
}

/* Kopftabelle +++++++++++++++++++++++++++++++++ */
#kopf {
   width: 100%;
}
#kopflinks {
   width: 100%;
   text-align: right;
}
#kopfrechts {
   display: none;
}
/* +++++++++++++++++++++++++++++++++++++++++++ */

/* Inhaltstabelle mit Navigation und Content +++++++++++ */

/* Gesamttabelle vMitte */
#mitte {
   margin: 24pt 0 0 0;
   width: 100%;
}
/* Linke Spalte mit Subnavigation */
#mittelinks {
   display: none;
}
td#mittelinks div#buttons {
   display: none;
}

/* Buttons links */
div#buttons a {
   display: none;
}
div#buttons a:hover {
   display: none;
}

/* Subnavigation */
#subnav { /* Tabelle mit Hauptnavigation */
   display: none;
}
.subnav  a { /* Links */
   display: none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Contentbereich ++++++++++++++++++++++++++++++++++++ */

/* Zeile mit Hauptnavigation */
#mitteoben {
   display: none;
}

/* Hauptnavigation */
#hauptnav { /* Tabelle mit Hauptnavigation */
   display: none;
}
.hauptnav {  /* Zellen mit Hauptnavigation */
   display: none;
}

/* Zelle mit Inhalt */
table#mitte #mitteinhalt { /* versteckt vor NN4 -> Absturz! */
   width: 100%;
}

/* eigentlicher Inhaltsbereich */
#textinhalt {
   font: normal 12px Arial, Helvetica, sans-serif;
   color: #000;
   width:100%;
   text-align: left;
}
/* Tabellenbreite im HTML-Code auf 94% Gesetzt für NN4, der sie sonst zu breit darstellt.
Hier der Ausgleich für alle anderen Browser */
#textinhalt table {
   width: 100%;
   margin: 0;
}
#textinhalt td {
   padding: 3px 10px 3px 10px;
   background-color: #EFEFEF;
}
div#textinhalt td {
   background-color: #F9F9F9;
   border: 1px solid #B8CEDF;
}
#textinhalt .zellenueberschrift {
   color: #005EAD;
   background-color: #CCC;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Fußtabelle +++++++++++++++++++++++++++++++++++++++++ */

#fuss {
   width: 100%;
   border: solid #0066B1;
   border-width: 1px 0 0;
   margin-top: 18pt;
}
/*#fussprint {
   position: absolute;
   left: 0;
   bottom: 0;
}*/
table#fuss[id] {
   bottom: 1.8em;
}
#fusslinks {
   display: none;
}
#fussmittelinks { /* Zelle mit Copyrighthinweis */
   font: normal 8pt Arial, Helvetica, sans-serif;
   color: #005EAD;
   border: 1px  #FFF;
   border-style: none none none solid;
}
#fussmitterechts { /* Zelle mit Disclaimer */
   display: none;
   
}
#fussrechts {  /* Zelle mit Toplink*/
   display: none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */