body {
	background: #FFFFFF;
	color: #000000;
	font-family: 'Arial';
	font-size: 12pt;
}
a:link {
	color: #330000;
	text-decoration: none;
}
a:visited {
	color: #330000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
p {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
table {
	border-collapse: collapse;
}
td {
	text-align: center;
	vertical-align: top;
}
img {
	border: 0;
}

/*
 * index.php - Layout
 */
#root {
/*	width: 970px; */
	width: 1070px;
	margin-left: auto;
	margin-right: auto;
}
#top {
/*	width: 968px; */
	width: 1068px;
}
#ticker {
/*	width: 968px; */
	width: 1068px;
	font-size: 16pt;
	font-weight: bold;
}
#left {
/*	width: 134px; */
	width: 154px;
	float: left;
}
#middle{
/*	width: 10px; */
	width: 20px;
	float: left;
}
#home {
/*	width: 822px; */
	width: 888px;
	float: left;
}
.cr {
	font-size: 8pt;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*
 * Tooltip
 */
#dhtmltooltip {
	font-family: 'Arial Narrow';
	color: #330000;
	font-weight: bold;
	position: absolute;
	width: 150px;
	border: 2px solid #330000;
	padding: 2px;
	background-color: #ffcc55;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#81c0eb,direction=135);
}

/*
 * Menü
 */
#menu_main {
	font-size: 11pt;
	font-weight: bold;
}
#menu_sub {
	font-size: 10pt;
	font-weight: bold;
	margin-left: 10px;
}
#menu_end {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}
#menu_sub_end {
	font-size: 10pt;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
}
