body {
	margin-left:0px;
	margin-top:0px;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;

	/* Background 1 Fixed Grafik */
	background:#CCCCCC url(images/bg.jpg) repeat left top;
	background-attachment:fixed;

}
.header {
	background:url(images/header.jpg) no-repeat left top;
	color:#FFF;
	line-height:10px;
	padding-right:10px;
	height:120px;
}
.header a {
	color:#FFF;
}
.header a:hover {
	color:#E1B10C;
}

.header img {
	border:0px;
}

.ticker {
	position:absolute;
	top:5px;
	left:160px;
	width:600px;
	color:#555555;
	
}
.m_table {
	border-right:3px solid #333333;
	border-bottom:3px solid #333333;
}
.content {
	padding:10px;
	padding-top:0px;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background:#FFF;
	border-left:2px dotted #CCCCCC;
	width:490px;
}
.menu {
	background:#FFF;
}
.news_head {
	background:url(images/stripe_small.png);
	color:#0099CC;
	font-weight:bold;
	font-size:11pt;
}
a {
	color:#999999;
}
a:hover {
	color:#444444;
	text-decoration:none;
}
.foot {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	background:url(images/stripe_small.png);
	border-top:2px dotted #CCCCCC;
}
