@charset "UTF-8";
/**
 * MAN Framework Styles - Tab Module
 *
 * @project				MAN Web 2012/2013
 * @package				html-css-js
 * @author				Timo Mayer, VI
 *
 *
 * @note all styles should be concatenated and minified to one file (eg. man.all.min.css) in production use
 */

.tab-module-big .inner {
	background: #eaebec;
	padding: 6px 10px 10px;
}

.tab-module-big .tab-content {
	background: #fff;
	padding: 15px 10px 6px
}

.tab-content .table:first-child {
	margin-top: 0;
}

.tab-module-big .tabs {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 31px;
	position: relative;
}

.tab-module-big .tabs li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.tab-module-big .tabs li:first-child {
	margin: 0;
}

.tab-module-big .tabs li a:hover,
.tab-module-big .tabs li.active a,
.tab-module-big .tabs li span:hover,
.tab-module-big .tabs li.active span {
	color: #e60041;
	text-decoration: none;
}

.tab-module-big .tabs li.active a:after,
.tab-module-big .tabs li.active .ie-after,
.tab-module-big .tabs li:hover a:after,
.tab-module-big .tabs li:hover a .ie-after,
.tab-module-big .tabs li.active span:after,
.tab-module-big .tabs li:hover span:after,
.tab-module-big .tabs li:hover .ie-after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1px;
	width: 23px;
	height: 12px;
	margin-left: -4px;
	background: transparent url(http://www.man.eu/media/resources/img/sprites/general.png) no-repeat top left;
	background-position: 0 -1879px;
}

.tab-module-big .tabs li a,
.tab-module-big .tabs li span {
	color: #303c49;
	cursor: pointer;
	display: inline-block;
	height: 33px;
	outline: medium none;
	font-family: 'HelveticaNeueLt57Cd', Arial;
	font-size: 17px;
	line-height: 20px;
	white-space: nowrap;
}

.sp-home article .text ul.links li a {
	text-decoration: none;
}

/* hide !1st tabs on startup */
.tab-module-big .inner > div {
	display: none;
	position: relative;
}

.tab-module-big .inner > ul + div,
.no-js .tab-module-big .inner > div {
	display: block;
}

/* home special */
.home .tab-module-big .tabs li a,
.home .tab-module-big .tabs li span {
	font-size: 22px;
	height: 45px;
	padding-top: 6px;
	font-family: "HelveticaNeueLt77BoldCd", Arial, sans-serif;
}

.home .tab-module-big .tabs li {
	margin: 0 0 0 20px;
}

.home .tab-module-big .tabs li:first-child {
	margin: 0;
}

.home .tab-module-big .tabs {
	padding: 7px 0 0 10px;
	height: 51px;
}

.home .tab-module-big .inner {
	padding: 10px;
}

.home .tab-module-big .tabs li.active a:after,
.home .tab-module-big .tabs li:hover a:after,
.home .tab-module-big .tabs li.active a .ie-after,
.home .tab-module-big .tabs li.active span:after,
.home .tab-module-big .tabs li:hover span:after {
	height: 12px;
}

/* entry pages */
.entry.home .tab-module-big .tabs {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 31px;
	position: relative;
}
.entry.home .tab-module-big .tabs li a,
.entry.home .tab-module-big .tabs li span {
	font-size: 17px;
	font-family: 'HelveticaNeueLt57Cd', Arial;
	height: 33px;
    padding-top: 0px;
}

/* ie7 */
.no-generatedcontent .home .tab-module-big .tabs li a,
.no-generatedcontent .home .tab-module-big .tabs li span {
	line-height: 25px;
}

.no-generatedcontent .tab-module-big .sp-home dl,
.no-generatedcontent .tab-module-big .sp-home .address-data,
.no-generatedcontent .tab-module-big .sp-home .visual {
	width: 300px;
}

.lt-ie8 .tab-module-big,
.lt-ie8 .tab-content,
.lt-ie8 .tab-module-big .table,
.lt-ie8 .tab-module-big .table * {
	zoom: 1;
}

.lt-ie8 .tab-module-big .sp-home ul.links li {
	list-style: none;
	list-style-position: outside;
}


/* special content home */
article .sp-home section.text:first-child {
	margin-top: 2px;
}

article .sp-home .visual {
	float: left;
	padding: 3px 20px 0 0;
}

article .sp-home .visual > div {
	display: table-cell;
	width: 10px;
}

.tab-module-big .sp-home dl,
.tab-module-big .sp-home dt {
	clear: left;
}

.tab-module-big .sp-home dl,
.tab-module-big .sp-home dd,
.tab-module-big .sp-home dt {
	margin: 0;
	padding: 0;
}

.tab-module-big .sp-home dt {
	float: left;
	margin-right: 10px;
	width: 40px;
	word-wrap: break-word;
}

.tab-module-big .sp-home dd {
	overflow: hidden;
	margin: 0 0 0 40px;
}

.tab-module-big .sp-home .address-data {
	margin-top: 0;
}

.tab-module-big .sp-home .address-data + div {
	margin-top: 13px
}

article .text .schema-wrapper a {
	text-decoration: none;
}