/* Tabellen-Breite in der Druckansicht nicht festlegen! */
#mainTable {
}

/* Fuer die Druckausgabe ueberfluessiges abschalten */
#noPrint, #menu_1 {
   display: none;
}

/* Seiten-Hintergrund und Abstand*/
body {
   background-color: #FFFFFF;
   margin: 0px;
}

/* GENERAL fonts */
body, P, OL, UL, DIV, H1, H2, H3, H4, H5, A, TD, #suchzeile {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
}

H1 {
   font-size: 16px;
   line-height: 16px;
}

H2 {
   font-size: 14px;
   line-height: 14px;
}

H3, H4, H5 {
   font-size: 13px
   line-height: 13px;
}

P, H1, H2 {
   margin: 0px 0px 15px 0px;
}

A {
   color: #000000;
   text-decoration: none;
}

A:HOVER {
   text-decoration: underline;
}

/* Footer */
TR#footer {
   vertical-align=bottom;
   font-family: verdana, arial;
   font-size: 9px;
   padding-top: 50px;
}

TD#footer_nav {
   text-align: center;
}

TD#footer_content {
   text-align: left;
}

/* Nav-Menu */
TD#menu_1 DIV A {
   text-decoration: none;
}
TD#menu_1 DIV A:hover {
   text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1_top {
   font-size: 12px;
   font-weight: bold;
   padding-top: 15px;
   padding-left: 5px;
}

/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1_top_act {
   font-weight: bold;
   font-size: 12px;
   padding-top: 15px;
   padding-left: 5px;
}

TD#menu_1 DIV.menu1_top_act A {
   color: #000000;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1_sub {
   font-size: 11px;
   padding-left: 25px;
}

/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1_sub_act {
   font-size: 11px;
   font-weight: bold;
   padding-left: 25px;
}

TD#menu_1 DIV.menu1_sub_act A {
   color: #000000;
}

/* Uebernahme */

.text {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   color: #000000;
   text-decoration: none
}

.ueberschrift {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-style: normal;
   line-height: normal;
   font-weight: bold;
   color: #333399;
   text-decoration: none
}

.zurueck {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #333399;
   text-decoration: none
}

/* CSS-Styled Content Anpassungen */
.csc-searchResultHeader {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #333399;
   text-decoration: none
}

/* Kontext-Menu */

TD#menu_2 DIV A {
   text-decoration: none;
}
TD#menu_2 DIV A:hover {
   text-decoration: underline;
}

/*  MENU 2, level 1, normal state (NO) */
TD#menu_2 DIV.menu2_top {
   font-size: 12px;
   font-weight: bold;
   padding-top: 10px;
   padding-bottom: 0px;
}

/*  MENU 2, level 1, active state (ACT) */
TD#menu_2 DIV.menu2_top_act {
   font-weight: bold;
   font-size: 12px;
   padding-top: 10px;
   padding-bottom: 0px;
}

TD#menu_2 DIV.menu2_top_act A {
   color: #000000;
}

/*  MENU 2, level 2, normal state (NO) */
TD#menu_2 DIV.menu2_sub {
   font-size: 11px;
   padding-left: 20px;
}

/*  MENU 2, level 2, active state (ACT) */
TD#menu_2 DIV.menu2_sub_act {
   font-size: 11px;
   font-weight: bold;
   padding-left: 20px;
}

TD#menu_2 DIV.menu2_sub_act A {
   color: #000000;
}