html, body
{
    background-color: #000000;
    background-image: url('../../../images/background/hintergrund.png');
    background-repeat: repeat;
}

*
{
    margin: 0;
    padding: 0;
}
a
{
    color: #D19717;
    text-decoration: none;
}

a:hover
{
    color: #D19717;
    text-decoration: underline;
}



#body_container
{
    width: 1024px;
    margin: 10px auto 10px auto;
}

#header
{
    /*display: table-cell;*/
    width: 1024px;
    height: 130px;
   
    background-image: url(../../../images/banner/banner.png);
    vertical-align: middle;
    margin-top: 10px;
}

#titel
{
    display: block;
    padding-top: 35px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 4em;
    font-variant: small-caps;
    font-weight: bold;
    color: wheat;
    text-shadow: 2px -2px 0 BLACK;
}

#menue
{
    margin-top: 10px;
    width: 200px;
    height: 500px;
    float: left;
   
}

#menue_border
{
    width: 200px;
    height: 500px;
}

#login_content
{
    margin-top: 10px;
    margin-left: 10px;
    float: left;
}

#login
{
    width: 814px;
    height: 100px;
    margin-bottom: 10px;
   
}

#login_border
{
    width: 814px;
    height: 100px;
}

#content
{
    width: 814px;
    height: 340px;
    
}

#content_border
{
    width: 814px;
    height: 340px;
}

#loginform
{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#loginspan
{
    font-size: larger;
    vertical-align: top;
    margin-left: 20px;
}
#registerspan
{
    font-size: larger;
    vertical-align: top;
    margin-left: 20px;
}



fieldset
{
    display: inline-block;
    border-color: transparent;
    border-style: none;
    margin-left: 5px;
}

fieldset > input, fieldset > label
{
    display: block;
    text-align: left;
}

label.inputlabel
{
    font-size: small;
}
input.input
{
    height: 20px;
}

#loginsubmit
{
    margin-left: 3px;
    vertical-align: top;
    position: relative;
    top: -1px;
}

#error
{
    color: Red;
    margin-left:76px;
    font-size:small;
    
}
