/* globale Body Einstellungen */
body {background-color:#FFFFFF;color:#000000;font-size:9pt;font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;  }

/* Google Map auf der Referenzseite */
#map_ipcomm {
        width:700px;
        height:600px;
}

/* Top : Tabelle */
#ttable {
        border-width:0px;
        border-spacing:5px;
        border-style:outset;
}

/* Top : Tabellenzelle */
#tcell {
        background-color:#E5E5E5;
        text-align:left;
        vertical-align:top;
}

#vtable {
        border-width:0px;
        border-spacing:5px;
        border-style:outset;
}

#vcell {
        background-color:#D8E0FF;
        text-align:left;
        vertical-align:top;
}

#cathead {
        font-size: 24px;
        font-weight: bold;
        font-style: italic;
        color: #000099;
}

/*        =======
        Schrift
        =======*/

/* blaue Überschrift in jeder Datei FETT */
.headline
{
        font-size: 30px;
        font-weight: bold;
        font-style: italic;
        color: #000099;
}
/* blaue Überschrift nicht kursiv*/
.headline2-non_italic
{
        font-family: verdana;
        font-size: 20px;
        font-weight: none;
        font-style: none;
        color: #000000;
}
/* blaue Überschrift dünn hinter dicker Überschrift */
.headline2
{
        font-family: verdana;
        font-size: 18;
        font-weight: bold;
        font-style: italic;
        color: #000099;
}
/* ...Überschriften, blau schräg*/
.headline3
{
        font-family: verdana;
        font-size: 16;
        font-weight: bold;
        font-style: italic;
        color: #000099;
}

/* Text */
.text
{
        font-family: verdana;
        font-size: 10;
        font-weight: none;
        font-style: none;
        color: #000000;
}

/* Bildunterschriften und ALT-Teste*/
.bild
{
        font-family: verdana;
        font-size: 10;
        font-weight: bold;
        font-style: none;
        color: #000000;
}

/* Bildunterschriften und ALT-Teste dünn*/
.bild0
{
        font-family: verdana;
        font-size: 10;
        font-weight: none;
        font-style: none;
        color: #000000;
}


/* Link normal*/
a:link
{
        color:#000099;
        text-decoration:underline;
        font-family: verdana;
        font-size: 13;
}
a:visited
{
        color:#000066;
        text-decoration:underline;
        font-family: verdana;
        font-size: 13;
}
//a:active
//{
//        color:#000099;
//        text-decoration: none;
//        font-family: verdana;
//        font-size: 13;
//}
/* Link groß*/
.biglink:link
{
        color: #000099;
        text-decoration: underline;
        font-family: verdana;
        font-size: 16;
        font-weight: bold;
        background : transparent;
}
.biglink:active
{
        color:#000099;
        text-decoration: none;
        font-family: verdana;
        font-size: 16;
        font-weight: bold;
}
.biglink:visited
{
        color:#000066;
        text-decoration: underline;
        font-family: verdana;
        font-size: 16;
        font-weight: bold;
        background : transparent;
}
/* Links im Menü*/
.menu:link
{
        color: #ffffff;
        text-decoration: underline;
        font-family: verdana;
        font-size: 13;
        background : transparent;
}
.menu:active
{
        color:#ffffff;
        text-decoration: none;
        font-family: verdana;
        font-size: 13;
}
.menu:visited
{
        color:#ffffff;
        text-decoration: underline;
        font-family: verdana;
        font-size: 13;
        background : transparent;
}
.menu:hover
{
        color:#ffffff;
        text-decoration: underline;
        font-family: verdana;
        font-size: 13;
/*        border-bottom : 1px solid white; */
        background : transparent;
}


/*         ==================
        Tabellen allgemein
======================*/

