/* hide from ie on mac \*/
    html {
        height: 100%;
        overflow: hidden;
    }
    
    #flashcontent {
        height: 100%;
    }
    /* end hide */

    body {
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: #464646;
        color:#ffffff;
        font-family:sans-serif;
        font-size:40;
    }

    
    .NAV-TOP {
    float:right; 
    width:50%; 
    font-size:10px;
    margin-top:25px;
}
    .LINK-TOPNAV {
    text-decoration: none;
    color: #034567;
    font-weight: normal;
    font-size: 11px;
}

.LINK-TOPNAV:hover {
    text-decoration: none;
    color: #034567;
    font-weight: bold;
    font-size: 11px;
}
    
    .banner {
         
        text-align:center; 
        padding-top: 15px;
        padding-bottom: 15px;
        border-top-style: none; 
        border-left-style: none; 
        border-right-style: none; 
        border-bottom-style: solid;
        
        border-top-width: 0px; 
        border-left-width: 0px; 
        border-right-width: 0px; 
        border-bottom-width: 1px;
        
        border-color: #ffffff;
        background-image: url(../images/bg-intro.png);
    }
    
.TOP {
    width:100%; 
    background-color:#EDEEEB;
    height: 143px;
    border-style:solid; 
    border-left-width:1px; 
    border-right-width:1px; 
    border-top-width:0px; 
    border-bottom-width:1px; 
    border-color:#C7CACD;
}

.NAV-TOP {
    float:right; 
    width:50%; 
    font-size:14px;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    margin-top:25px;
    color: #034466; 
}

.TAB { 
    height: 30px; 
    background: url(../images/bg.topnav.jpg);
    background-repeat: repeat-x;
}
.SPACE { 
    height: 1px; 
    background-color: #ffffff;
}

.LOGO {
    float:left;
    width:50%; 
    text-align:left;
}

.trenner {
         
        background-image: url(../images/trenner.gif);
    }