#divUp { 
	position: absolute; 
	z-index: 2; 
	top: 15px; 
	left: 0px; 
	visibility: visible 
}
#divDown  { 
	position: absolute; 
	z-index: 3; 
	top: 15px; 
	left: 520px; 
	visibility: visible 
}		
#divScrollTextCont { 
	position: absolute; 
	z-index: 4; 
	top: 0px; 
	left: 40px; 
	width: 1500px; 
	height: 170px; 
	overflow: hidden; 
	visibility:visible; 
	clip: rect(5px 470px 150px 5px); 
	/*background-color: red;*/
}
#divText  {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	visibility: visible;
	width: 1500px;
	white-space:nowrap;
	/*background-color: blue;*/
}
#bilderfries .bilder, #bilderfries .legende{
	padding: 0px 10px 0px 10px;
}
#bilderfries .bild1, #bilderfries .legende1{
	padding: 0px 10px 0px 0px;
}
#bilderfries .bilder, #bilderfries .bild1{
	vertical-align: middle;
}
#bilderfries .legende, #bilderfries .legende1, #bilderfries .leer {
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
}
#bilderfries {
	display: inline;
	float: left;
	white-space:none;
}
.titel{
	color: #FF6600;
	font-style: italic;
}
.zusatztitel{
	color: #FF6600;
}