/* Normale Tabellenzellen links*/
td.td_normal
{
        font-family: verdana;
        font-size: 13;
        font-weight: none;
        font-style: none;
        color: #000000;
        text-align: left;
        background-color: #bfc8dd;
}
/* Normale Tabellenzeilen links*/
tr.tr_normal
{
        font-family: verdana;
        font-size: 13;
        font-weight: none;
        font-style: none;
        color: #000000;
        text-align: left;
        background-color: #bfc8dd;
}
/* Normale Tabellenzellen dicker Text links*/
td.td_big
{
        font-family: verdana;
        font-size: 13;
        font-weight: bold;
        font-style: none;
        color: #000000;
        text-align: left;
        background-color: #bfc8dd;
}
/* Normale Tabellenzeilen dicker Text links*/
tr.tr_big
{
        font-family: verdana;
        font-size: 13;
        font-weight: bold;
        font-style: none;
        color: #000000;
        text-align: left;
        background-color: #bfc8dd;
}
/* Normale Tabellenzellen mittig*/
td.td_normal-center
{
        font-family: verdana;
        font-size: 13;
        font-weight: none;
        font-style: none;
        color: #000000;
        text-align: center;
        background-color: #bfc8dd;
}
/* Normale Tabellenzeilen mittig*/
tr.tr_normal-center
{
        font-family: verdana;
        font-size: 13;
        font-weight: none;
        font-style: none;
        color: #000000;
        text-align: center;
        background-color: #bfc8dd;
}
/* Normale Tabellenzellen dicker Text mittig*/
td.td_big-center
{
        font-family: verdana;
        font-size: 13;
        font-weight: bold;
        font-style: none;
        color: #000000;
        text-align: center;
        background-color: #bfc8dd;
}
/* Normale Tabellenzeilen dicker Text mittig*/
tr.tr_big-center
{
        font-family: verdana;
        font-size: 13;
        font-weight: bold;
        font-style: none;
        color: #000000;
        text-align: center;
        background-color: #bfc8dd;
}


/*         ===========================
        Tabellen mit PDF und Links:
===============================*/

/* Allgemeine Tabellenzeilen linksbündig*/
tr.tr_pdf_link_normal
{
        font-family: verdana;
        font-size: 13;
        font-weight: none;
        font-style: none;
        color: #000000;
        text-align: left;
        vertical-align:middle;
        background-color: #8aaacc;
}
/* Tabellenueberschriften zentriert*/
tr.tr_pdf_link_ueberschrift
{
        font-family: verdana;
        font-size: 13;
        font-weight: bold;
        font-style: none;
        color: #ffffff;
        text-align: center;
        vertical-align:middle;
        background-color: #000484;
}
/* Bildspalte zentriert*/
td.td_pdf_link_imagespalte
{
        font-family: verdana;
        font-size: 10;
        font-weight: none;
        font-style: none;
        color: #000000;
        text-align: center;
        vertical-align:middle;
        background-color: #8aaacc;
        width: 60;
        height: 34;
}
/* Versionsspalte zentriert*/
td.td_pdf_link_versionsspalte
{
        font-family: verdana;
        font-size: 13;
        font-weight: none;
        font-style: none;
        color: #000000;
        text-align: center;
        vertical-align:middle;
        background-color: #8aaacc;
        width: 60;
        height: 34;
}
/* Produktspalte liksbündig*/
td.td_pdf_link_produktspalte
{
        font-family: verdana;
        font-size: 13;
        text-align: left;
        vertical-align:middle;
        background-color: #8aaacc;
        width: 140;
}
/* Symbolspalte zentriert*/
td.td_pdf_link_symbolspalte-zentriert
{
        font-family: verdana;
        font-size: 13;
        font-weight: none;
        font-style: none;
        color: #000000;
        text-align: center;
        vertical-align:middle;
        width: 60;
        background-color: #8aaacc;
}
/* Symbolspalte zentriert ohne Breitenangabe*/
td.td_pdf_link_symbolspalte-zentriert_ohne_breite
{
        font-family: verdana;
        font-size: 13;
        font-weight: none;
        font-style: none;
        color: #000000;
        text-align: center;
        vertical-align:middle;
        background-color: #8aaacc;
}


/*         =========================
        Tabellen Technische Daten
=============================*/
/* Überschrift Technische Daten */
td.tdaten_ueberschrift
{
        font-family: verdana;
        font-size: 16;
        font-weight: bold;
        font-style: italic;
        color: #000099;
        text-align: left;
        background-color: #ffffff;
}

/* Überschriften Zeile */
tr.tdaten_zeile1
{
        font-family: verdana;
        font-size: 16;
        font-weight: noen;
        font-style: none;
        color: #ffffff;
        text-align: left;
        background-color: #000099;
}
/* Bezeichnung Zeile 1 Zelle 1*/
td.tdaten_zeile1
{
        font-family: verdana;
        font-size: 16;
        font-weight: bold;
        font-style: none;
        color: #ffffff;
        text-align: left;
        background-color: #000099;
}
/* Preis Zeile */
tr.tdaten_preis
{
        font-family: verdana;
        font-size: 13;
        font-weight: noen;
        font-style: none;
        color: #000000;
        text-align: left;
        background-color: #9ca9ca;
}
/* Preis Zelle 1*/
td.tdaten_preis
{
        font-family: verdana;
        font-size: 13;
        font-weight: none;
        font-style: none;
        color: #000000;
        text-align: center;
        background-color: #9ca9ca;
}
/* Tabellenunterschrift */
.tdaten_unterschrift
{
        font-family: verdana;
        font-size: 13;
        color: #000000;
        text-align: center;
}

