/**
 * frame_right_wide an frame_right anpassen
 * (sonst springt die rechte spalte
 * beim wechsel zwischen zwei seiten)
 */
#frame_right_wide {
    margin-right: 1px;
    padding-top: 3px;
}

/**
 * Listen
 */
ul {
    margin: 0 0 15px 0;
    padding: 0px;
    list-style-type: none;
}
li {
    padding: 2px 0 2px 10px;
    background-image: url(/images/admin/bullet_list.gif);
    background-position: 0 0.8em;
    background-repeat: no-repeat;
    font-size: 110%;
}

/**
 * text grau
 */
.doku_kontakt_box p {
    color: #797979;
}
.doku_kontakt_box h2 {
    color: #797979;
}

/**
 * company
 */
#list_image {
    padding-bottom: 15px;
}

/**
 * milestones
 */
.milestones {
    width: 499px;
}
.milestones img {
    display: inline;
}
.milestones .headline2 {
    margin-bottom: 10px;
}

/**
 * products
 */
.products {}
.products #text {
    width: auto;
}
.Stil1 {
    color: #000000;
}
#Navigation {
    padding: 0 0 0 19px;
}
#Navigation li {
    padding: 4px 0 4px 0;
}
#Navigation li a,
#Navigation li a:hover {
    color: #797979;
    font-weight: bold;
    line-height: 120%;
}

/**
 * frame_right: InfoCol 18 - List with links
 */
#frame_right ul.list-links {
    margin: 0;
    padding: 0 0 20px 0;
}
#frame_right ul.list-links li {
    padding: 5px 0 5px 13px;
    background-image: url(/images/admin/pfeil_grau.gif);
    background-position: 2px 0.45em;
    background-repeat: no-repeat;
    border-bottom: 1px solid #797979;
}
#frame_right ul.list-links a,
#frame_right ul.list-links a:hover {
    color: #797979;
    font-weight: bold;
    font-size: 110%;
    line-height: 120%;
}

/**
 * frame_right_wide: InfoCol 18 - List with links
 */
#frame_right_wide ul.list-links {
    margin: 0;
    padding: 0 0 20px 0;
}
#frame_right_wide ul.list-links li {
    padding: 5px 0 5px 13px;
    background-image: url(/images/admin/pfeil_grau.gif);
    background-position: 2px 0.45em;
    background-repeat: no-repeat;
    border-bottom: 1px solid #797979;
    font-size: 92%;
    line-height: 128%;
}
#frame_right_wide ul.list-links a,
#frame_right_wide ul.list-links a:hover {
    color: #797979;
    font-weight: bold;
    font-size: 110%;
}