html, body
{
    background-color: #000000;
    background-repeat: repeat;
}

*
{
    margin: 0;
    padding: 0;
}
a
{
    color: #D19717;
    text-decoration: none;
}

a:hover
{
    color: #D19717;
    text-decoration: underline;
    cursor: pointer;
}




#content
{
    margin-top: 65px;
    width: 99%;
    height: 100%;
}

#welcome {
    position: relative;
    float:left;
}

#welcome_header {
 width:300px;
  text-align: center;
}

.beschriftung
{
    width: 160px;
    height: 45px;
    position: relative;
    top: 5px;
    margin: 0px 10px 0px 10px;
}

.text
{
    vertical-align: middle;
    width: 200px;
    color: Black;
    font-size: 1.4em;
    position: relative;
    top: -32px;
}



