/* timeline Geschichte */
#timeline_history {
	height: 850px;
	overflow: hidden;
	position: relative;
	background: url('dot.gif') left 45px repeat-x;
}
#timeline_history a {
	color: #CDE29E;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#timeline_history a:hover, #timeline_history a.selected {
	color: #5d7723;
}

#dates_history {
	width: 800px;
	height: 80px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#dates_history li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	background: url('biggerdot.png') center bottom no-repeat;
	margin: 0;
	padding: 0;
}
#dates_history a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates_history .selected {
	font-size: 38px;
}

#issues_history {
	width: 680px;
	height: 850px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}   
#issues_history li {
	width: 680px;
	height: 850px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	background-image: none;
}
#issues_history li.selected img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
#issues_history li img {
	float: left;
	margin: 28px 30px 20px 25px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
	zoom: 1;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out; 
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	transform: scale(0.7,0.7);
}
#issues_history li h1 {
	margin: 20px 0;
	padding-left: 38px;
}
#issues_history li p {
	margin-right: 70px;
	padding-left: 38px;
	padding-right: 38px;
	font-weight: normal;
	text-align: justify;
}

#grad_left_history,
#grad_right_history {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
}
#grad_left_history {left: 0;}
#grad_right_history {right: 0;}

#next_history,
#prev_history {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 170px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#next_history:hover {background-image: url('next_hover.png');}
#prev_history:hover {background-image: url('prev_hover.png');}

#next_history {right: 0; background-image: url('next.png');}
#prev_history {left: 0; background-image: url('prev.png');}

#next_history.disabled,
#prev_history.disabled {opacity: 0.2;}
                
.history_highlight {color:#97C139;}