.Linkliste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.Hinweis {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
}

#menu
{
	font-weight:bold;
}

.selected
{
	text-decoration:underline;
}

#gallerybox
{
	text-align: center;
	z-index:9;
	position:absolute;
	left:25px;
	top:130px;
	width:710px;
	height:190px;
	
	overflow-x:hidden;
	overflow-y:hidden;
	
	background-color:#000000;
}

#gallerypics
{
	position:absolute;
	margin: 0px auto;
	/*border-left:1px solid red;border-right:1px solid red;*/
	border-top:10px dashed #606A74;
	border-bottom:10px dashed #606A74;
	padding:10px;
	height:150px;
	white-space:nowrap;	
	
}



.fancybox
{
	padding:10px;
}


.scrollrightOver
{

	cursor:pointer;
	background-image:url('../images/scrollright.png');
	background-position:0px 80px;	
	background-repeat:no-repeat;
	width:40px;
	height:190px;
	position:absolute;
	left:670px;
	top:0px;
	z-index:9999;

}


.scrollleftOver
{

	cursor:pointer;
	background-image:url('../images/scrollleft.png');
	background-position:0px 80px;
	background-repeat:no-repeat;
	width:40px;
	height:190px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:9999;

}