body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	background-color:#525E70;
	color:#000000;
}

img {
	border:0px;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#EFB700;
	text-decoration:none;
}

h1 {
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	padding-top:0px;
	margin-top:0px;
}
* html h1 { margin-bottom:7px;} /*IE6 only*/
*+html {} /*IE7 only*/

ul { 
	margin-left:0;
	padding-left:0;
	list-style:none;
}
li {
	line-height:16px;
	padding-bottom:3px;
	padding-left:13px;
	background: url(../images/rechteck.gif) 0 4px no-repeat;
}

#container {
	width: 786px;
	margin: auto;
	margin-top:55px;
	position:relative;
}

#logo {
	position: absolute;
	top:0px;
	left:246px;
	width:392px;
	height:92px;
}

#navigation {
	width:150px;
	height:296px;
	position:absolute;
	top:77px;
	left:0px; 
	z-index:2;
}

#bgLinks {
	position:absolute;
	left:150px;
	top:67px;
	height:425px;
	width:307px;
	z-index:1;
}

#chartLinks {
	position:absolute;
	left:167px;
	top:85px;
	min-height:425px;
	width:280px;
	text-align:left;
	line-height:17px;
	z-index:2;
}
* html #chartLinks {line-height:15px;} /*IE6 only*/

#bgRechts {
	position:absolute;
	left:479px;
	top:67px;
	height:425px;
	width:307px;
	z-index:2;
}

.rot {
	color:#bf0000;
}
