/* Standard */
*, html, body, div, p, table, tr, td, img {
	margin:0px;
	padding:0px;
	font-family: 'PT Sans Narrow',Arial, sans-serif;
	font-weight:300;
	font-size:16px;
	text-decoration:none;
	line-height:125%;
}html {
/*overflow:hidden;*/
}
div, p, table, tr, td, img {
	text-align:left;
}
body {
	width:100%;
	text-align:center;
	margin:auto;
	background-color:#383734;

}
#Indikatoren {
	display:none;
}
#wrapper, p, div, span {
		text-align:left;
}
#wrapper {
	margin:auto;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -290px;
	margin-left: -470px;
	width:940px;
}
#main {
	width:840px;
	display:block;
	float:left;
	background:#dddddd;
	padding:10px;
}

/* Headlines */
h1 {
	font-size:22px;
	font-weight:300;
	margin-bottom:8px;
	line-height:25px;
	color:#383734;
}
b, strong {
	font-weight:bold;
	font-weight:700;
}
p {
	margin:0 0 10px 0;
	color:#383734;
}
a:link, a:visited {
	text-decoration:none;
	color:#ff7800;
}
a:hover {
	text-decoration:none;
	color:#ffc871 !important;
}
.clearer {
	clear:both;
}
