/**
 * Aperto AG
 * WWF Stylesheet
 *
 * Screen Layout
 */

@font-face {
	font-family: 'wwf-webfont';
	src: url('wwf-webfont.eot');
	src: url('wwf-webfont.eot?#iefix') format('embedded-opentype'),
	url('wwf-webfont.woff') format('woff'),
	url('wwf-webfont.ttf') format('truetype'),
	url('wwf-webfont.svg#wwf-webfont') format('svg');
	font-weight: 400;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "wwf-webfont", arial, sans-serif;
	font-size: 1em; /* 16px */
}

.infografik-content{
	margin: 0px 0px;
}

.infografik-content h1 {
	color: #333;
	font-size: 1.750em;
	font-weight: normal;
	text-transform: none;
	line-height: 1.214em;
}
.infografik-content span {
	display: block;
	text-transform: uppercase;
}

.text-box {
	position: relative;
	background: #ecebdc url(../img/bgs/line.png) 18.125em 0 no-repeat;

}

/*.toc {
	overflow: hidden;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #000;

}
.toc li {
	float: left;
	list-style: none;
}
.toc a {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	border-radius: 4px 4px 4px 4px;
	padding-right: 6px;
	font-family: "wwf-webfont", arial, sans-serif;
	font-size: 1.750em;
	background: url(../img/bgs/button-on.png) 100% 50% no-repeat;
	color: #fff;
}

.toc a.on {
	color: #000;
	text-decoration: none;
}
*/
.report {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 250px;
}

.report h2 {
	margin-bottom: 10px;
	font-size: 3.125em;
	font-weight: 400;
	font-family: "wwf-webfont", arial, sans-serif;
	line-height: 0.9em;
	color: #92bf4e;
	text-transform: uppercase;
}

.report span {
	text-transform: uppercase;
	font-size: 0.560em;
	display: block;
	color: #466c27;
}

.report p {
	font-family: Georgia, "Times New Roman",Times, serif;
	font-size: 1em;
	line-height: 1.3em;
}

.report em {
	display: block;
	color: #645f57;
}

.report em {
	display: block;
	color: #645f57;
}
.section {
	margin: 20px 0 0 0;
}
.js .section {
	display: none;
}
.js .section.ui-expanded {
	display: block;
}

/* Tabs seitlich */
.mod {
	padding: 30px 0 30px 300px;
	width: 400px; /* plus 200px padding */
}

/*.text {
	background: url(../img/bgs/line.png) 50% 50% repeat;
}*/

/* tabs */
.mod .toc {
	position: absolute;
	bottom: 146px;
	left: 20px;
	overflow: hidden;
	padding: 0 0 0 12px;
}
.mod .toc li {
	float: none;
	margin-bottom: 10px;
	list-style: none;
	font-family: "wwf-webfont", arial, sans-serif;
	color: #fff;
	padding: 0 10px 0 0;
}
.mod .toc a {
	float: none;
	display: block;
	margin: 0;
	font-family: "wwf-webfont", arial, sans-serif;
	font-size: 1.750em;
	line-height: 1em;
	color: #466c27;
	cursor: pointer;
	padding: 0 10px 0 0;
	text-decoration: none;
}
.mod .toc a:hover,
.mod .toc a:focus,
.mod .toc a:active,
.mod .toc a.on {
	color: #fff;
	background: url(../img/bgs/button-on.png) 100% 50% no-repeat;
}
.mod .toc a span {
	color: #466c27;
	padding: 2px 15px 7px 10px;
	text-transform: none;
}
.mod .toc a:hover span,
.mod .toc a:focus span,
.mod .toc a:active span,
.mod .toc a.on span {
	border-radius: 6px 6px 6px 6px;
	background: #486C29;
	color: #fff;
}

.mod #toc a.ui-disabled {
	cursor: default;
}




