body{
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.2em;
    
    background-color: #f0f0f0;
}
h2{
    margin: 5px 0 0 0;
}
a{
    color: #000000;
    text-decoration: none; 
}
a:hover, a:active{
    color: #9e9e9e;
}
a.active{
    color: #9e9e9e;
}
div#wrapper{
    width: 960px;
    margin: auto;
    padding: 20px 0;

    text-align: left;
}
div#header{
    padding: 0 0 10px 0;
}
ul#langSelect{
    float: left;
    margin: 5px 0 0 40px;
    font-size: 0.9em;
}
    ul#langSelect li{
        display: inline;
        padding: 2px 5px;
    }
        li.splitter{
            border-right: 1px solid #000000;
        }
img#smallLogo{
    float: right;
}
div#flashHeader{
    width: 960px;
    height: 380px;
}
div#content{
    margin: -3px 0 0 0;
}
div.bodyColumn{
    width: 240px;
    padding: 20px 40px 5px 40px;
    float: left;
    cursor: pointer;
}
    ul.infoList{
       list-style: square;
       margin: 10px 0;
       padding: 0 0 0 15px;
    }
    ul.infoList li{
        margin: 3px 0;
    }
.white{
    background: url('../images/bg_col_white.jpg') repeat-y;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;

}
.red{
    background: url('../images/bg_col_red.jpg') repeat-y;
    color: #ffffff;
}
.black{
    background: #000000;
    color: #ffffff;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;

}
div.button{
    width: 125px;
    height: 33px;
    margin: 20px 0 0 50px;
    padding: 17px 0 0 15px;
    background: url('../images/btn_sprite.png') no-repeat;
    cursor: pointer;

    font-size: 0.8em;
    color: #ffffff;
}
.button:hover{
    background-position: 0 -52px;
}
.button a{
    color: #ffffff;
}
.buttonBig{
    font-size: 1.2em;
}
div#footer{
    padding: 10px 0;
    text-align: center;
    color: #9e9e9e;
}
.footerBlack{
    color: #000000;
}
.footerRed{
    color: #fe0000;
}
.clear{
    clear: both;
}
