html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    height: 100%;
    background-color: #eeeeee;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 10pt;
    color: #000000;
}

body#start {
  background-color: #cccccc;
}

div#distance {
    width: 1px;
    height: 50%;
    margin-bottom: -180px; /* H�lfte der Containerh�he */
    float: left;
}

div#seite_login {
    position:relative;
    width: 960px;
    margin: auto;
    margin-top: 20px;
    text-align: left;
    clear: left;
}

div#top1_login {
    position: relative;
    left: 0px;
    width: 960px;
    height: 100px;
    background-image: url(../gx/banner.jpg);
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
}

div#top2_login {
    width: 380px;
    height: 60px;
    padding-top: 20px;
    padding-left: 20px;
    background-color: #eeeeee;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
}

div#top2_login td {
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
}

div#top3_login {
    position: relative;
    left: -20px;
    top: 0px;
    width: 960px;
    height: 80px;
    font-family: Georgia;
    font-size: 18pt;
    display: none;
}

div#seite {
    width: 1200px;
    height: 700px;
    margin: auto;
    background-color: #ffffff;
    text-align: left;
    overflow: hidden;
    min-height: 95%; /* Mindesth�he f�r moderne Browser */
    height:auto !important; /* Important Regel f�r moderne Browser */
    height:95%; /* Mindesth�he f�r den IE */
    overflow: hidden !important;
}

div.rand {
    width: 20px;
    height: 700px;
    background-color: #cccccc;
    float: left;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}

div#mitte {
    width: 1160px;
    float: left;
}

div#logo {
    width: 1160px;
    height: 100px;
}

div#logobg {
    width: 260px;
    height: 200px;
    text-align: center;
    background-color: #ffffff;
}

div#topl {
    width: 250px;
    height: 120px;
    float: left;
    overflow: hidden;
}

div#topr {
    width: 910px;
    height: 120px;
    float: left;
    /*background-color: #f1b300;*/
}

div#menue {
    width: 250px;
    float: left;
    padding-top: 10px;
    background-color: #ffffff;
}

div#menue p {
    font-family: Arial;
    font-size: 10pt;
    font-style:italic;
    padding-left: 25px;
}

div#content {
    width: 890px;
    float: left;
    padding: 10px;
}

div#foot {
    width: 1200px;
    height: 25px;
    clear: both;
    margin: auto;
    padding-top: 5px;
    text-align: right;
    font-size: 8pt;
}

a.me {
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
    color: #000000;
    display: block;
    padding-left: 15px;
    margin-left: 10px;
    margin-bottom: 7px;
    background-image: url(../gx/menu-collapsed.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

a.me_act {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    display: block;
    padding-left: 15px;
    margin-bottom: 7px;
    background-image: url(../gx/menu-expanded.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

a.e1 {
    margin-left: 10px;
}

a.e2 {
    margin-left: 22px;
}

a.e3 {
    margin-left: 30px;
}

a.e4 {
    margin-left: 40px;
}

textarea.freetext {
    width: 250px;
    height: 200px;
}