#wrapper {
    width: 900px;
    margin-top: 10px;
	margin-left:26px;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 900px;
	height: 350px;
    margin: 0 auto;
    position: relative;
	border: 1px solid #6892a5;
	background:#a8c7d9;
}

.scroll {
	overflow: hidden;
	width: 900px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 318px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../img/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../img/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	background:#ffffff;
}

.inside img {
	display: block;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #a8c7d9;
	font-size: 14px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 10px;
	color: #81564a;
}

.scrollButtons {
    position: absolute;
    top: 145px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -25px;
}

.scrollButtons.right {
    right: -25px;
}

.hide {
    display: none;
}

/* begin: slideshow */
.slideshow {
	position:relative;
	padding:0;
	margin:0;
}
.slideshow a img {
	border:none;
}

.slideshow .slides {
	height:260px;
	margin:0;
}
.slideshow .slides .slide {
	display:none;
	position:absolute;
	left:-30px;
	top:126px;
}

*+html .slideshow .slides .slide {
	display:none;
	position:absolute;
	left:-30px;
	top:122px;
}

* html .slideshow .slides .slide {
	display:none;
	position:absolute;
	left:-30px;
	top:126px;
}

#button1 {
	background-image:url('../img/1_inaktiv.gif');
	background-repeat:no-repeat;
	
}
#button2 {
	background-image:url('../img/2_inaktiv.gif');
	background-repeat:no-repeat;
	
}
#button3 {
	background-image:url('../img/3_inaktiv.gif');
	background-repeat:no-repeat;
	
}

#button1.active {
	background-image:url('../img/1_aktiv.gif');
	background-repeat:no-repeat;
	
}
#button2.active{
	background-image:url('../img/2_aktiv.gif');
	background-repeat:no-repeat;
	
}
#button3.active{
	background-image:url('../img/3_aktiv.gif');
	background-repeat:no-repeat;
	
}

.slideshow .buttons {
	display:none;
}
.slideshow .buttons {
	display:block;
	position:absolute;
	z-index:100;
	left:-680px;
	bottom:-100px;
	margin:0;
}
.slideshow .buttons li {
	float:left;
	display:inline;
	width:30px;
	height:30px;
	margin:0;
	padding-left:11px;
	line-height:30px;
}
.slideshow .buttons li a {
	float:left;
	text-decoration:none;
	width:30px;
	height:30px;
	color:#fff;
	outline:0;
}
.slideshow ul.buttons li a:hover {
	text-decoration:none;
	color:#0a0a0a;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
	color:#666666;
}
.text{
	margin-top:80px;
}
* html .text {
	padding-top:0px;
	
}
/* end: slideshow */
