html
{
    border: none;
    margin: 0px;
    padding: 0px;
}

body
{
    border: none;
    margin: 0px;
    padding: 0px;

    background-color: #999;
    background-image: url('res/bg-stripe-03.gif');
    background-repeat: repeat-x;
    
    color: #fff;
    
    text-align: center;
    
    font-family: "Arial" "Sans" "Sans Serif";
    font-size: 10pt;
}

table
{
    font-family: "Arial" "Sans" "Sans Serif";
    font-size: 10pt;
}

tr, td
{
    margin: 0px;
    padding: 0px;
}

div
{
    border: none;
    margin: 0px;
    padding: 0px;

    text-align: justify;
}

img
{
    border: none;
    margin: 0px;
    padding: 0px;
}

div#main
{
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    top: 40px;
}

div#logo
{
    position: absolute;
    width: 258px;
    height: 199px;
    top: 0px;
    left: 0px;

    background-image: url('res/logo-02.gif');
}

div#logo-text
{
    margin-top: 126px;
    margin-left: 13px;
    margin-right: 10px;
    color: #050452;
    font-size: 18px;
    font-family: "Arial", "Sans", "Sans-Serif", "Arial";
}

div#logo-mini
{
    position: absolute;
    width: 70px;
    height: 45px;
    top: 35px;
    left: 743px;

    background-image: url('res/logo-mini-01.gif');
}

div#img-menu
{
    position: absolute;
    width: 537px;
    height: 67px;
    top: 87px;
    left: 286px;
}

div#txt-menu
{
    position: absolute;
    width: 218px;
    height: 160px;
    top: 230px;
    left: 20px;
}

div#content
{
    position: absolute;
    width: 520px;
    top: 230px;
    left: 300px;
    margin-bottom: 20px;
}

div#news-border
{
    border: 1px solid #fff;
    position: absolute;
    width: 168px;
    height: 168px;
    top: 400px;
    left: 20px;
}

div#news
{
    margin: 13px;
    width: 142px;
    height: 142px;
}

div#languages
{
    position: absolute;
    width: 65px;
    height: 30px;
    top: 95px;
    left: 832px;
}

div#footer
{
    position: absolute;
    width: 100%;
    height: 12px;
    bottom: 0px;
    left: 0px;
    
    font-size: 8pt;
    background-color: #666;
    text-align: center;
}

img.menu-item
{
    cursor: pointer;
}

img.language-selector
{
    cursor: pointer;
}

div.dot
{
    height: 8px;
    width: 8px;
    background-color: #fff;
    float: left;
    margin-right: 4px;
    margin-top: 3px;
}

a.internal-link, a.internal-link:visited, a, a:visited
{
    color: #fff;
    text-decoration: none;
}

a.internal-link:hover,  a:hover
{
    color: #fff;
    text-decoration: underline;
}

div.contact-cell
{
    border: 1px solid white;
    height: 20px;
    width: 80px;
    float: left;
}

p.bodytext
{
    margin: 0px;
    padding: 0px;
    border: none;
}

.align-left
{
    text-align: left;
}

.csc-bulletlist
{
    list-style-image: url(res/list-box-red.gif);
    margin: 0px;
    padding: 0px;
	padding-left: 12px;
}

div#theverytop
{
  position: absolute;
  top: 0px;
  height: 0px;
  width: 0px;
}