

/* ------------------------------------------------------------------------------------ */
/* Styles die sich fuer diesen Kunden von den default-Styles unterscheiden */
/* ------------------------------------------------------------------------------------ */

body {
}
.admin_form {
    background-image: url("../images/admin_form_back.gif");
}

table.main {
}

table.newsblock {
    background-image: url("../images/admin_news_back.gif");
}

div.admin_toolbar {
    width: 990px;
    border-bottom: 2px solid #a19f9c;;
}

div.admin_toolbar {
    width: 990px;
    position: fixed;
}

div.container_1 {
    margin-top: 27px;
}

table.admin_toolbar {
    margin-bottom: 0px;
}

div.splash {
    position: absolute;
    right: 0px;
    top: -86px;
    width: 310px;
    height: 265px;
}

div.splash table.admin_toolbar {
    background-color: #ddaf33;
    position: absolute;
    right: 0px;
    top: -20px;
    width: 234px;
}

td.admin_form_col_alert {
    padding: 5px;
}

td.admin_form_col_confirm {
    padding: 5px;
    font-weight: bold;
    color: #000;
    background-color: #cad200;
}

div.googlemap {
    position: relative;
    top: -13px;
}


div.container_0 {
    margin-top: 31px;
}