@charset 'utf-8';

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflow {
		visibility:hidden;
		position: relative; 
		text-align: left;
		width: 100%;		
	}
	.imageflow img {
		visibility:hidden;
		position: absolute; 
		top: 0px;
		border: none;
	}
	.imageflow p{
		text-align:center;
		margin:0 auto;
	}
	.imageflow .loading {
		position: relative;
		left: 50%;
		margin-left: -106px;
		width: 200px;
		height: 15px;
		padding:5px;
		visibility: visible;
		border: 1px solid white;
	}
	.imageflow .loading_bar {
		height: 15px;
		width: 1%;
		background: #fff;
		visibility: visible;
	}
	.imageflow .caption {
		font-weight:normal;
		position:relative; 
		text-align:center;
		letter-spacing: 1px;
		z-index:10000;
		font-size: 18px;
	}
	.imageflow .scrollbar {
		visibility:hidden;
		position:relative; 
		border-bottom:1px solid #666666;
		z-index:10001;
	}
	.example_14 .slider {
		position:absolute;
		margin-top:-7px;
		margin-left:-7px;
		z-index:10002;
		background-image:url(slider.png);
		background-repeat:no-repeat;
		width:14px;
		height:14px;
	}
	
	#example_14 {
		background:#fff;
		color:#666666;
		border: 0px solid #ccc;
		width: 960px;
		margin:auto;
	}
	#example_14 .loading {
		border-color:#333;
	}
	#example_14 .loading_bar {
		background:#333;
	}
	#example_14 .slider {
		position:absolute;
		margin-top:-7px;
		margin-left:-7px;
		z-index:10002;
		background-image:url(slider_dark.png);
		background-repeat:no-repeat;
		width:14px;
		height:14px;
	}
	#example_14 .scrollbar {
		border-bottom:1px solid #666;
	}
	#Container {
	    width: 1040px;
		margin: 0 auto 0 auto;
		overflow: auto;
	}
	#headerContainer {
  		height: 40px;
		/* width: 1040px; */
		border: 0px solid red;
  		text-align: center;
		background: transparent url(bg_top_1040x230_schatten_80_auf_weiss.jpg) top center no-repeat;
	}
	#Content {
 	 	border: 0px solid green;
  		text-align: left;
		background: transparent url(bg_body_1040x50_schatten_80_auf_weiss.jpg) top center repeat-y;
  		height: 100%;
  		overflow: auto;
	}
	#Content_bottom {
  		height: 50px;
		background: transparent url(bg_bottom_1040x50_schatten_80_auf_weiss.jpg) bottom center no-repeat;
	}
	#links {
		background: white;
	}
}