/* CSS Document */
#zentriert {
	position: absolute;
	height: 580px;
	top: 48%;
	margin-top: -290px;
	visibility: visible;


}

#Layer1 {
	position:absolute;
	width:810px;
	height:95px;
	z-index:1;
	overflow: hidden;
}

#lyr1 {
	position:absolute;
	z-index:1;
}
#wn {
	position:absolute;
	width:620px;
	height:220px;
	z-index:1;
	overflow: auto;
}
#Layer4 {
	position:absolute;
	width:638px;
	height:358px;
	z-index:1;
	overflow: auto;
}

/*Navigation*/
.link, .link a, .link a:link, .link a:visited {
        font-family: Verdana, Helvetica, Arial, sans-serif;
		font-variant:small-caps;
		color: #FfFFFF;
        font-weight:bold;
        font-size: 12px;
		text-decoration: none
}
.link a:hover {
		color: #333333;	
}
.link a:active{
		color: #ffffff;
}
.link_active, .link_active a, .link_active a:link, .link_active a:visited, .link_active a:focus {
        font-family: Verdana, Helvetica, Arial, sans-serif;
		font-variant:small-caps;
		color: #333333;
        font-weight:bold;
        font-size: 12px;
		text-decoration: none
}
.link_active a:hover {
		color: #333333;	
}
.link_active a:active{
		color: #ffffff;
}
/*Navigation - ENDE */


.link_white, .link_white a, .link_white a:link, .link_white a:visited {
        font-family: Verdana, Helvetica, Arial, sans-serif;
	
		color: #FFFFFF;
      /*  font-weight:bold;*/
        font-size: 12px;

}
.link_white a:hover {
		color: #B40E09;	
}
.link_white a:active{
		color: #ffffff;
}





li {
/*list-style-image: url(li.gif);
list-style-position: -15px;*/

margin-left:-24px;

line-height:1,4em;
}


a.srollover {
    display: block;
    width: 17px;
    height: 14px;
    background: url("next.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover {
    background-position: -17px 0;
}

