BODY {
    margin: 0px;
    padding: 0px;
    font-family: verdana;
    font-size: 13px;
}

IMG {
    border: 0;
}

DIV#window {
    position:absolute;
    top:50%;
    left:50%;
    margin: -246px 0 0 -363px;
    width: 727px;
    height: 512px;
    overflow: hidden;
}

DIV#header {
    position: relative;
    padding-top: 68px;
    padding-left: 30px;
    width: 727px;
    height: 24px;
    background-image: url(../images/sl_header_1px.png);
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

DIV#header IMG {
    position: absolute;
    left: 465px;
    top: 0px;
}

DIV#footer {
    width: 717px;
    padding: 5px;
    height: 20px;
    background-color: #515151;
}

DIV#footer DIV {
    float: right;
    color: #FFFFFF;
}

DIV#footer DIV A {
    color: #8DBA43;
}

DIV#content {
    position: relative;
    width: 727px;
    height: 390px;
    color: #515151;
    background-image: url(../images/sl_hintergrund_727px.png);
    background-repeat: no-repeat;
}

DIV#content A#powered {
    position: absolute;
    top: 369px;
    left: 40px;
}

DIV#info {
    float: left;
    margin-left: 23px;
    padding-left: 34px;
    padding-top: 20px;
    width: 198px;
    height: 370px;
    background-image: url(../images/sl_linke_spalte_bg.png);
    background-repeat: repeat-y;
}

DIV#main {
    float: left;
    position: relative;
    width: 420px;
    height: 354px;
    padding: 19px 30px 15px 22px;
}

#option {
    margin-bottom: 18px;
    display: block;
}

#textarea {
    margin-bottom: 19px;
}

#textarea.invalid {
    color: red;
}

#textarea.invalid.edit {
    color: #515151;
}

#screenshot {
    display: block;
    margin-bottom: 10px;
}

#submit_fehler {
    position: absolute;
    top: 345px;
    left: 196px;
    display: block;
    width: 242px;
    height: 33px;
    background-image: url(../images/fehler_senden_bt_norm.png);
    background-repeat: no-repeat;
}

#submit_fehler:hover {
    background-image: url(../images/fehler_senden_bt_over.png);
}

#submit_verbesserung {
    position: absolute;
    top: 345px;
    left: 123px;
    display: block;
    width: 315px;
    height: 33px;
    background-image: url(../images/vorschlag_senden_bt_norm.png);
    background-repeat: no-repeat;
}

#submit_verbesserung:hover {
    background-image: url(../images/vorschlag_senden_bt_over.png);
}

.bold_green {
    font-weight: bold;
    color: #8dba43;
    margin-bottom: 28px;
    display: block;
}

.shop_link {
    display: block;
    padding-left: 17px;
    color: #000000;
    text-decoration: none;
    background-image: url(../images/sl_pfeil_icon_11px.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    margin-bottom: 44px;
    outline: none;
}
