/* Scroller Configuration */
.scroll {
	width: 434px;
	height: 25px;
}

.scrollhead {
	position: relative;
	top: 0px;
	left: 0px;
	width: 97px; 
	height: 1px; 
	background-repeat: no-repeat; 
}

.scrollarea {
	position: relative;
	margin-left:2px;
	margin-right:2px;
	float: left;
	width: 366px;
	height: 25px;
	overflow: hidden;
}

.scrollarea .line {
	width: 15000px;
}

.scrollarea .month {
	display: inline; 
	position: relative; 
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	height: 25px;
	width:120px;
	line-height:25px;
	text-align:center;
}

.scrollarea .month div {
	position: absolute;  
	height: 25px; 
	background: none;
	background:#A3C9D8;
	line-height:25px;	 
	z-index: 122; 
}

.scrollbutton {
	display: block;
	float: left;
	position:relative;
	width: 32px; 
	height: 25px;
	line-height:22px;
	background-color:#A3C9D8;
}


/* Button Link Styles*/
.button_active a, .button_active a:link, .button_active a:visited, .button_active a:hover, .button_active a:active {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.button_inactive a, .button_inactive a:link, .button_inactive a:visited, .button_inactive a:hover, .button_inactive a:active {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

a.scrollbutton, a:hover.scrollbutton  {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}


/*Background Images*/
.button_left {
	background-image:url(links.png);
}

.button_right {
	background-image:url(rechts.png);
}

.button_inactive {
	background-image:url(button.png);	
}

.button_active {
	background-image:url(button_hi.png);
}