@CHARSET "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #292929;
    text-align: center;
    font: 87.5% Arial, Helvetica, Verdana, sans-serif;
    color: #242424;
}
img {
    border: none;
}
.clear {
    clear: both;
}
a:link, a:visited {
    font-weight: bold;
    color: #e52100;
    text-decoration: none;
}
a:active, a:hover {
    font-weight: bold;
    color: #e52100;
    text-decoration: underline;
}
h1 {
    position: absolute;
    top: 22px;
    left: 240px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
}
h2 {
    margin: 0;
    padding: 0;
    color: #e52100;
    font-size: 1.5em;
    font-weight: bold;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 982px;
    background: url(../images/main-middle.png) top center repeat-y;
    text-align: left;
}
#mainInner {
    background: url(../images/main-top.jpg) top left no-repeat;
}
#mainContent {
    margin: 0;
    padding: 150px 35px 65px 35px;
    width: 912px;
    min-height: 255px;
    background: url(../images/main-bottom.jpg) bottom left no-repeat;
}
#mainHome {
    position: absolute;
    top: 13px;
    left: 0;
    width: 982px;
    height: 96px;
}
#mainHome a.home span, #mainHome a.ncrv span {
    display: none;
    position: absolute;
    top: -1000em;
    left: -1000em;
}
#mainHome a.home {
    position: absolute;
    top: 0;
    left: 13px;
    display: block;
    margin: 0;
    padding: 0;
    width: 280px;
    height: 86px;
}
#mainHome a.ncrv {
    position: absolute;
    top: 0;
    right: 11px;
    display: block;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 80px;
}
#npo_button_container {
    position:relative;
    left:800px;
    top:10px;
}

/**
 * Main navigation menu
 */
#mainMenu {
    position: absolute;
    bottom: 7px;
    right: 10px;
    font-weight: bold;
    color: #fff;
}
#mainMenu h1 {
    diplay: none;
    position: absolute;
    top: -1000em;
    left: -1000em;
}
#mainMenu a {
    margin: 0;
    padding: 0 10px;
}
#mainMenu a:link, #mainMenu a:visited {
    color: #fff;
    text-decoration: none;
}
#mainMenu a:active, #mainMenu a:hover {
    text-decoration: underline;
}

/**
 * Home page layout
 */
.home #mainContent {
    padding-left: 25px;
    padding-right: 25px;
    width: 932px;
}

#homeLeft {
    width: 391px;
    float: left;
    border-right: 1px solid #b2b2b2;
}
#homeLeftFirst {
    margin: 0 8px;
    padding: 0;
    width: 375px;
    height: 400px;
    background: #fff;
}
#homeLeftSecond {
    margin: 0 10px;
    width: 371px;
}
/*#homeLeftThird {
    margin: 10px 40px;
    width: 300px;
    height: 250px;
    background-color: blue;
}*/

#homeRight {
    width: 540px;
    float: right;
}
#homeRightLeft {
    padding-top: 1px;
    width: 270px;
    float: left;
}
#homeRightLeftSecond {
    margin-top: 10px;
    padding: 0 10px;
    width: 250px;
    height: 170px;
}

#homeRightRight {
    padding-top: 1px;
    width: 269px;
    float: right;
    border-left: 1px solid #b2b2b2;
}
#homeRightRight h2 {
    background-color:#4CAE57;
    color:#FFF;
    padding: 5px 0 5px 5px; 
}
#homeRightRight img {
    margin:3px;
}
#homeRightRightFirst {
    padding: 5px 15px 0 15px;
    width: 239px;
    height: 391px;
    background: url(../images/home-content.png) center bottom no-repeat;
}
#homeRightRightSecond {
    position: relative;
    margin-top: 10px;
    padding: 51px 15px 5px 15px;
    width: 239px;
    background: url(../images/home-netwerk.jpg) center top no-repeat;
}
#homeRightRightSecond h2 {
    font-size: 1.2em;
}
/*#homeRightRightSecond div {
    position: absolute;
    top: 130px;
    left: 15px;
}
#homeRightRightSecond .first {
    top: 51px;
}*/

#homeRightBottom {
    margin-top: 6px;
    padding: 5px 15px;
    width: 510px;
    /*background: url(../images/home-block.jpg) center top no-repeat;*/
}

/**
 * Top 10
 */
#homeRightLeftFirst {
    position: relative;
    padding: 0 10px;
    width: 250px;
}
#homeRightLeftFirst h2 {
    position: absolute;
    top: 10px;
    left: 20px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: normal;
}
#homeRightLeftFirst p {
    position: absolute;
    top: 35px;
    left: 20px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
}
#homeRightLeftFirst ol {
    position: absolute;
    top: 81px;
    left: 15px;
    margin: 0;
    padding: 0;
    width: 240px;
    color: #000;
    list-style-type: none;
    font-family: verdana;
}
#homeRightLeftFirst ol li {
    position: relative;
    margin: 0;
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
}
#homeRightLeftFirst ol li.other {
    background-color: #e9eef0;
}
#homeRightLeftFirst ol li .position {
    position: absolute;
    top: 0;
    left: 8px;
}
#homeRightLeftFirst ol li .name {
    position: absolute;
    top: 0;
    left: 30px;
}
#homeRightLeftFirst ol li .score {
    position: absolute;
    top: 0;
    right: 10px;
    font-weight: bold;
}

