﻿body
{
    background-color: #fff;
    color: #5b5a50;
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
}

img
{
    border: none;
}

a
{
    color: #6c6851;
}

.clear
{
    clear: both;
    font-size: 1px;
    height: 1px;
}

#container
{
    text-align: center;
}

#subcontainer
{
    text-align: left;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

#logo
{
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 3;
    margin-left: 55px;
}

#relais
{
    position: absolute;
    top: 490px;
    left: 50%;
    z-index: 2;
    margin-left: 392px;
    width: 102px;
    height: 100px;
}

#menu
{
    position: absolute;
    top: 187px;
    left: 50%;
    z-index: 3;
    margin-left: -350px;
    width: 200px;
}

#menu img
{
    margin-bottom: 12px;
}

* html #menu img
{
    margin-bottom: 12px;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "/images/clear.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)        
    );
}

#announcement
{
    position: absolute;
    top: 306px;
    left: 50%;
    z-index: 2;
    margin-left: 192px;
    width: 200px;
    height: 126px;
    text-align: right;
}

#footer
{
    margin-top: 604px;
    margin-left: 104px;
    width: 800px;
    text-align: left;
    color: #929182;
    font-size: 11px;
}

#footer a
{
    color: #929182;
    font-size: 11px;
}

.image
{
    position: absolute;
    left: 50%;
    z-index: 1;
}

.rotator
{
    position: absolute;
    top: 125px;
    left: 50%;
    z-index: 2;
    margin-left: -4px;
}

