@charset "UTF-8";

	/*
	active hell braun: #b4ac89;
	content-text: #fff;
	*/

.home{		
	width:540px;
	height:751px;
	background-image: url(../images/bg-home.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.container {
	width: 700px;
	position:relative;
	background-color:transparent;
}
.inner_container {
	width: 750px;
	margin:0 auto;
	background-color:transparent;
}
.content{
		background-color:transparent;
}

#lang{
	top: 30px;
	right:112px;

}
.news-bg{	
	position: absolute;
	top: 550px;
	width:100%;
	height:40px;
	background-color: #b4ac89;
	filter:alpha(opacity=40); 
	opacity:.4;
}
.news-container{
	position:absolute;
	top:540px;
	width:100%;
	height:auto;
	line-height: 1.7;
}
#news{
	width:600px;
	margin: 0 auto;
	text-align:center;
	color:#fff;
	font-size:1em;
	font-weight:300;
}
.news_photo {

}
/*   slideshow   */
#slideshow #slidesContainer {
  margin:0 auto;
  width:392px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  /*margin-left: -100px*/
}
#slideshow{position: relative;}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:500px; /* reduce by 20 pixels to avoid horizontal scroll */
}
/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:31px;
  height:28px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top: 15px;left: -80px; background-position: -0px -0px;
  display:inline-block; overflow:hidden; background-repeat: no-repeat;background-image:url(../images/arrow.png);
}
#rightControl {
  top: 15px;right: -47px;background-position: -31px -0px;
  display:inline-block; overflow:hidden; background-repeat: no-repeat;background-image:url(../images/arrow.png);
}
#leftControl:hover {
 background-position:  -0px -28px;
}
#rightControl:hover {
  background-position: -31px -28px;
}