@charset "ISO-8859-1";

a:link{text-decoration: underline; color: #ffffff;}
a:visited{text-decoration: underline; color: #ffffff;}
a:hover{text-decoration: none; color: #42597b;}
a:active{text-decoration: underline; color: #ffffff;}
a:focus{text-decoration: underline; color: #ffffff;}

body
{
 FONT-FAMILY: Tahoma;
 COLOR: #ffffff;
 FONT-SIZE: 10pt;
}

/* Menü in der Navi */

.bar-menu {
    width: 195px;
}
.bar-menu .box1 {
    background-color: #76829a;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    border-width: 0px;
    border-color: #000000;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
	cursor: pointer;
}
.bar-menu .box1-hover {
    background-color: #76829a;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    border-width: 0px;
    border-color: #000000;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
	cursor: pointer;
}
.bar-menu .box1-open {
    background-color: #76829a;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    border-width: 0px;
    border-color: #000000;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
	cursor: pointer;
}
.bar-menu .box1-open-hover {
    background-color: #76829a;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    border-width: 0px;
    border-color: #000000;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
	cursor: pointer;
}
.bar-menu .box1 img, .bar-menu .box1-hover img, .bar-menu .box1-open img, .bar-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}
.bar-menu .section {
    background-color: #76829a;
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    border-width: 0px;
    border-color: #000000;
    border-style: none solid solid solid;
    display: none;
}
.bar-menu .box2 {
    padding: 2px;
    padding-left: 0px;
}
.bar-menu .box2-hover {
    background-color: #76829a;
    padding: 2px;
    padding-left: 0px;
}
.bar-menu .section .active,
.bar-menu .section .active:hover {
    color: yellow;
}

