

/* --- Stylesheet 1238 () --------- */ 

#chronik {
	position: relative;
	padding: 1px 30px 45px 25px;
	background: url(http://tramino.s3.amazonaws.com/s/das-hoechste/107210/skala2.png) 40px 15px no-repeat;
}

#timeline {
	position: relative;
	z-index: 100;
}

#timeline .inner {
	position: absolute;
	bottom: 2px;
	left: 0px;
	padding-left: 70px;
	background: url(http://tramino.s3.amazonaws.com/s/das-hoechste/107197/skala.png) 15px 10px no-repeat;
}


#timeline .skala.sommer {
	float: left;
	width: 50px;
	height: 200px;
	background: url(http://tramino.s3.amazonaws.com/s/das-hoechste/120740/sonnenskala.png) 0px 10px no-repeat;

}

#timeline .day {
	float: left;
	width: 7px;
	height: 200px;
	position: relative;
}

#timeline .day.weekend {
	margin-right: 3px;
}

#timeline .value {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 6px;
	background-color: #fff;
	background-color: rgba(225,225,255,0.4);
}

#timeline .sommer .value {
	background-color: rgba(150,245,150,0.4);
}


#timeline .posts {
	position: absolute;
	top: 219px;
	left: 0px;
	width: 6px;
	background-color: rgb(133,188,210);
}

#timeline .sommer .posts {
	background-color: rgba(133,210,188);
}


#timeline .day:hover .value { background-color: #ED9C3D }
#timeline .day:hover .posts { background-color: #ED9C3D }

#months { padding-left: 50px; height: 16px; background-color: #ccc; }

#months .month {
	float: left;
	border-right: 1px solid #fff;
	font-size: 11px;
	color: #fff;
	padding: 2px 0px;
	text-align: center;
	margin-right: 2px;
}