﻿
.ribbonArea {
    padding: 0px;
    /*            width: 1024px;
        */ height: 64px;
    background-color: #321011;
}

.ribbonAreaText {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    /*            font-weight: bold;
        */ /*font-style: italic;*/
    font-size: 30px;
    color: white;
    /*            color: #F2F2F2;
        */
}

.greyBarUnderRibbonArea {
    height: 50px;
    width: 100%;
    background-color: #5E544B;
}


.linkcolor {
    color: white;
}

.navbar {
    *position: relative;
    *z-index: 2;
    margin-bottom: 0px;
    overflow: visible;
}

