/*###########################################################
##### Main css ##############################################
###########################################################*/

body
{
    font-size: 14px;
    color: #000000;
    font-family: Verdana, Arial, Times New Roman;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url('images/bg/bg.gif' );
}

a
{
    color: #6083A3;
    text-decoration: none;
}

a:active
{
    color: #6083A3;
    text-decoration: none;
}

a:link
{
    color: #6083A3;
    text-decoration: none;
}

a:visited
{
    color: #6083A3;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    text-decoration: none;
}

h1
{
    font-size: 15px;
    color: #6083A3;
    font-weight: bold;
}

h2
{
    font-size: 16px;
    color: #6083A3;
    font-weight: bold;
}

h3
{
    font-size: 17px;
    color: #6083A3;
    font-weight: bold;
}

small
{
    font-size: 10px;
}

/*###########################################################
##### Site css ##############################################
###########################################################*/

.site
{
    width: 900px;
}

.site_left
{
    width: 160px;
    float: left;
}

.site_left_top
{
    padding-left: 10px;
    width: 150px;
    height: 137px;
    float: left;
    color: #FFFFFF;
    font-size: 36px;
}

.site_left_menu
{
    padding-top: 40px;
    padding-left: 10px;
    width: 150px;
    float: left;
}

.site_left_menu_link
{
    padding-top: 10px;
    width: 150px;
    float: left;
}

.site_left_menu_link_text_normal
{
    float: left;
}

.site_left_menu_link_text_set
{
    float: left;
    font-weight: bold;
}

.site_left_content
{
    padding-top: 30px;
    padding-left: 10px;
    width: 150px;
    float: left;
}

.site_right
{
    width: 730px;
    padding-left: 10px;
    padding-top: 5px;
    float: left;
}

.site_right_top
{
    width: 730px;
    height: 175px;
    float: left;   
}

.site_right_top_headline
{
    padding-left: 0px;
    width: 730px;
    height: 25px;
    float: left;
    color: #4E6B87;
    font-size: 15px;
    font-weight: bold;
}

.site_right_top_newsletter
{
    font-size: 12px;
    width: 300px;
    float: left;
    height: 55px;
    padding-left: 430px;
}

.site_right_top_text
{
    font-size: 12px;
    width: 297px;
    height: 75px;
    overflow: hidden;
    float: left;
    padding-left: 430px;
    padding-right: 3px;
    padding-top: 5px;
}

.site_right_content
{
    border-bottom: solid 1px #6083A3;
    border-right: solid 1px #6083A3;
    width: 719px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url('images/bg/bg2.gif' );
}

.site_bottom
{
    padding-top: 10px;
    padding-left: 10px;
    width: 900px;
    height: 40px;
    float: left;
    text-align: right;
    font-size: 11px;
}
