* {
    font-family: Calibri, "Lucida Grande", "Lucida Sans", Arial;
    color: #444;
}

body{
    margin: 0px;
}
#mainWrapper {
    width: 1000px;
    margin: 10px auto;
}
#menu {
    width: 100%;
    height: 36px;
    margin: 0px;
    padding: 0px;
    display: block;
    color: #ffffff;
    text-align: center;
    /*
    background-image: url(../img/top_nav_bg.jpg);
    background-repeat: repeat-x;
    background-color: #1c8ae2;
    */
    background: #006CB7;
    list-style: none;
}
#menu li {
    height: 36px;
    display: inline-block;    
    margin: 0px;
    padding: 0px;
}
#menu li a {
    height: 26px;
    padding: 5px;
    margin: 0px 3px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}
#header {
    width: 100%;
    height: 110px;
    margin: 10px 0px 5px 0px;
}
#header .logo {
    margin-top: 32px;
}

h1 {
    color: #126eb1;
    width: 950px;
    height: 56px;
    padding: 23px 0px 0px 50px;
    background-image: url("../img/HeadlineBar.jpg");
    background-repeat: no-repeat;
    margin: 5px 0px 15px 0px;
}
h4 {
    font-size: 14px;
    color: #126eb1;
    margin: 0px;
    padding: 1px 5px 1px 15px;
    background: #b6d2e6;
    border-radius: 10px;
}
#nav,
#coreData,
#invoiceAddress,
#serviceAddress,
#shippingAddress,
#Register,
#content {
    float: left;
    margin: 0px 0px 10px 10px;
    position: relative;
    border-collapse: collapse;
}

#nav {
    font-size: 12px; 
    width: 236px;
    height: 652px;
    margin-left: 0px;
    padding: 10px 11px;
    /* background-image: url("../img/bgLeftNavigationBox.jpg");*/
}
#naviContent {
    height: 479px;
}
#nav ul#firstNavLevel { margin-top: 0px; width: 236px; }

#naviContent { width: 243px; clear: both; margin: 0px; }
#naviContent .viewport { width: 236px; margin-top: 3px; height: 479px; overflow: hidden; position: relative; }
#naviContent .overview { list-style: none; position: absolute; left: 0; top: 0; }
#naviContent .thumb .end,
#naviContent .thumb { background-color: #0082bc; }
#naviContent .scrollbar { position: relative; float: right; width: 7px; }
#naviContent .track { /*height: 100%;*/ width:9px; position: relative; padding: 0 1px; }
#naviContent .thumb { height: 20px; width: 9px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#naviContent .thumb .end { overflow: hidden; height: 5px; width: 11px; }
#naviContent .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

#naviContent #naviFooter { position: absolute; bottom: 10px; }

#nav,
#coreData,
#invoiceAddress,
#serviceAddress,
#shippingAddress {
    border: 1px solid #0082bc;
    border-radius: 10px;
}

#nav .mainNode.empty {
    cursor: auto;
}

#nav a:active,
#nav a:visited,
#nav a {
    color: #333333;
    text-decoration: none;
    display: block;
}
#nav a:hover {
    text-decoration: underline;
}
#nav ul {
    margin: 3px 0px 0px 0px;
    padding: 0px;
    cursor: auto;
    height: auto !important;
}
#nav li {
    font-size: 12px;
    list-style: none;
    padding: 5px 10px;
    cursor: pointer;
}
#nav li.mainNode.active {
    /*
        background-image: URL(../img/arrow.png);
        background-repeat: no-repeat;
        background-position: 0px 5px;
    */
    font-weight: bold;
    color: #000000;
}
#nav li.mainNode{
    padding-left: 12px;
    font-weight: normal;
}
#nav li.mainNode li.mainNode.active,
#nav li.mainNode li.mainNode.active a {
    /*
        background-image: URL(../img/circle.png);
        background-repeat: no-repeat;
        background-position: 0px 7px;
    */
    font-weight: bold;
    color: #000000;
}
#nav li.mainNode li.mainNode li.active {
    /*
        background: #dfdfdf;
    */
    text-decoration: underline;
    font-weight: bold;
    color: #000000;
}
li.mainNode.active ul {
    //    margin-left: 12px !important;
}


