/*
<style>
/* */

body
	{
	background: url(images/background-body.png) repeat-x left top #000000;
	font-family: Arial;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	}

td, th
	{
	font-family: Arial;
	font-size: 12px;
	}

/* * * * * * * * * * *
 * Containers
 * divs one inside the other - center page
 * * * * * * * * * * */
#containerIE
	{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#container
	{
	margin: 0px auto;
	text-align: left;
	width: 1008px;
	padding: 0px;
	}
/* * * * * * * * * * *
 * Top
 * * * * * * * * * * */
#top
    {
    height: 105px;    
    }
#logo
    {
    float: right;
    display: inline;
    margin-right: 60px;
    margin-top: 5px
    }
#languages
    {
    float: right;
    display: inline;
    margin-right: 35px;
    margin-top: 75px;
    }
    
#menu
    {
    float: left;
    display: inline;
    margin-left: 60px;
    margin-top: 70px;
    width: 600px;
    }
#menu .menuItem
    {
    float: left;
    display: inline;
    margin-right: 20px;
    font-size: 20px;
    color: white;
    }
#menu .menuItem a
    {
    color: white;
    text-decoration: none;
    }        
/* * * * * * * * * * *
 * Bottom
 * * * * * * * * * * */
#banner
    {
    background: url(images/background-banner.png) no-repeat left top;
    height: 271px;
    }
#banner.flash-replaced
    {
    background: transparent;
    }
#bannerTitle
    {
    background: url(images/background-page-title.png) no-repeat left top;
    height: 88px;
    }
#bannerTitle h1
    {
    margin: 0px;
    padding: 0px;
    margin-left: 40px;
    padding-top: 35px;
    }
/* * * * * * * * * * *
 * Content
 * * * * * * * * * * */
#content
    {
    background: url(images/background-content-top.png) repeat-x left top #FFFFFF;
    width: 960px;
    margin-left: 24px;
    }
#content .rightPane
    {
    float: right;
    display: inline;
    margin-right: 25px;
    margin-top: 10px;
    width: 270px;
    padding-bottom: 20px;
    }
#content .rightPane a
    {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    }
#content .rightPane .submenuItem
    {
    background: url(images/icon-submenu.png) no-repeat left center;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    }
#content .pageText
    {
    margin-left: 35px;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 580px;
    float: left;
    display: inline;
    }
#content .homeBox
    {
    float: left;
    display: inline;
    margin-left: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 270px;
    }
#content .homeBox .more
    {
    display: block;
    text-align: right;
    color: #000000;
    text-decoration: none;
    }
#content .homeBox .more img
    {
    margin-bottom: -5px;
    }
#content .homeBox .newsItem
    {
    padding-bottom: 10px;
    }
#content .homeBox .newsItem a
    {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    }
#content .homeBox .newsItem .date
    {
    color: #666666;
    font-weight: bold;
    }

#content .homeBox h1, #content .homeBox h2
    {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    margin-bottom: 15px;
    }
#content a
    {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    }
#content a:hover
    {
    text-decoration: underline;
    }
#content .perex
    {
    font-size: 14px;
    color: #767676;
    }
#content .newsTable
    {
    width: 550px;
    }
#content .newsTable td
    {
    vertical-align: top;
    }
#content .newsTable .date
    {
    color: #767676;
    padding-bottom: 10px;
    padding-right: 20px;
    }
/* * * * * * * * * * *
 * Bottom
 * * * * * * * * * * */
#bottom
	{
	background: url(images/background-footer-top.png) repeat-x left top #404040;
	width: 960px;
	height: 175px;
    margin-left: 24px;
	padding-top: 5px;
    color: #999999;
    font-size: 11px;
	}
#bottom .bottomPane
    {
    float: left;
    display: inline;
    margin-left: 35px;
    width: 270px;
    }
#bottom .bottomPane h2
    {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
    }
#bottom .bottomPane .title
    {
    margin-top: 10px;
    }
#bottom .bottomPane a
    {
    color: white;
    text-decoration: none;
    font-weight: bold;  
    }
/* * * * * * * *
 * General
 * * * * * * * */
 form
 	{
 	margin: 0px;
 	}
.topper
	{
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.clearer
	{
	clear: both;
	}
.hidden
	{
	display: none;
	}
a img
    {
    border: 0px;    
    
    }
