/*  stylesheet speziell für die startseite  */

.menu_activity {
	width: 850px;
	/*height: 240px;*/
	background-image: url(../images/background/background_activity_menu.jpg);
	background-repeat: no-repeat;
}
.content .activity {
	height: 345px;
	background-image: url(../images/background/background_activity.gif);
	background-repeat: no-repeat;
	background-position: top;	
	padding-left: 30px;
	margin-top: 54px;
	margin-bottom: 60px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #330033;
}
.content .infopoint h1,
.content .activity h1 {
	font-size: 14px;
	color: #FFF;
	margin-top: 0px;
}
.menu_infopoint {
	width: 850px;
	/*height: 240px;*/
	background-image: url(../images/background/background_info_menu.jpg);
	background-repeat: no-repeat;
}
.content .infopoint {
	height: 345px;
	background-image: url(../images/background/background_info.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 30px;
	margin-top: 54px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #330033;
}
#carousel_info h1{
	color: #999;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 10px;
}
