/* Home.css */

/*############################### MAIN ###############################################*/

#main {
	background-color: #b0b0b0;
}

#teaser {
	height: 495px;
	
	background-image: url('/fileadmin/web/images/home/line.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#teaser .slide {
	float: left;
	
	width: 230px;
	height: 435px;
	
	margin: 0 8px 0 0;
}
#teaser .el_4 {
	margin: 0;
}

#teaser .slide dt a{
	float: right;
	
	height: 39px;
	
	padding: 11px 40px 0 0;
	
	font-size: 18px;
	text-align: right;
	text-decoration: none;
	color: #9B0E25;
}

#teaser .slide .item_2 {	
	text-indent: -99999px;
	width: 98px;
		
	background-image: url('/fileadmin/web/images/home/slide1.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
#teaser .slide .item_3 {
	text-indent: -99999px;
	width: 129px;
	
	background-image: url('/fileadmin/web/images/home/slide2.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
#teaser .slide .item_4 {
	text-indent: -99999px;
	width: 166px;
	
	background-image: url('/fileadmin/web/images/home/slide3.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
#teaser .slide .item_5 {
	text-indent: -99999px;
	width: 99px;
	
	background-image: url('/fileadmin/web/images/home/slide4.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#teaser .slide dd {
	float: right;
	
	height: 50px;
	width: 165px;
	
	padding: 0 40px 0 0;
	
	clear: both;
	text-align: right;
}

#teaser .slide .hidden {
	display: none;
}

#teaser .slide .more {
	height: 15px;
	width: 165px;
}

#teaser .slide .more a {
	color: #000000;
}

#teaser .slide .img {
	display: block;
	position: relative;
	height: 295px;
	width: 220px;
	
	padding: 0;
	
	border: #ffffff 5px solid;
	
	overflow: hidden;
}
#teaser .slide .img a {
	background: url('/fileadmin/web/images/transparent.gif') center center no-repeat;
	
	position: absolute;
	top: 0;
	left: 0;
	
	display: block;
	height: 295px;
	width: 220px;
	
	text-indent: 22222px;
	overflow: hidden;
	z-index: 100;
}
#teaser .slide .img img {
	position: absolute;
	top: 0;
	left: 0;
	
	z-index: 99;
}

/*############################### SUB ################################################*/

#content {
	height: 177px;
	
	margin: 21px auto 19px auto;
	
	background-image: url('/fileadmin/web/images/home/line.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

/*############################### LEFT ###############################################*/

#content .content_left {
	float: left;
	
	width: 475px;
	height: 146px;
	
	background-image: url('/fileadmin/web/images/home/home_left.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

/* Scrollbar */
#content .jScrollPaneContainer {
	position: relative;
	height: 120px;
	width: 453px;
	
	margin: 10px 0 0 11px;
	
	float: left;
	
	overflow: hidden;
}

/*############################ RIGHT ##############################################*/

#content .content_right {
	float: left;
	
	height: 126px;
	width: 425px;
	
	padding: 10px 0;
	
	overflow: auto;
}


