#SlideBox {
position:absolute;
height:260px;
z-index:1;
width:630px;
overflow:hidden;
margin-top:25px;
}


#CurtonLeft, #CurtonRight {
position:absolute; 
z-index:3;
width:140px; 
height:70px;
padding-top:40px;
}
	#CurtonLeft img, #CurtonRight img {cursor:pointer;}
	#CurtonLeft {
	left:0px;
	background-image:url(../img/bg_timeline_left.png);
	background-repeat:no-repeat;
	}

	#CurtonRight { 
	background-image:url(../img/bg_timeline_right.png);
	background-repeat:no-repeat;
	left:490px;
	text-align:right;
	}


#Zeitleiste {
position:absolute;
z-index:2;
top:10px;
left:140px;
width:1800px; height:105px;
padding:0px;
font-size:10pt;


}	
	#Zeitleiste a {
	color:#888;
	display:block;
	}
		#Zeitleiste a img {
		border:0px;
		}
	#Zeitleiste dl.TimoScreen {
	border:0px solid red;
	width:150px;
	float:left;
	height:90px;
	margin:0px;
	margin-left:15px;
	}
		dl.TimoScreen dt {
		width:128px; 
		height:96px;
		border:1px solid gray;
		}

		dl.TimoScreen dd {
		margin:0px;
		padding-top:3px;
		}


#TextBox{
position:absolute;
top:100px;
margin-top:50px;
width:640px;
}
