body
{
    font-family: Arial, sans-serif;
    font-size: 14px;
    height: 100%;
    background-color: #66CC33;
}
img
{
    border: 0px;
}
A
{
    color: #000000;
    text-decoration: none;
}
#subnav
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 160px;
    text-align: center;
}
#main
{
    position: absolute;
    top: 0px;
    left: 160px;
    width: 835px;
    height: 100%;
    background-color: #c0eaab;
}
#mainnavi
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 835px;
    height: 60px;
    vertical-align: bottom;
    border-bottom: 10px solid #66CC33;
    background-color: #A4EA80;
}
#kontaktdiv
{
    position: absolute;
    top: 0px;
    left: 674px;
    height: 15px;
    width: 150px;
    font-style: italic;
    padding: 5px;
    border-bottom: 1px solid #66CC33;
    border-left: 1px solid #66CC33;
}
#rubrik
{
    position: relative;
    top: 0px;
    left: 20px;
    width: 795px;
    height: 50px;
    border-bottom: 1px solid #66CC33;
    vertical-align: bottom;
}
#rubrik_text
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}
#inhalt
{
    position: relative;
    top: 10px;
    left: 20px;
    width: 795px;
    height: 75%;
    line-height: 20px;
    overflow: auto;
}
#liste
{
    width: 540px;
}
#neu
{
    position: absolute;
    top: 150px;
    right: 5px;
    width: 270px;
    height: 70%;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #66CC33;
}
.main_button
{
    position: absolute;
    bottom: 0px;
    padding: 5px;
    width: 130px;
    height: 15px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
.sub_button
{
    position: relative;
    top: 20px;
    right: 0px;
    width: 160px;
    height: 20px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    cursor: pointer;
}
#detail
{
    position: absolute;
    top: 60px;
    left: 60px;
    width: 550px;
    height: 400px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    font-family: Arial, sans-serif;
    font-size: 10px;
    z-index: 4;
}
#detail_admin
{
    position: absolute;
    top: 60px;
    left: 60px;
    width: 550px;
    height: 400px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    font-family: Arial, sans-serif;
    font-size: 10px;
    z-index: 4;
}
#korb
{
    position: absolute;
    right: 0px;
    top: 130px;
    width: 200px;
    height: 75%;
    border-left: 1px solid #66CC33;
    background-color: #C0EAAB;
}
.pflichtfeld
{
        FONT-FAMILY: Verdana;
        FONT-SIZE: 9pt;
        TEXT-ALIGN: left;
        background: #E8A38E;
        border: 1 solid #000000;
}