body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:16px;
}
*                      { margin: 0; padding: 0px; }
a, a img               { border: 0; text-decoration: none; }

#page-wrap, #slidershow1     { width: 680px; padding: 0px; margin:auto; position: absolute; z-index:2;}

ul                     { margin: 0 0 25px 25px; }
ul li                  { font: margin: 0 0 8px 0; }

#dl                    { position: absolute; top: 10px; right: 0; background: black; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px 6px; }
#dl:hover              { background: #666; }

.themeselector         { margin: 0 auto; text-align: center; }

#status                { color: #00a; font-weight: bold; }
.alert                 { color: #f00; font-weight: bold; }
.alert a               { color: #a00; }
.data                  { width: 100%; border: #555 1px solid; border-collapse: collapse; }
.data td, .data th     { border: #555 1px solid; padding: 0 5px; }
.data th               { background: #FFFFFF; }
.data .col             { width: 200px; }


/*** FX Demo Page CSS ***/
/* Demo page accordions */
.accordion             { width: 70%; margin: 0 auto; }
.accordion .ui-widget-content a { color: #004499; }

/* Change metallic slider defaults to show thumbnails -
  using #slidershow1 (page wrapper) to increase this CSS priority */
#slidershow1 div.anythingSlider-metallic .thumbNav a {
 margin-top: 21px;
 background-image: url();
 height: 26px;
 width: 18px;
 border: 0px;
 text-indent: 0;
}
/* border around image to show current page */
#slidershow1 div.anythingSlider-metallic .thumbNav a:hover,
#slidershow1 div.anythingSlider-metallic .thumbNav a.cur {
 background-color:#333333;
}
/* reposition the start/stop button */

.sliderbild {
	position:relative; 
	top:0px; 
	left:0px; 
	width:680px; 
	height:260px;
}

.slidertxt {
	position: relative; 
	top:0px;
	left:0px;
	width:679px; 
	height:20px; 
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3C3C3C;
	font-size:10px;
	line-height:20px;
}
