* html body {
    scrollbar-base-color: #000; /*scroll-01*/
    scrollbar-arrow-color: #000; /*scroll-02*/
    scrollbar-darkshadow-color: #6A0000; /*scroll-03*/
    scrollbar-face-color: #6A0000; /*scroll-04*/
    scrollbar-highlight-color: #6A0000; /*scroll-05*/
    scrollbar-shadow-color: #2F0000; /*scroll-06*/
    height: 100%; /* das hier für den ie */
}

body {
    cursor: default;
	background-color: #000;
    background-image: url(../images/grafik_redrose/site_bg.gif);
    background-repeat: repeat;    
    margin: 0;
    color: #9A9A9A;
}

div.div_overflow {
}

div.div_previewpics img {
    border: 1px solid #C0C0C0;
}

div.div_overflow table {
    background-color: #790000;
}

div.profilinfos table {
    border: 0px solid #9A9A9A;
    color: #9A9A9A;
}

div.piktogramme table {
    color: #9A9A9A;
    border: 1px solid #9A9A9A;
    background-color: #790000;
}

div.piktogramme td {
    color: #9A9A9A;
    border: 0px solid #9A9A9A;
}

div.div_description table {
    border: 0px solid #9A9A9A;
    color: #9A9A9A;
}

div.div_description td {
    border: 0px solid #9A9A9A;
}

div.div_description td.td_head {
    color: #FFF;
}

div.main {
    border: 1px solid #FFF;
}

div.main table, div.div_swf {
    border: 1px solid #9A9A9A;
}

div.div_bottom {
    border: 1px solid #9A9A9A;
    background-color: #790000;
}


