/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	height: 1%;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 20px;
}

.jspHorizontalBar .jspArrow
{
	width: 15px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/**
 * Individual project styles
 *
 * */

	/* Set container properties */	
	.scroll-pane {
		background: transparent;
		position: relative;
		height: 417px;
		width: 500px;
		padding: 30px 20px 250px 0;
		overflow: none;
	}
	
	.jspPane {

		overflow: hidden;
	}
	
	.jspPane img {

	}
	
	.jspDrag {
		background: #5E8F21;
		background: transparent;
	}
	
	
	.jspTrack,
	.jspVerticalBar {
		background: transparent;
	}
	
	.jspVerticalScrollbar {
	}
	
	.jspArrow {
		margin: 10px 0;
	}


	.jspArrowUp {
		background: url(images/arrow_up.png) no-repeat 0 0px;
	}	
	
	.jspArrowUp.jspDisabled {
		background: url(images/arrow_up_disabled.png) no-repeat 0 0px;
	}
	
	.jspArrowDown {
		background: url(images/arrow_down.png) no-repeat 0 0px;
	}
	
	.jspArrowDown.jspDisabled {
		background: url(images/arrow_down_disabled.png) no-repeat 0 0px;
	}


	.jspPane h3 {
		padding-top: 20px;
	}

	/* Position col1_content */
	
	img.scroll-schutz-oben,
	img.scroll-schutz-unten {
		position: absolute;
		z-index: 1000;
		width: 510px;		
	}
	
	img.scroll-schutz-oben {
		top: 41px;
		left: 10px;
	}
	img.scroll-schutz-unten {
		bottom: 0px;
		left:10px;
	}

/* If javascript is disabled, use these settings */	
	.no-js .scroll-pane {
		overflow: auto;
		width: 510px;
		height: 200px;
		padding: 10px 10px 210px 0;
	}

	.no-js img.scroll-schutz-oben,
	.no-js img.scroll-schutz-unten {
		width: 525px;
	}
	
	.no-js .scroll-pane h3 {
		padding-top: 30px;
	}
	
/**/

#aktuelles .jspPane a {
		width: 470px;
		height: 200px;
		overflow: hidden;
		margin-bottom: 20px;
		position: relative;
		display: block;
}

#aktuelles .jspPane a img,
#aktuelles .jspPane a strong {display: block;}

	.jspPane a img {
		position: absolute;
		margin-left: -25%;
		margin-top: -25%;
	}
	
	.jspPane a strong {
		display: block;
		position: absolute;
		right: 0px;
		top: 10px;
		z-index: 1000;
		background: rgba(255,255,255,0.7);
		padding: 10px;
		padding-bottom: 7px;
		line-height: 12px;
		font-size: 12px;
		color: #739F3C;
		font-weight: bold;

	 
		-moz-border-radius-topleft:     6px;
		-moz-border-radius-bottomleft:  6px;
		border-top-left-radius:         6px;
		border-bottom-left-radius:      6px;  
	}

