﻿body
{
    background: url(/img/template/bg.png) #B4B4B4;
    font-family: Calibri, Segoe UI, Sans-Serif !important;
}
/*---------------------------------------------------------------------------*/

/* Area */
#area_page
{
    margin: 20px auto 0 auto;
    width: 1000px;
}

#area_top
{
    width: 100%;
    height: 100px;
}

#area_top_navigation
{
    width: 60%;
    height: 30px;
    float: right;
    padding-right: 100px;
    margin-top: 31px;
}

#area_top_navigation li 
{
    font-size: 14px !important;    
    border-bottom-width: 0px !important;   
    border-top-width: 1px !important;   
}

#area_top_navigation a:hover
{
    color: #e17009; 
}

#area_body
{
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

#area_body_sidenavigation
{
    width: 200px;
    float: left;
    padding-left: 30px;
}

#area_body_content
{
    width: 700px;
    float: right;
    margin: 0px 20px 20px 20px;
}

#area_bottom
{  
    height: 20px;
}

#area_footer
{  
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

/* Background */

.bg_top
{
    background: url(/img/template/bg_top.png) no-repeat;
}

.bg_body
{
    background: url(/img/template/bg_body.png) repeat-y;
    background-position: center;
}

.bg_bottom
{
    background: transparent url(/img/template/bg_bottom.png) no-repeat;
    background-position: bottom;
}

/* Clearer */

.clearer 
{
    clear: both;
}

/* Language */

.language
{
	text-decoration: none;
}

.language_active
{
	text-decoration: none;
	color: #e17009 !important;
}

.language:hover
{
	text-decoration: underline;
}