div.buttons {
	display:block;
	margin: 0px;
	padding: 5px 2px;
	width: 190px;
}
span.prev, span.next {
	width:25px;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	cursor: pointer;
}
span.prev:hover, span.next:hover {
	color: #DF002A;
	text-decoration: none;
}
span.prev {
	float:right;
}
span.next {
	float:right;
}




/* HISTORIE */
.historie_maske{
	position:relative;
	width:590px;
	height:420px;
	overflow:hidden;
}
#historie {
	position:absolute;
	border-top: 1px solid #DF002A;
	clear:both;
}
#historie div{
	width:590px;
	height:350px;
	float:left;
	background:#FFFFFF;
	margin: 0px;
	padding: 15px 0px 0px;
}
#historie h3, #historie p, #historie ul {
	padding:5px 10px;
}
#historie p {
	font-size: 12px;
	line-height: 20px;
	padding-top: 25px;
}
#historie p span {
	font-size: 12px;
	font-weight: bold;
	color: #DA002F;
}
.historie_zahlen {
	width: 590px;
}
.historie_zahlen span {
	color: #DF002A;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0px 0px;
	padding: 2px 4px 10px;
	cursor: pointer;
	display:block;
	float:left;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.historie_zahlen span.active, .historie_zahlen span.active:hover {
	color: #FFFFFF;
	background: #DF002A;
	padding: 2px 4px 15px;
	margin: 0px;
	border-top: 1px solid #DF002A;
	border-right: 1px solid #DF002A;
	border-bottom: 0px none #DF002A;
	border-left: 1px solid #DF002A;
	font-size: 12px;
}
.historie_zahlen span:hover {
	color: #DF002A;
	border-top: 1px solid #DF002A;
	border-right: 1px solid #DF002A;
	border-bottom: 0px none #DF002A;
	border-left: 1px solid #DF002A;
}
