@charset "UTF-8";


/*  Slideshow-Box */
#slideshow
{
	position: relative;
	clear: both;
	
	width: 768px;
	height: 265px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	color: #222;
}

#slideshow #slideshow_nav
{
	position: absolute;
	
	left: 0;
	top: 0;
}

#slideshow #slideshow_index
{
	position: absolute;
	overflow: hidden;
	
	left: 0;
	top: 0;
}

#slideshow #slideshow_images
{
	position: relative;
	
	width: 100%;
	height: 100%;
}

#slideshow #slideshow_control
{
	position: absolute;
	
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
}

#slideshow .slbox_nav_btn
{
	display: block;
	float: left;
	overflow: hidden;
	
	height: 19px;
	
	padding: 0 15px;
	/*margin-right: -1px;*/
	
	border-style: solid;
	border-color: #555;
	border-width: 1px 1px 0;
	
	color: #000;
	
	cursor: pointer;
}
#slideshow .slbox_nav_btn:hover,
#slideshow .active_slbox_nav_btn
{
	background: #555;
	text-decoration: none;
	color: #fff !important;
}

#slideshow .slbox_index
{
	position: relative;
	display: block;
	overflow: hidden;
	
	width: 193px;
	height: 87px;

	margin-bottom: 2px;
}

#slideshow .slbox_index_click
{
	position: absolute;
	
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	
	cursor: pointer;
}

#slideshow .slbox_index_title
{
	position: relative;
	padding: 10px;
	
	color: #fff;
}

#slideshow .slbox_index_bg
{
	position: absolute;
	
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	
	background: #959595;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
#slideshow .hover_slbox_index_bg,
#slideshow .active_slbox_index_bg
{
	background: #abb940 !important;
	opacity: 0.8 !important;
	filter: alpha(opacity=80);
}
#slideshow #slbox_index_bg_0.hover_slbox_index_bg,
#slideshow #slbox_index_bg_0.active_slbox_index_bg
{
	background: #f44c28 !important;
	opacity: 1 !important;
	filter: alpha(opacity=100);
}
#slideshow #slbox_index_bg_1.hover_slbox_index_bg,
#slideshow #slbox_index_bg_1.active_slbox_index_bg
{
	background: #336ea1 !important;
	opacity: 1 !important;
	filter: alpha(opacity=100);
}
#slideshow #slbox_index_bg_2.hover_slbox_index_bg,
#slideshow #slbox_index_bg_2.active_slbox_index_bg
{
	background: #abb940 !important;
	opacity: 1 !important;
	filter: alpha(opacity=100);
}
#slideshow .slbox_previous
{
	position: absolute;
	display: block;
	overflow: hidden;
	
	left: 0;
	top: 50%;
	
	width: 25px;
	height: 51px;
	margin: -26px 0 0 -1px;
	
	background-image: url('../images/arrow_slideshow_prev.png');
	background-position: top;
	background-repeat: no-repeat;
	
	cursor: pointer;
}
#slideshow .slbox_previous:hover
{
	background-position: bottom;
}

#slideshow .slbox_next
{
	position: absolute;
	display: block;
	overflow: hidden;
	
	/*right: 0;*/
	left: 284px;
	top: 50%;
	
	width: 25px;
	height: 51px;
	margin: -26px -1px 0 0;
	
	background: url('../images/arrow_slideshow_next.png');
	background-position: top;
	background-repeat: no-repeat;
	
	cursor: pointer;
}
#slideshow .slbox_next:hover
{
	background-position: bottom;
}

#slideshow .slbox_img
{
	position: absolute;
	
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
}

#slideshow .slbox_text
{
	position: absolute;
	
	top: 12px;
	left: 217px;
	
	width: 275px;
	
	color: #555;
	font-size: 12px;
}
#slideshow .slbox_text h3
{	
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #95af13;
	line-height: 26px;
}
#slideshow .button_aktion,
#slideshow .button_aktion_1,
#slideshow .button_aktion_2,
#slideshow .button_aktion_3
{
	display: block;
	float: right;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 8px 4px 8px;
	height: 23px;
	width: 120px;
	text-align: center;
	background-image: url(../images/btn_blue.gif);
	background-repeat: no-repeat;
}
#slideshow .button_aktion_1
{
	width: 150px;
	text-align: center;
	background-image: url(../images/btn_green.gif);
	float: left;
}
#slideshow .button_aktion_2
{
	width: 134px;
	text-align: center;
	background-image: url(../images/btn_blue2.gif);
	float: left;
}
#slideshow .button_aktion_3
{
	width: 150px;
	text-align: center;
	background-image: url(../images/btn_bright.gif);
	float: left;
}

#slideshow p
{
	margin: 0 0 14px;
	padding: 0;
}
