/* ********************************************************************* */
/* Basis Layout */
html {
    height              : 100%;
}

body {
    font-family         : Verdana;
    font-size           : 12px;
    color               : 000;
    height              : 100%;
}

body.frontend {
    font-family         : Verdana;
    font-size           : 12px;
    background-color    : #96142D;
    color               : #929395;
    height              : 100%;
}

a {
    color               : #96142D;
    text-decoration     : none;
}
a:hover {
    text-decoration     : underline;
}

/* ********************************************************************* */
/* Wrapper */

#frame {
    width               : 980px;
    height              : 700px;
    background          : #FFF;
    position            : absolute;
    top                 : 50%;
    left                : 50%;
    margin-left         : -490px;
    margin-top          : -350px;
}


/* ********************************************************************* */
/* Logo */
#logo {
    width               : 175px;
    height              : 124px;
    right               : 54px;
    top                 : 27px;
    position            : absolute;
    z-index             : 100;
}

/* ********************************************************************* */
/* Content */
#content {
    height              : 652px;
    overflow            : auto;
    position            : relative;
}

body.frontend_object #frame {
    padding-top         : 169px;
    height              : 531px;

}
body.frontend_object #content {
    width               : 540px;
    height              : 453px;
    padding             : 0 45px 30px 60px;
    margin-left         : 106px;
}
body.frontend_object #content h1 {
    font-family         : "Times New Roman";
    font-size           : 14px;
    margin-bottom       : 15px;
    text-transform      : uppercase;
}
body.frontend_object #content a {
    color               : #929395;
}

body.frontend_object #content div.contact-headlines {
    font-family         : "Times New Roman", serif;
    font-size           : 14px;
    font-weight         : bold;
    text-transform      : uppercase;
    margin-bottom       : 10px;
}
body.frontend_object #content div.stiftung {
    color               : #96142D;
}
body.frontend_object #content div.malik {
    color               : #6C6E73;
}
body.frontend_object #content div.foerderkreis {
    color               : #977819;
}
body.frontend_object #content div.kulturamt {
    color               : #507926;
}
body.frontend_object #content div.musik {
    color               : #2F6E8C;
}
body.frontend_object #content div.restaurant {
    color               : #503824;
}


/* ********************************************************************* */
/* Footer */
#footer {
    width               : 606px;
    margin-top          : 17px;
    float               : left;
    padding-left        : 116px;
}

#footer a {
    color               : #96142D;
    text-decoration     : none;
    text-transform      : uppercase;
    font-size           : 11px;
}

#footer a:hover {
    text-decoration     : underline;
}

#footer ul {
    float               : left;
    padding             : 0;
    margin              : 0;
    list-style-type     : none;
    width               : 100%;
}

#footer ul li {
    float               : left;
}

#footer ul li a {
    padding-right       : 20px;
}

#footer ul li.last a {
    color               : #A7A8AA;
}

#footer ul li.gray a {
    color               : #A7A8AA;
}

#footer ul li.overview {
    float               : right;
}

#footer ul li.overview a {
    color               : #96142D;
    text-align          : right;
    padding-right       : 0;
}

/* ********************************************************************* */
/* Navigation */
#content ul.menus {
    list-style-type     : none;
    margin              : 0;
    padding             : 0;
    width               : 380px;
    height              : 250px;
    position            : absolute;
    top                 : 50%;
    left                : 50%;
    margin-top          : -53px;
    margin-left         : -190px;
}

#content ul.menus li.level-1 {
    width               : 121px;
    height              : 121px;
    float               : left;
    margin-right        : 8px;
    margin-bottom       : 8px;
    position            : relative;
}

#content ul.menus li.level-1 {
    background          : url(/images/default/boxes.png) no-repeat 0 0;
}

#content ul.menus li.level-1 li.level-2 {
    background          : none;
}

#content ul.menus li.level-1 a.level-1 {
    position            : absolute;
    width               : 121px;
    height              : 121px;
}

#content ul.menus li.level-1 a.level-1 span {
    display             : none;
}

#content ul.menus ul {
    list-style-type     : none;
    margin              : 0;
    padding             : 0;
    position            : absolute;
    width               : 260px;
}

#content ul.menus a {
    color               : #A7A8AA;
    text-decoration     : none;
    text-transform      : uppercase;
    font-size           : 11px;
}

#content ul.menus a:hover {
    text-decoration     : underline;
}

#content ul.menus li li.nth-0 a {
    font-family         : "Times New Roman", serif;
    font-size           : 14px;
    font-weight         : bold;
}


/* Malik Management Akademie Schloss Filseck */
#content ul.menus li.nth-0 ul {
    right                : 130px;
}

#content ul.menus li.nth-0 li {
    text-align          : right;
}

#content ul.menus li.nth-0 li.nth-0 a.level-2 {
    color               : #6C6E73;
}

/* Schloss-Filseck-Stiftung der Kreissparkasse Goeppingen */
#content ul.menus li.nth-1 {
    background-position : -130px 0;
}

#content ul.menus li.nth-1 ul {
    bottom              : 130px;
}

#content ul.menus li.nth-1 li.nth-0 a.level-2 {
    color               : #A5193A;
}

/* Foerderkreis Schloss Filseck e.V. */
#content ul.menus li.nth-2 {
    background-position : -260px 0;
    margin-right        : 0;
}

#content ul.menus li.nth-2 ul {
    left                : 130px;
}

#content ul.menus li.nth-2 li.nth-0 a.level-2 {
    color               : #977819;
}

/* Kulturamt Landkreis Goeppingen Stauferstiftung */
#content ul.menus li.nth-3 {
    background-position : 0 -129px;
    clear               : left;
    margin-bottom       : 0;
}

#content ul.menus li.nth-3 ul {
    right               : 130px;
}

#content ul.menus li.nth-3 li {
    text-align          : right;
}

#content ul.menus li.nth-3 li.nth-0 a.level-2 {
    color               : #507926;
}

/* Musik auf Schloss Filseck e.V. */
#content ul.menus li.nth-4 {
    background-position : -130px -129px;
    margin-bottom       : 0;
}

#content ul.menus li.nth-4 ul {
    top                 : 130px;
}

#content ul.menus li.nth-4 li.nth-0 a.level-2 {
    color               : #2F6E8C;
}

/* Restaurant Schloss Filseck */
#content ul.menus li.nth-5 {
    background-position : -260px -129px;
    margin              : 0;
}

#content ul.menus li.nth-5 ul {
    left                : 130px;
}

#content ul.menus li.nth-5 li.nth-0 a.level-2 {
    color               : #503824;
}


div.imos-copyright {
    font-family         : Arial;
    font-size           : 9px;
    float               : right;
    margin-top          : 21px;
    color               : #ccc;
}
div.imos-copyright a {
    color               : #FFF;
}