@import "navigation.css";

#main {
    background-image: url(../upload/Images/Design/Layout-2.jpg);
    background-repeat: no-repeat;
    width: 990px;
    height: 550px;
    margin: 0px auto;
}

#content {
    position: relative;
    top: 140px;
    left: 210px;
    width: 250px;
    height: 370px;
}

/* Basiseinstellung der Navigation und der Navigationspunkte */
#navigation {
    position: absolute;
    list-style-type: none;
}
#navigation li {
    position: absolute;
    display: block;
}
#navigation li.active {
    display: none;
}
#navigation a {
    background-repeat: no-repeat;
    text-indent: -999em;
    display: block;
    width: 187px;
    height: 131px;
}
/* Positionierung der einzelnen Punkte */
#navigation li.KBR {
    top: 160px;
    left: 10px;
}
#navigation li.SKU {
    top: 300px;
    left: 10px;
}
#navigation li.SKU-Trac {
    top: 160px;
    left: 775px;
}
#navigation li.SKR {
    top: 300px;
    left: 775px;
}

/* Weitere Einstellungen der Homeseiten */
h1 {
    color: #79A013;
    font-size: x-large;
    font-style: italic;

}

.text {
    width: 540px;
    height: 290px;
    overflow: hidden;
}

#content div, #content h1 {
    width: 500px;
}

#service_nav {
    position: relative;
    top: 150px;
}


div.sitemap {
    font-size: 120%;
}
div.sitemap a:hover {
    color: #820016;
}

ul.sitemapStandardMainCat {
    list-style-type: disc;
}
ul.sitemapStandardMainCat li.sitemapStandardLevel_0 {
    font-weight: bold;
}
ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
    margin-left: 20px;
}
div#SpryContactForm {

}
