#timeline_content {
	width: 775px;
	height: 500px;
	text-align: center;
	position: relative;
    background-color: rgb(100,141,189);
	background-image:url(../images/interaktiv-bg-blau.gif);
}

.slots {
	/*border: 1px solid black;*/
	height: 90px;
	margin-top:10px;
	margin-bottom: 10px;
}

.event {
	/*border-right: 1px solid black;*/
	width: 300px;
	height: 90px;
	margin-left: 5px;
	position: absolute;
	z-index: 10;
	opacity: 100 !important;
	margin-right: 5px;
	cursor: pointer;
}

#yearLine {
	font-size: 12px;
    height: 20px;
    list-style: none outside none;
    padding: 0 20px;
    position: relative;
    width: 775px;
}

#yearLine li {
	float: left;
	font-size: 0.7em;
	width: 30px;
	margin: 0px;
}

.event ul li {
	float: left;
	list-style: none;
}

.event ul {
	margin: 0px;
	padding-left: 0px;
}

#buttonBoard {
	height: 50px;
	padding-top: 10px;
}

.timeline_links { 
	float:left;
	width:600px;
	padding-left: 90px;
	padding-top: 12px;
}

.timeline_rechts {
    position: absolute;
    right: 15px;
    top: 13px;
}

.timeline_rechts li {
	float: left;
	font-size: 0.5em;
	width: 34px;
	margin: 0px;
}

.timeline_rechts ul {
	list-style: none;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

.clear {
	clear:left;
}

.yearLi {
	padding-top: 30px;
	text-align: left;
	font-size: 2.0em;
	width:20%;
	visibility: hidden;
}

.textLi {
	font-size: 14px;
    padding-left: 8%;
    padding-top: 30px;
    text-align: left;
    width: 67%;
}

.arrowLi {
	width: 5%;
	padding-top: 50px;
	text-align: right;
}

#korr_button_timeline, #reload_button_timeline{
	cursor: pointer;
	width:32px;
	height:32px;
	background-image:url(../images/btns-spiele-2x.png);
	background-size:32px 96px;
	background-repeat:no-repeat;
}

#korr_button_timeline{
	background-position:0 0;
}

#reload_button_timeline {
	background-position:0 -64px;
	display:none;
}