html {
	min-height:100%;
}

body {font-family:Arial,Helvetica,sans-serif;font-size:11px;color:#59c1ed;padding:0px;margin:0px;top:0;left:0; background-color:#fff;}

img {
	border:0px;
}

a {
	color:#59c1ed;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:active { outline: none; border:none;}
a:focus { -moz-outline-style: none; }
a:visited { outline: none; border:none;}

.mehrInfos a {
	color:#59c1ed;
	text-decoration:none;
	background: url(../images/pfeilRechtsKlein.gif) 0 -3px no-repeat;
	padding-left: 10px;
}
.mehrInfos a:hover {
	color:#000000;
	text-decoration:none;
	background: url(../images/pfeilRechtsKleinOver.gif) 0 -3px no-repeat;
	padding-left: 10px;
}

#container{
	width: 900px;
	height: 634px;
	margin: 0px auto;
	top:44px;
	position:relative;
	text-align: left;
}

#logo { 
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

#navigation {
	top:-5px;
	position:absolute;
	right:-12px;
	z-index:3;
}

#chartLinks{
	width: 264px;
	height: 634px;
	top:0px;
	left:0px;
	position:absolute;
}
#chartLinksLauftext {
	position:absolute;
	width:200px;
	line-height:15px;
	font-size:11px;
	bottom:90px;
}
#chartLinksFooter {
	position:absolute;
	bottom:0px;
}
#footerIcons {
	width:180px;
	height:60px;
}

#chartRechts{
	width: 636px;
	height: 634px;
	top:0px;
	left:264px;
	position:absolute;
}
#chartRechtsContent {
	position:absolute;
	bottom:0px;
	width: 636px;
	/* Bildanschlag links (Alternative "center" oder "right"): */
	text-align:left;
}
#farbCode {
	z-index:2;
	position:absolute;
	bottom:50px;
	width: 636px;
	text-align:right;
}

.px10 {
	font-size:10px;
}
.px11 {
	font-size:11px;
}

/* ----- Farben ----- */
.grau { color:#a0a0a0; }
.blau { color:#59c1ed; }
.rot { color:#c70000; }
.orange { color:#ff5d00; }
.gelb { color:#dedb00; }
/*.gelbHeller { color:#eff100; }*/
.hellgrau { color:#cdcdcd; }
/* ------------------ */

