#ratgeber_slider_main_container
{
	width: 600px;  
	position: relative;
	margin-left: 20px;
	height: 194px;
	background: url(../img/box_bg.png) no-repeat;
	padding-bottom: 25px;
}

#ratgeber_slider_entry_container
{
	overflow: hidden;
	width:600px;
	height:160px;	
}

#ratgeber_slider_entry_wrapper 
{
	width:600px;
	position: relative;
	height: 160px;
	overflow: hidden;
}

#ratgeber_slider_entry_wrapper .scrolling-content
{
	height: 160px;
	width:600px;
	position: absolute;
}

#ratgeber_slider_entry_wrapper .box-content 
{
	overflow: hidden;
	text-align: left;
	float: right;
	padding-right: 30px;
	margin-top: 10px;
	width: 420px;
}

#ratgeber_slider_entry_wrapper p 
{	
	overflow: hidden;
	text-align: left;
	width: 420px;
	color: #6c6c6c;
	clear: left;
}

#ratgeber_slider_entry_wrapper img 
{
	float: left;
	margin-top: 17px;
	border: 1px solid #fda420;
	margin-left: 10px;
}

#ratgeber_slider_entry_wrapper span 
{
	position: absolute;
	margin-top: 140px;
	left: 13px;
	text-transform: uppercase;
	color: #b3b3b3;
	
}

#ratgeber_slider_entry_wrapper .box-content .main_content 
{
	padding: 10px;
}

#ratgeber_slider_main_container .preloader {
	margin-left: 130px;
	margin-top: 45px;
	width: 50px;
	height: 50px;
	display: block;
	background: url(../img/preloader.gif);
}

/*  
 * Monatsinhalte
 */

#ratgeber_slider_content_1
{ 
 	left:0;top:0;
}

#ratgeber_slider_content_2
{ 
 	left:600px;top:0;
}
#ratgeber_slider_content_3
{ 
 	left:1200px;top:0;
}
#ratgeber_slider_content_4
{ 
 	left:1800px;top:0;
}
#ratgeber_slider_content_5
{ 
 	left:2400px;top:0;
}
#ratgeber_slider_content_6
{ 
 	left:3000px;top:0;
}
#ratgeber_slider_content_7
{ 
 	left:3600px;top:0;
}
#ratgeber_slider_content_8
{ 
 	left:4200px;top:0;
}
#ratgeber_slider_content_9
{ 
 	left:4800px;top:0;
}
#ratgeber_slider_content_10
{ 
 	left:5400px;top:0;
}
#ratgeber_slider_content_11
{ 
 	left:6000px;top:0;
}
#ratgeber_slider_content_12
{ 
 	left:6600px;top:0;
}

/* Schaltfl�chen */
#ratgeber_slider_back_button {
	position: absolute;
	display: block;
	width: 33px;
	height: 33px;
	left:0;
	background: url(../img/box_button_left.png);
	margin-top: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#ratgeber_slider_back_button:hover {
	background: url(../img/box_button_left_act.png);	
}

#ratgeber_slider_forward_button {
	position: absolute;
	display: block;
	width: 33px;
	height: 33px;	
	background: url(../img/box_button_right.png);
	left: 567px;
	margin-top: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#ratgeber_slider_forward_button:hover {
	background: url(../img/box_button_right_act.png);								 
}


/* Monate */
#ratgeber_slider_menu {
	position: absolute;
	height:40px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:145px;
	margin-top: 8px;
	width: 375px;
	float:left;
	
}

/* IE6 Position */
* html #ratgeber_slider_menu {
    margin-left:140px;
}

#ratgeber_slider_menu li {
	float: left;
	width: 23px;
	margin-left: 7px;
	color: #6c6c6c;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#ratgeber_slider_menu li:hover {
	text-decoration: underline;
}

#ratgeber_slider_menu li.disabled {
	cursor: default;
}

#ratgeber_slider_menu li.disabled span {
	color: #b3b0b0;	
}

#ratgeber_slider_month_marker {
	position: absolute;
	left:166px;
	width: 23px;
	padding: 1px 4px 0 5px;
	margin-left: -5px;
	height: 31px; 
	background: url(../img/month_bg.gif) no-repeat 0 4px;
	opacity: 0;
	filter: alpha(opacity=0);
}
