*{
    margin:0;
    padding:0;
}

p, table, tr, td {
    font-family: helvetica, sans-serif;
    color: #000;
    font-size: 12px;
}

img.hintergrundbild {
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 700px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:-1;
}

img.box{
    postion: fixed;
    top:0;
    left:0;
    z-index: 0;
}

#container {
    z-index: 1;
    position: absolute;
    height: 359px;
    width: 700px;
    left: 50%;
    top: 50%;
    margin-top: -177px;
    margin-left: -350px;
}

#content {
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    width: 583px;
    height: 313px;
    margin: 30px;
}

#logo{
    z-index: 3;
    position: absolute;
    height: 359px;
    /*width: 700px;*/
    left: 50%;
    top: 50%;
    margin-top: -230px;
    margin-left: 110px;
}

#lang{
    z-index: 4;
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: 310px;
    font-family: helvetica, sans-serif;
    font-size:12px;
}

hr{
    color: #333;
    size: 1px;
}

h1 {
    font-family: helvetica, sans-serif;
    font-size:26px;
    font-weight: lighter;
    line-height: 30px;
}

b {
    font-weight: bold;
}

a{
    color: #000;
    text-decoration: none;
    /*
    border: none;
    height:0;
    font-size:0;
    */
}

a:hover {
    text-decoration: underline;
}

/* ie borderline img hack
a:hover,a:active{
    outline: none;
}
body div:focus{
    outline: none;
}
img{
    outline:none;
}
a:focus{
    outline:none;
}
a:-moz-focus-inner{
    border: 0;
}*/