/* --------------------------------------------- */
/* Bildschirm-/Drucksteuerung                 */
/* --------------------------------------------- */

/* nur Druckausgabe */
.print {
 display: none;
 }
 
 /* --------------------------------------------- */
/* Allgemeine Tags                            */
/* --------------------------------------------- */

/* Grundeinstellung für Body-Tag */
body {
 font-family:  Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #003364;
 margin: 0px;
}

/* --------------------------------------------- */

 body.iframe{
 background-color: #E5EAEF;
 margin-left: 0px;
 margin-top: 0px;
}

 
 /* --------------------------------------------- */
/* Bilder */
/* --------------------------------------------- */

img{
 margin: 0px;
 padding: 0px;
 border: 0px;
}

/* Balken auf der Startseite */
img.line_start{
 width: 5px;
 height: 20px;
 margin-right: 5px;
 margin-bottom: 0px;
}

/* --------------------------------------------- */
/* Überschriften                              */
/* --------------------------------------------- */

/* Überschrift auf der Startseite */
p.start, h1.start, .h1.start, a.h1.start:link, a.h1.start:visited, a.h1.start:hover, a.h1.start:active {
 font-family:  Arial, Helvetica, sans-serif;
 font-size: 17px;
 font-weight: 600;
 color: #4c7092;
 margin: 0px;
 padding: 0px;
}


/* --------------------------------------------- */
/* Textkörperformate                          */
/* --------------------------------------------- */

/* Absatz */
p {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 margin-top: 0px;
 margin-bottom: 6px;
} 

/* kursiv */
em,i {
 font-style: italic;
}

/* Formularfelder */
form {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 margin: 0px;
 padding: 0px;
}


/* --------------------------------------------- */
/* Sonderformate                              */
/* --------------------------------------------- */

/* Menüeinträge oben */
.menu_top,a.menu_top:link,a.menu_top:visited,a.menu_top:active {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 color: #ccd6e0;
}
a.menu_top:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
}


/* Menüeinträge, Ebene 1 */
.menue_1,a.menue_1:link,a.menue_1:visited,a.menue_1:hover,a.menue_1:active{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: 600;
 color: #335C83;
 text-decoration: none;
}

/* Menüeinträge, Ebene 2 */
.menue_2,a.menue_2:link,a.menue_2:visited {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #4c7092;
 text-decoration: none;
}

/* Menüeinträge, Ebene 2, Link mit Maus-Over */
a.menue_2:hover,a.menue_2:active {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
 color: #003364;
}

/* Menübottom "Impressum", "Rechtliches", "Inhalt" */
.menue_bottom_small,a.menue_bottom_small:link,a.menue_bottom_small:visited {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 font-weight: normal;
 color: #ffffff;
 text-decoration: none;
}
/* Menübottom "Impressum", "Rechtliches", "Inhalt", Link mit Maus-Over */
a.menue_bottom_small:hover,a.menue_bottom_small:active {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 font-weight: normal;
 text-decoration: none;
 color: #ffffff;
}


/* Startbox unten */
p.box_content, a.box_content:link, a.box_content:visited, a.box_content:active  {
 margin: 0px; 
 font-weight: normal; 
 font-style: normal;
 font-size: 11px; 
 color: #003364; 
 text-decoration: none;
} 
a.box_content:hover {
 margin: 0px; 
 font-weight: normal; 
 font-style: normal;
 font-size: 11px; 
 color: #335c83; 
 text-decoration: none;
} 

/* Tabellenspalten-Beschriftung: weiße Schrift auf farbigem Grund */
.tabelle, a.tabelle:link, a.tabelle:hover, a.tabelle:visited, a.tabelle:active {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #ffffff;
 padding:0px;
 margin:0px;
 text-decoration: none;
}

/* Tabellenspalten-Beschriftung: rote Schrift auf weißem Grund für Startseite (Portfolio) */
.tabelle1, a.tabelle1:link, a.tabelle1:hover, a.tabelle1:visited, a.tabelle1:active {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 font-weight: bold;
 font-style: italic;
 color: #AE1732;
 padding:0px;
 margin:0px;
 text-decoration: none;
}


/* www - Portfolioboxen auf Startseite */

p.portfolio_headline, a.portfolio_headline:link, a.portfolio_headline:hover, a.portfolio_headline:visited, a.portfolio_headline:active {
 margin-top: 0px; 
 margin-bottom: 2px; 
 font-weight: bold; 
 font-style: normal;
 font-size: 13px; 
 color: #003364; 
 text-decoration: none;
} 
p.portfolio_content, a.portfolio_content:link, a.portfolio_content:visited, a.portfolio_content:active  {
 margin-top: 0px; 
 margin-bottom: 10px; 
 font-weight: normal; 
 font-style: italic;
 font-size: 11px; 
 color: #003364; 
 text-decoration: none;
} 
a.portfolio_content:hover {
 margin-top: 0px; 
 margin-bottom: 10px; 
 font-weight: normal; 
 font-style: italic;
 font-size: 11px; 
 color: #335C83; 
 text-decoration: none;
} 