#nav .empty {
    color: #6F6F6F;
}
#nav .mainNode strong {
    display: block;
}
#nav li.mainNode,
#nav li.mainNode li.mainNode li,
#nav li.mainNode li.active {
    border-left: 1px solid #cdcdcd;
    /*    border-top: 1px solid #cdcdcd;
        border-right: 1px solid #cdcdcd;
    */
}
#nav li.mainNode li.mainNode li:last-child,
#nav li.mainNode:last-child {
    /*    border-bottom: 1px solid #cdcdcd;*/
}
#nav li.mainNode #nav li.active {
    list-style: cross-fade;
}
#nav li.mainNode li.mainNode.active,
#nav li.mainNode li.mainNode li.active,
#nav li.mainNode.active span.active {
    color: #000000;
    font-weight: bold;
}

#coreData,
#invoiceAddress,
#serviceAddress,
#shippingAddress {
    font-size: 12px;
    width: 336px;
    height: 100px;
    padding: 10px 11px;
    margin-left: 10px;
}

.box table tr {
    min-height: 1em;
    height: 1em;
}
.box table td {
    font-size: 12px;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;

}
.box table td.hl1 {
    background: #dfdfdf;
    border: 0px;
}
.box table td.hl2 {
    background: #ffffff;
    border: 0px;
    font-weight: bold;
}
#coreData p,
#invoiceAddress p,
#serviceAddress p,
#shippingAddress p {
    margin: 3px 0px 0px 6px;
    line-height: 1.4em;	
}

img.footer {    
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#content {
    width: 708px;
    height: 388px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #0082bc;
    border-radius: 10px;
    overflow: hidden;

}
#content .accordion .headline {
    color: #126eb1;
    display: block;
    cursor: pointer;
    border-radius: 10px;
    background: #b6d2e6;
    border-bottom: 1px solid #FFFFFF;
    padding: 1px 5px 1px 15px;
}
.b,
a.active,
span.active,
strong.active {
    /*  font-weight: bold;*/
}

.accordion .box {
    margin: 3px 0px 5px 6px;
    overflow: auto;
    height: 150px;
}
.accordion .box.typ2 {
    height: 280px;
}
.accordion .box.typ4 {
    height: 280px;
}

#contentWrapper { 
    position: relative;
}

#mainWrapper.pageLogin label {
    text-align: right;
    width: 100px;
    margin-right: 10px;
    display: block;
    float: left;

}

.box.priceHistory .element {
    float: left;
    margin: 10px 15px 0px 0px;
    width: 150px;
    text-align: right;
}
.box.priceHistory.ph1 .element {
    width: 690px;
}
.box.priceHistory.ph2 .element {
    width: 335px;
}
.box.priceHistory.ph3 .element {
    font-size: 12px;
    width: 174px;
    margin: 0px 0px 5px 0px;
}
.box.priceHistory.ph3 .element .hl {
    background: #dfdfdf;
}
.box.priceHistory.ph3 .element {
    text-align: center;
}
.box.priceHistory.ph4 .element {
    width: 260px;
}
.box.priceHistory.ph5 .element {
    width: 125px;
}
.box.priceHistory.ph6 .element {
    width: 102px;
}

.box.priceHistory.ph7 .element {
    width: 85px;
}

.chartscontainer * {
    font-size: 11px;
}
.red {
    color: #aa0000;
}
.green {
    color: #00aa00;
}
#chart1 {
    width: 695px;
    height: 220px;
}
.request {
    color: #126eb1;
    font-size: 1.25em;
    position: absolute;
    right: 25px;
    top: 28px;
    z-index: 10;
}