body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #FFF url(../img/bg.png);
}
/******************************************************************************/
#content {
	float: left;
	width: 800px;
	background: #FFF;
}
/******************************************************************************/
#superbanner {
 float: right;
 height: 92px;
	text-align:center;
	background: #FFF url(../img/bg.png);
}

#skyscraper {
	float: left;
	width: 120px;
	height: 600px;
	top: 90px;
	position: relative;
}

/******************************************************************************/
#pagelinks {
	clear: left;
	float: left;
	width: 800px;
	height: 18px;
	background: #2E74A7;
	text-align: right;
	padding: 2px 0 0 0;
	font-size: 12px;
	color: #FFF;
}
#pagelinks a{
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#pagelinks a:hover{
	text-decoration: underline;
}
/******************************************************************************/
#header {
	clear: left;
	width: 800px;
	height: 100px;
	background: #FFF;
}
#header img {
	float: left;
	margin: 10px;
	border: 0;
}
#header .headline {
	font-size: 34px;
	color: #2E74A7;
	padding: 22px 0 0 0;
	letter-spacing: 1px;
}
#header h1 {
	font-size: 14px;
	font-weight: normal;
	color: #2E74A7;
	margin: -6px 0 0 0;
	letter-spacing: 0px;
}
/******************************************************************************/
#nachrichten {
	clear: left;
	float: left;
	width: 499px;
	border-right: 1px solid #CCC;
}
#nachrichten .nachrichtentitle {
	display: block;
	width: 499px;
	height: 30px;
	background: #FFF url(../img/subhead_bg.png) repeat-x;
	border-bottom: 1px solid #CCC;
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
}
#nachrichten h2 {
	font-size: 18px;
	color: #2E74A7;
	margin: 0 0 0 10px;
}
#nachrichten h3 {
	clear: both;
	display: block;
	margin: 5px 0 5px 0;
	font-size: 18px;
	color: #333;
	padding: 0 10px 0 10px;
}
#nachrichten small {
	font-size: 12px;
	color: #999;
	padding: 0 0 0 10px;
}
#nachrichten p {
	margin: 5px 0 5px 0;
	font-size: 14px;
	line-height: 21px;
	color: #666;
	padding: 0 10px 0 10px;
}
#nachrichten a{
	color: #999;
	text-decoration: none;
}
#nachrichten a:hover{
	color: #666;
	text-decoration: underline;
}
#nachrichten img {
	float: right;
	border:0;
	margin: 0 30px 0 0;
}
#nachrichten .spacer {
	clear: both;
	float: left;
	width: 480px;
	height: 1px;
	border-top: 1px solid #CCC;
	margin: 5px 0 10px 10px;
}
/******************************************************************************/
#aktienkurse {
	float: left;
	width: 300px;
}
#aktienkurse .aktientitle {
	display: block;
	width: 300px;
	height: 30px;
	background: #FFF url(../img/subhead_bg.png) repeat-x;
	border-bottom: 1px solid #CCC;
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
}
#aktienkurse h2 {
	font-size: 18px;
	color: #2E74A7;
	margin: 0 0 0 10px;
}
#aktienkurse table {
	width: 270px;
	margin: 0 0 0 10px;
}
#aktienkurse thead td {
	font-size: 16px;
	padding: 2px 0 3px 0;
	border-bottom: 1px solid #CCC;
}
#aktienkurse td {
	font-weight: normal;
	font-size: 14px;
	padding: 2px 0 3px 0;
}
#aktienkurse .red {
	color: red;
}
#aktienkurse .green {
	color: green;
}
#aktienkurse a{
	color: #666;
	text-decoration: none;
}
#aktienkurse a:hover{
	text-decoration: underline;
}
#aktienkurse p {
	margin: 50px 0 10px 0;
	font-size: 14px;
	line-height: 21px;
	color: #666;
	padding: 0 10px 0 10px;
}

/******************************************************************************/
#footer {
	clear: left;
	width: 800px;
	height: 18px;
	background: #2e74a7;
	text-align: right;
	padding: 2px 0 0 0;
	font-size: 12px;
	color: #FFF;
}
#footer a{
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
