@CHARSET "UTF-8";

body {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-family: Verdana, Arial;
    color: rgb(136, 136, 136);
}

a {
    color: rgb(136, 136, 136);
    text-decoration: none;
}

a:HOVER {
    color: #F60;
    text-decoration: none;
}

div#headcontainer {
    background: url("../img/head.png") repeat-x;
    height: 105px;
    width: 100%;
}

div#head {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background: url("../img/head.jpg") no-repeat;
    height: 99px;
    width: 900px;
    background-color: black;
}

div#head div#lang {
    height: 15px;
    width: 60px;
    padding-top: 20px;
    float: right;
    font-size: 12px;
}

div#head div#lang a {
    padding-right: 5px;
}

div#content {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    min-height: 500px;
    width: 1050px;
}

div#information {
    width: 800px;
}

div#content p {
    font-size: 11px;
}

div#content h1 {
    font-size: 14px;
    font-weight: bold;
}

div#content h2 {
    font-size: 13px;
    font-weight: bold;
}

div#footer {
    height: 50px;
    text-align: center;
}

div#footer div.footerNav {
    width: 900px;
    margin: auto;
    text-align: right;
}

div#footer hr {
    background-color: rgb(187, 187, 187);
    height: 1px;
    border: 0px;
}

div#footer p {
    color: rgb(136, 136, 136);
    margin: 5px;
}

div#footer a {
    font-size: 12px;
}

/* Absoluter Tooltip */
div#menu {
    position: relative;
    top: 0px;
    left: 485px;
    width: 300px;
    z-index: 100;
    float: left;
    padding: 5px;
}

div#menu a {
    text-align: center;
    text-decoration: none;
    color: #888;
    float: left;
}

div#menu a:hover {
    color: #F60;
}

div#menu a span {
    display: none;
}

div#menu a:hover span {
    display: block;
    position: absolute;
    top: 0px;
    left: -100px;
    width: 40px;
    padding: 5px;
    z-index: 100;
    color: #F60;
    text-align: center;
}

#navbar {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: right;
}

#navbar li {
    list-style: none;
    float: left;
    width: 220px;
    background-color: #000;
    padding-right: 2px;
}

#navbar li a {
    display: block;
    padding: 3px 8px;
    text-decoration: none;
    color: #FFF;
}

#navbar li a:hover {
    color: #F60;
}

#navbar li ul {
    display: none;
}

#navbar li:hover ul, #navbar li.hover ul {
    position: absolute;
    display: inline;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

div#navigation {
    width: 200px;
    height: 100px;
    position: relative;
    top: 70px;
    float: left;

}

#login-form input {
    text-align: center;
    font-size: 12px;
    font-family: Verdana, Arial;
    color: rgb(136, 136, 136);

}