/* CSS - Stylesheet für die Images des Rahmen-Layouts */


#head {
    background: #072e73 url("../images/layout/head.jpg") top left no-repeat;
}

#sidebar-top {
    background: #7d8caa;
}

#Navigation-Main {
    background:url("../images/layout/nav-bg-left-150px.jpg") top left repeat-y;
}

#Sidebar-Right-Main {
    background:url("../images/layout/nav-bg-right.jpg") top right repeat-y;
}

#content {
    background:url("../images/content-bg.jpg") top right repeat-y;
}

#footer {
    background: #EEEEEE;
}
