/**Hamburg S�d - Template Historie**/
/**--------------------------------**/
#historie-top {
	width: 710px;
	margin:0;
}

#mcontrol-wrapper {
	width: 670px;
	height: 40px;
	overflow: hidden;
}
#mcontrol {
	width: 10000px;
}
#mcontrol ul.tabs {
	float: left;
	width: 660px;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#mcontrol ul.tabs li {
	float: left;
	width: 59px;
	margin: 0;
	background-image:none;
}
/*-------Buttons & Jahreszahlen ----------*/
#mcontrol ul.tabs li a {
	font-size: 13px;
	color: #999;
	text-decoration: none;
	line-height:20px;
	height:20px;
	background: url(../../img_1/history/bg_historie_l.gif) left -20px no-repeat;
	padding-left: 25px;
}
#mcontrol ul.tabs li a:hover {
line-height:20px;
	font-size: 16px;
	font-weight:bold;
	color: #333;
	background-position: left 3px;
}
#mcontrol ul.tabs li a span {
	background: url(../../img_1/history/bg_historie_r.gif) right -20px no-repeat;
	line-height:20px;
	height:20px;
	padding-right: 25px;
}
#mcontrol ul.tabs li a:hover span {
	background-position: right 3px
}
#mcontrol ul.tabs li a.carousel-selected {
	line-height:20px;
	font-size: 16px;
	font-weight:bold;
	color: #333;
	background-position: left 3px;
}
#mcontrol ul.tabs li a.carousel-selected span {
	background-position: right 3px
}
a.carousel-control {
	display: block;
	width: 18px;
	height: 16px;
}
a.carousel-control span {
	display: none
}
a#prev.carousel-control {
	background:transparent url(../../img_1/history/btn_prev.gif) no-repeat scroll -5px 0;
	float:left;
}
a#next.carousel-control {
	background:transparent url(../../img_1/history/btn_next.gif) no-repeat scroll 0 0;
	float:right;
}
a#prev.carousel-control:hover {
	background-position: -5px -30px;
}
a#next.carousel-control:hover {
	background-position: 0 -30px;
}

/*-------Inhalt----------*/

#historie-inside {
	margin:0;
}


#carousel-wrapper {
	width: 710px;
	min-height: 500px;
	overflow: hidden;
	clear: both;
}
#carousel-content {
	width: 20000px;
}

/*-------Inhalt-Sparten----------*/

#carousel-content .slide {
	width: 236px;
	min-height: 500px;
	border-left: 1px solid #D9D9D9;
	float: left;
}
.slide h3 {
	font: 36px Arial;
	color: #999;
	position: padding-bottom: 15px;
	padding-left: 10px;
}

.slide p, .slide img {
	max-width: 215px;
	margin: 0 10px 10px;
}