a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:focus   { text-decoration: none; }
a:hover   { text-decoration: none; }
a:active  { text-decoration: none; }


a {
    text-decoration  : none;
}

img {
    border           : none;
}

.content{
    background-color : rgb(79,76,77);
    color            : rgb(91,82,79);
    font-family      : Arial, Helvetica, sans-serif;
    font-size        : 10px;
}

.topbar{
    background-image : url(../images/schiefer.jpg);
}

.bar{
    background-color : rgb(86,77,74);
    width            : 100%;
    height           : 22px;
}

.lg {
    font-family      : Arial, Helvetica, sans-serif;
    font-size        : 12px;
    color            : rgb(255,255,255);
}

.box0 {
    text-align       : center;
    width            : 73px;
    height           : 73px;
    background-color : rgb(160,152,149);
    border           : 1px solid rgb(255,255,255);
}

.box1 {
    text-align       : center;
    width            : 73px;
    height           : 73px;
    background-color : rgb(86,77,74);
    border           : 1px solid rgb(255,255,255);
}

.blinks{
    font-family      : Helvetica, Arial, sans-serif;
    font-weight      : bold;
    color            : rgb(255,255,255);
}

.nav0{
    width            : 198px;
    height           : 32px;
    background-image : url(../images/nav_bg.jpg);
    padding-left     : 20px;
}

.nav1{
    width            : 198px;
    height           : 32px;
    padding-left     : 20px;
}

.nav_txt0{
    font-family      : Helvetica, Arial, sans-serif;
    font-weight      : bold;
    font-size        : 13px;
    color            : rgb(128,119,116);
}

.nav_txt1{
    font-family      : Helvetica, Arial, sans-serif;
    font-weight      : bold;
    font-size        : 13px;
    color            : rgb(91,82,79);
}