/* Suche Feld*/
input.search{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-decoration: none;
 border: 1px solid #CCD6E0;
 color: #6685A2;
 padding-left: 3px;
 padding-right: 0px;
 height: 14px;
 width: 115px;
 margin: 0px;
}
/* Länderauswahl */
select.countries {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-decoration: none;
 border: 1px solid #CCD6E0;
 color: #6685A2;
 padding-left: 3px;
 padding-right: 0px;
 padding-top: 0px;
 padding-bottom: 0px;      
 height: 18px;
 width: 144px;
 vertical-align: middle;
}

/* --------------------------------------------- */
/* DIV-Tag Layouts */
/* --------------------------------------------- */

/* Top-Menues */
/* obere Menüpunkte (Bilder) auf der Startseite */
div.top_menu_imgs{
 position:absolute;
 left:164px;
 top:220px;
 width:616px;
 height:35px;
 z-index:2;
 overflow: visible;
 visibility: visible;
}

/* aufgeklapptes Menue auf der Startseite */
div.top_menu{
 position:absolute; 
 left:164px; 
 top:255px; 
 width:616px;
 vertical-align: top;
 z-index: 3;
 visibility: hidden;
}



/* Consist-Logo */
div.logo{
 position: absolute;
 left:10px;
 top: 0px;
 width: 144px;
 height: 100px;
 z-index:1;
 visibility: visible;
}

/* www - Boxen für Portfolio auf Startseite */
/* www - BlueBox: Breite 192px */
div.portfolio_head {
 background-color: #ffffff; 
 width: 180px;
 height: 50px;
 border-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-left-style: solid;
 border-bottom-style: none;
 border-color: #7f99b1;
 margin: 0px; 
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 32px;
 text-align: center;
 vertical-align: middle;
}
div.portfolio_body {
 background-color: #e5eaef; 
 width: 180px;
 height: 190px;
 border-width: 1px;
 border-style: solid;
 border-color: #7f99b1;
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 30px;
 text-align: center;
 margin-bottom: 25px;
}

/* Message-Box bei ausgeschaltetem Java-Script */
.noscript{
 width: 596px;
 background-color: #7F99B1;
 padding: 10px;
}

/* --------------------------------------------- */
/* Styledefinitionen für Tabellen des Layouts */
/* --------------------------------------------- */

table {
 margin: 0px;
 padding: 0px;
 border: 0px;
}

tr {
 margin: 0px;
 padding: 0px;
 border: 0px;
}

td {
 margin: 0px;
 padding: 0px;
 border: 0px;
}

.offset {
 padding-left: 10px;
}

/* Haupttabelle */
.tab_main {
 background-color: #ffffff;
 width: 780px;
 vertical-align: top;
 text-align: left;
 border-collapse: collapse;
}

/* Startseite: obere Zeile */
.tab_start_r1 {
 width: 780px;
 height: 255px;
 vertical-align: top;
 text-align: left;
}

/* unterer blauer Kasten auf der Startseite */
.tab_startbox{
 width: 616px;
 vertical-align: top;
 text-align: left;
 background-color: #e5eaef;
 padding-bottom: 10px;
}

/* Aktuelle Meldungen in dem blauen Kasten auf der Startseite */
.tab_startbox_left{
 width: 308px;
 vertical-align: top;
}

/* Inhalt des blauen Kasten auf der Startseite */
.tab_startbox_right{
 vertical-align: top;
 padding-right: 10px;
}

/* linke Spalte, Rand rechts und links*/
.tab_c1_offset {
 width: 10px;
 background-color: #ffffff;
}

/* linke Spalte */
.tab_c1 {
 width: 144px;
 vertical-align: top;
 background-color: #ffffff;
}

/* linke Spalte, Leerraum für das Logo */
.tab_c1_offset_logo {
 width: 144px;
 height: 100px;
}

/* linke Spalte, über dem Menü auf der linken Seite und neben dem Aufklappmenü */
.tab_c1_part1 {
 width: 144px;
 height: 125px;
 vertical-align: top;
 background-color: #ffffff;
}

/* linke Spalte, Menü */
.tab_c1_part2 {
 width: 144px;
 vertical-align: top;
 background-color: #ffffff;
}


/* Menü-Tabelle */
.tab_menu_1 {
 width: 142px;
 vertical-align: bottom;
 text-align: left;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 border-bottom-color: #e5eaef;
 padding-top: 5px;
}


/* Top-Menü */
.tab_topmenu_cell{
 padding-left: 10px;
 width: 144px;
 height: 15px;
 vertical-align: top;
}


/* Fußzeile */
.tab_content_r4{
 width: 616px;
 height: 20px;
 vertical-align: top;
 text-align: left;
 background-color: #7f99b1;
}
.tab_footer_text{
 height: 20px;
 vertical-align: middle;
 text-align: center;
 padding-left: 10px;
}
.tab_footer_line{
 width: 10px;
 height: 15px;
 border-right:1px dotted white;
}
.tab_footer_empty{
 width: 5px;
 height: 5px;
}

