@charset "UTF-8";
/*
 * decorator.css
 *
 * [www.mj-software.net]
 * author		Marcel Jänicke
 * modified		-
 * since		08.11.2009
 * version		5.0
 */
/* tags */
body {
    background-color: #F4F3EA;
    font-size: 0.7em;
}

/* header */
.header {
    background-repeat: no-repeat;
    height: 94px;
}

#headerAutumn { background-image: url(../pictures/headerAutumn.png); }

#headerNormal { background-image: url(../pictures/headerNormal.png); }

#headerSpring { background-image: url(../pictures/headerSpring.png); }

#headerWinter { background-image: url(../pictures/headerWinter.png); }

/* sidebar */
#sidebar { width: 176px; }

#sidebar .caption {
    border-left: 1px solid #646464;
    border-right: 1px solid #646464;
    border-top: 1px solid #646464;
}

#sidebar .sidebarBox .caption {
    border: none;
    border-bottom: 1px solid #646464;
}

.sidebarText { background: url(../pictures/clipboardText.png) no-repeat 3px 2px; }

/* menu */
.menu li a { background: url(../pictures/arrow.png) no-repeat 3px 2px; }

.menu li:hover { background-color: #D6D6CC; }

/* content */
#content {
    background-color: #FFF;
    margin-bottom: 3px;
    margin-right: 11px;
    width: 577px;
}

#content .caption {
    border-bottom: 1px solid #646464;
    padding-left: 5px;
}

/* footer */
#footer {
    background-image: url(../pictures/footer.png);
    clear: both;
    height: 28px;
    margin-top: 3px;
    line-height: 13px;
    width: 756px;
}

/* other */
.banner88x31 {
    height: 31px;
    width: 88px;
}

.caption {
    background-image: url(../pictures/caption.png);
    line-height: 16px;
    padding-bottom: 1px;
}

#container { margin: auto; }

#spacer { height: 10px; }

#validation img { padding: 3px 0; }

/* multiple */
.caption, #footer {
    background-repeat: repeat-x;
    color: #FFF;
}

#container, #header { width: 780px; }

#content .caption a, #footer a { color: #D6D6CC; }

#content, #footer, .menu, .sidebarBox { border: 1px solid #646464; }

#content, #sidebar { min-height: 881px; }

#footer, #sidebar { margin-left: 11px; }

.menu, .sidebarBox {
    background-color: #EAEAE0;
    margin-bottom: 3px;
}

.menu li a, .sidebarText {
    color: #C03200;
    line-height: 18px;
    padding-bottom: 2px;
    padding-left: 22px;
    padding-top: 1px;
}