.container {
	background-color: #FFFF99;
	position: absolute;
	top: 50px;
	background-position: center center;
	left: 50px;
	right: 50px;
	bottom: 20px;
	border: thin dotted #0066CC;
	height: 85%;
	width: 90%;
	overflow: auto;





}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.jahreszahlen {
	color: #FF0000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0066FF;
	text-align: center;
}
.geschichte {
	border: thin dotted #0033FF;
	padding: 5px;


}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;

}
.ticker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.aktuell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFCC;
	border: 2px double #FF0000;
	padding: 3px;

}
.linkcontainer {
	background-color: #FFFF99;
	width: 90%;
	border: thin solid #3300FF;
	padding: 5px;
	left: 10px;

}
