/* startseite */
.news_paginationstyle
{
	left: 21px;
	position: relative;
	top: -219px;
	z-index: 1;
}

/*----------image carousel css-------------*/
.newsitem_carousel .stepcarousel
{
	position: relative; /*leave this value alone*/
	overflow: scroll;
	height: 200px; /*Height should enough to fit largest content's height*/
	margin-bottom:0px;
	clear:both;
	margin-left: 0px;
	width: 150px;
}

.stepcarousel .news_belt
{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	width: 0px;
}

.newsitem_carousel
{
	margin:0px 0px 15px 0px; /* distance between the main image carousel and the suche box */
	padding-top:25px;
	width:150px;
	height:199px;
	padding-left: 24px;
	padding-right: 24px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-image: url(images/bgcarousell.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.news_panel .carousel1_l
{
	width:150px;
	float:left;
	display: inline-block;
	height: 100px;
}

.news_panel .carousel1_r
{
	background:none;
	width:150px;
	height:105px;
	float:left;
	padding:3px 0px 0px 0px;
	display: block;
	border: 0px;
}
.newsitem_carousel h2
{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	color: #63B000;
	text-decoration:underline;
}
.newsitem_carousel h2 a:link
{
	color: #63B000;
	text-decoration:underline;
}

.newsitem_carousel h2 a:visited
{
	color: #63B000;
	text-decoration:underline;	
}
.newsitem_carousel h3
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height:24px;
margin-bottom:15px;
}
.stepcarousel .news_panel
{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin-right: 0px; /*margin around each panel*/
	width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	width:150px;
	height:200px;
}

.stepcarousel .news_panel p
{
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.stepcarousel .news_panel p a
{
	color: #63B000;
	text-decoration:underline;
	font-weight:bold;
}
