/* GENERAL */

*
{
    margin: 0;
    padding: 0;
    border: 0;
}

html
{
    height: 95%;
}

body
{
    height: 100%;
    min-height: 500px;
    background-color: #fff;
    font-family: "Verdana", sans-serif;
    color: #b7b7b7;
    margin-top: 21px;
}

a:link
{
    color: #ff0;
    text-decoration: none;
}

a:visited
{
    color: #880044;
    text-decoration: none;
}

a:hover, a:active
{
    color: #ff0;
    text-decoration: underline;
}

div#root
{
    height: 100%;
    font-size: 9px;
    line-height: 14px;
}

/* LOGO */

h1
{
    height: 107px;
    left: 43px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    width: 206px;
}

h1 span
{
    display: block;
    height: 107px;
    position: relative;
    width: 206px;
    z-index: 1;
}


/* MENU */

#left-menu {margin: 78px 0 0 0px; padding: 0; width: 200px; height: 300px; float: left; list-style: none;}
#menu li {margin: 0; padding: 0; width: 200px; height: 15px; float: left;}
#menu li a {height: 15px; width: 200px; display: block; float: left; overflow: hidden;}
#menu li a:hover img {margin-top: -15px;}
#menu li a:hover {zoom: 1;}

div#menu
{
    width: 250px;
    position: relative;
    top: 20px;
    left: 40px;
    padding: 0 0 70px 0;
}

div#menu ul
{
    list-style: none;
    line-height: 16px;
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
}

div#menu ul a:link, div#menu ul a:visited
{
    color: #5c5c5c;
    text-decoration: none;
}

div#menu ul a:hover, div#menu ul a:active, div#menu ul a.active
{
    color: #b99746;
    text-decoration: none;
}

div#menu a.new
{
    padding: 0 30px 0 0;
}

ul#submenu
{
	margin-top: 0px;
}

ul#submenu a
{
	font-size: 9px;
	font-family: Verdana;
}

div#menu ul#submenu a { color: #a7a7a8; }
div#menu ul#submenu a:hover { color: #b99746; }

div#content_wrap
{
    position: absolute;
    left: 230px;
    top: 0;
    height: 450px;
}

div#content_wrap em
{
    color: #ff0;
    font-weight: bold;
    font-style: normal;
}

div#content_default
{
    position: relative;
    top: 100px;
    left: 0;
    height: 370px;
    background: transparent url("../img/content_default_background.gif") no-repeat top left;
    padding: 0 0 0 12px;
}

div.citem_default
{
    height: 510px;
    padding: 0 5px 0 0;
    background: transparent url("../img/citem_default_background.gif") no-repeat top right;
    float: left;
    position: relative;
}

div.citem_default p
{
    /*padding: 10px 15px;*/
    padding: 0;
    margin: 0;
    line-height: 2;
    color: #000;
}

div.citem_default h2 {font-size: 11px; font-family: Verdana; margin-top: 0px; padding-top: 0px; font-weight: 400; color: #b99746; }
div.citem_default h3 {font-size: 9px; font-family: Verdana; margin-top: 5px; color: #a7a7a8; font-weight: 400;}
div.citem_default a {color: #a7a7a8;}
div.citem_default a:hover {color: #b99746; text-decoration: none;}
div.citem_default a:visited {color: #a7a7a8; text-decoration: none;}
div#content_news
{
    position: relative;
    top: 94px;
    left: 0;
    height: 510px;
    padding: 0 0 0 12px;
}

div#content_news h2
{
    font-size: 9px;
    font-weight: bold;
    line-height: 14px;
    float: left;
    width: 75%;
    margin: -4px 0 0 0;
    color: #ff0;
}

div#content_news div.img
{
    width: 188px;
    height: 50px;
    text-align: center;
    background: transparent url("../img/news_item_background.gif") no-repeat top left;
    float: left;
}

div#content_news div.text
{
    width: 384px;
    float: right;
}

div#content_news div.item
{
    width: 589px;
}

div#content_news p.date
{
    float: right;
    width: 25%;
    text-align: right;
    font-weight: bold;
    margin: -4px 0 0 0;
}

div#content_news p.intro
{
    clear: both;
    padding: 14px 0 0 0;
}

div#content_news div.line
{
    width: 589px;
    clear: both;
    background: transparent url("../img/news_item_background2.gif") no-repeat center left;
    height: 39px;
}

div#content_news div.noline
{
    width: 589px;
    clear: both;
    height: 19px;
}

div#content_news div.column
{
    width: 658px;
    float: left;
}

div#content_text
{
    position: relative;
    top: 94px;
    left: 0;
    height: 443px;
    padding: 0 0 0 12px;
}

div#content_text div.column
{
    width: 465px;
    float: left;
    background: transparent url("../img/content_text_background.gif") no-repeat top right;
}

div#content_text div.last_column
{
    width: 465px;
    float: left;
}

div#content_text p
{
    line-height: 14px;
    margin: 0 0 14px 0;
    width: 416px;
    text-align: justify;
}

/* FOOTER */

div#footer
{
    background: #000;
    height: 18px;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #363636;

}

div#footer ul
{
    list-style: none;
}

div#footer ul li
{
    float: left;
    height: 18px;
}

div#footer span
{
    display: none;
}

div#footer a:link, div#footer a:visited
{
    color: #363636;
    text-decoration: none;
}

div#footer a:hover, div#footer a:active
{
    color: #828282;
    text-decoration: none;
}

div#footer a.active
{
    color: #828282;
    text-decoration: none;
}

ul#credits
{
    padding: 0 0 0 40px;
    float: left;
}

#copyright a
{
	color: #5C532A;
}

ul#languages
{
    float: right;
    font-weight: bold;
    padding: 0 43px 0 0;
}
