/* 
*/

#balken {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
	background: #333333;
	z-index: 10;
}

#balken2 {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 100%;
	height: 18px;
	background: #000000;
	z-index: 10;
}
#linie {
        position: absolute;
        top: 0px;
        left: 0px;
	width: 100%;
        height: 18px;
        border-bottom: 0px solid #000000;
        z-index: 30;
}

#toplink1 {
        position: relative;
        margin-left: 524px;
        height: 12px;
        padding-left: 4px;
	padding-top: 6px;
        border-left: 1px solid #666666;
	color: #666666;
}#toplink2 {
        position: absolute;
        top: 0px;
        left: 650px;
        height: 12px;
        padding-left: 2px;
	padding-top: 6px;
        border-left: 1px solid #666666;
	color: #666666;
}
#toplink1 A, #toplink2 A {
	font-weight: normal;
	color: #666666;
}
#toplink1 A:hover, #toplink2 A:hover {
	font-weight: normal;
	color: #FF0000;
}

#menu_1 A,
#menu_3 A {
        font-family: "Lucida Grande", Lucida, Arial, Helvetica, Verdana, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        padding-bottom:5px;
}

#menu_1 A:hover,
#menu_3 A:hover {
        color: #FF0000;
}

#menu_1 span.menu1-level1-act A,
#menu_3 span.menu1-level1-act A {
        padding-bottom:5px;
        color: #FF0000;
}
