/* Tabellen-Breite festlegen */
#mainTable {
   width: 1000px;
}

/* Fuer die Anzeige ueberfluessiges abschalten */
#noScreen {
   display: none;
}

/* Link für die erweiterte Suche */
DIV.advancedSearchLink {
   font-size: 12px;
   font-weight: bold;
}

/* Tabellenhintergründe */
#tdSide {
   background-color:#E8E8F4;
}

#tdContent {
   background-color:#DADBEF;
}

/* Seiten-Hintergrund und Abstand*/
body {
   background-color: #F6F6FB;
   margin: 0px;
}

/* Suchergebnisse */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P {
   color: #333333;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup {
   color:red;
}

/* 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: 12px; */
   font-style: normal;
   font-weight: normal;
}

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: #333399;
   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 {
   color: #333399;
   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: 13px;
/*   font-weight: bold; */
   padding-top: 15px;
   padding-left: 15px;
}

/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1_top_act {
/*   font-weight: bold; */
   font-size: 13px;
   padding-top: 15px;
   padding-left: 15px;
}

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: 10px;
   padding-left: 35px;
   padding-top: 5px;
}

/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1_sub_act {
   font-size: 10px;
/*   font-weight: bold; */
   padding-left: 35px;
   padding-top: 5px;
}

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 {
   color: #333399;
   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;
}