
/* Banner Wechsel auf der Homepage / FullScreen */
.modHomeBanner {
	width:945px;
	height:400px;
}
.thumbs {
	width:280px;
	height:60px;
}
.imgHomeBanner{
	position:absolute;
	z-index:1;
}
.modHomeBannerBrd {
	position:relative;
	top:309px;
	left:0;
	z-index:10;
}
.thumbTooltip {
	height:30px;position:absolute;
	overflow:hidden;
	margin-top:-37px;
	background:url(../gfx/module_home_banner_thumb_tooltip_pointer.png) no-repeat;
	background-position:25px 22px;
	display:block;
}
.thumbs a {
	float:left;
	margin-right:5px;
}
.thumbTooltip img {
	float:left;
}
.thumbTooltip div {
	padding-top:4px;
	float:left;
	height:24px;
	color:white;
	background:url(../gfx/module_home_banner_thumb_tooltip_center.png) repeat-x;
}
#tooltip_2 {left:65px;}
#tooltip_3 {left:130px;}
#tooltip_4 {left:195px;}

#home .banner {margin-bottom:0px;}
#home #footer {margin-top:11px;}
/* /Banner Wechsel auf der Homepage / FullScreen */