/*
-
- Concept, design and implementation by
- Futurecom interactive AG
- P.O. Box
- 8037 Zurich
- Switzerland
- http://www.futurecom.ch
-
- NMC: dec
- NMD: pde, agl
- ITS: agl, pju
-
*/

BODY {
    background-image: url(/de/_img/img_bg.gif);
    repeat: repeat-x;
    
    margin:0px;
    padding:0px;
    
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
    color:#000000;
    
    background-color:#A3AEAD;
}

a, a:active, a:visited, a:hover {
    text-decoration:underline;
    color:#000000;
}

TD {
    vertical-align:top;
}
.contentBorder {
    background-color:#000000;
}
.contentBG {
    background-color:#FFFFFF;
}

/* utilities */
.utilitiesBG {
    background-color:#dbdbdb;
}
DIV.utilitiesItem {
    float:right;
    height:19px;
    border-left:solid #FFFFFF 1px;
    
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
    color:#000000;
    
    vertical-align:center;
}
DIV.utilitiesItem A, DIV.utilitiesItem A:visited, DIV.utilitiesItem A:link {
    padding-left:10px;
    padding-right:10px;
    line-height:19px;
    height:19px;
    color:#000000;
    text-decoration:none;
}
DIV.utilitiesItem A:hover {
    text-decoration:underline;
}
/* end utilities */

/* navigation */
TD.navigationItem {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
    color:#FFFFFF;
}

TD.navigationItem A, TD.navigationItem A:visited, TD.navigationItem A:link {
    display:block;
    height:100%;
    line-height:32px;
    color:#FFFFFF;
    text-decoration:none;
    text-align:center;
    
    background-image: url(/de/_img/img_bg_navitem_lo.gif);
    repeat: repeat-x;
}
 TD.navigationItem A:hover {
    display:block;
    height:100%;
    line-height:32px;
    color:#FFFFFF;
    text-decoration:none;
    text-align:center;
    
    background-image: url(/de/_img/img_bg_navitem_hi.gif);
    repeat: repeat-x;
}
 TD.navigationItem {
     height:32px;
}

TD.navigationItem A.navigationItemHi, TD.navigationItem A.navigationItemHi:active, TD.navigationItem A.navigationItemHi:hover, TD.navigationItem A.navigationItemHi:visited {
    display:block;
    height:100%;
    line-height:32px;
    color:#FFFFFF;
    text-decoration:none;
    text-align:center;
    
    background-image: url(/de/_img/img_bg_navitem_hi.gif);
    repeat: repeat-x;
}

/* end navigation */

/* subnavigation */

.subnavBG {
    background-image: url(/de/_img/img_bg_subnav.gif);
    repeat: repeat-x;
    
    background-color:#e9e9e9;
}
DIV.subnav1 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
    color:#000000;
        
    margin:1px;
    margin-top:0px;
}
DIV.subnav1 A, DIV.subnav1 A:visited, DIV.subnav1 A:link {
    display:block;
    padding:5px;
    padding-left:30px;
    padding-right:5px;
    
    color:#000000;
    text-decoration:none;
    
    background-image: url(/de/_img/img_bg_subnav1_lo.gif);
    repeat: no-repeat;
}
DIV.subnav1 A:hover {
    background-image: url(/de/_img/img_bg_subnav1_hi.gif);
    repeat: no-repeat;
}

DIV.subnav2 A, DIV.subnav2 A:visited, DIV.subnav2 A:link {
    padding-left:45px;
    background-image: url(/de/_img/img_bg_subnav2_lo.gif);
}
DIV.subnav2 A:hover {
    background-image: url(/de/_img/img_bg_subnav2_hi.gif);
}
DIV.subnav1hi A, DIV.subnav1hi A:hover, DIV.subnav1hi A:visited, DIV.subnav1hi A:link {
    font-weight:bold;
    
    background-image: url(/de/_img/img_bg_subnav1_hi.gif);
    repeat: no-repeat;
}
DIV.subnav2hi A, DIV.subnav2hi A:hover, DIV.subnav2hi A:visited, DIV.subnav2hi A:link {
    font-weight:bold;
    
    background-image: url(/de/_img/img_bg_subnav2_hi.gif);
    repeat: no-repeat;
}
/* end subnavigation */

/* footer */
.footerBGSubnav {
    background-color:#e9e9e9;
}
.txtFooter {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
    
    margin-left:205px;
    color:#cccccc;
}

.txtFooter a, .txtFooter a:active, .txtFooter a:visited, .txtFooter a:hover  {
    color:#cccccc;
    text-decoration:underline;
}
/* end footer */


TD.homeSidebar {
    background-image: url(/de/_img/img_bg_home_flash.gif);
    repeat: repeat-x;
}
.lineSeparator {
    background-color:#d8dddc;
}

H1 {
    font-family: Georgia, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 18px;
    color:#000000;
    margin-bottom:10px;
}
.txt {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
    color:#000000;
    line-height:17px;
}
.txthome {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
    color:#000000;
    line-height:25px;
}
INPUT.standard {
    width:202px;
    height:20px;
}
INPUT.standardZIP {
    width:45px;
    height:20px;
}
INPUT.standardLocation {
    width:152px;
    height:20px;
}
TEXTAREA.standard {
    width:202px;
    height:200px;
}