body { 
	background-color: #FFFFFF; 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	color: #333333; 
	margin: 0px; 
}

select {
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	color: #333333; 
}

a {
	color: #0057A2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
}

th {
	height: 20px;
}

td {
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	height: 20px;
	padding: 0px;
}

img {
	border: 0px;
}

/* chartheader */
/* -------- */
table#chartheader th {
	background-color: #CCD4DC;
	font-weight: bold;
	font-size: 11px;
	color: #708B92;
	text-indent: 2px;
	border-bottom: 0px;
	height: 17px;
}

table#chartheader a {
	color: #002852;
	text-decoration: underline;
}

/* popup */
/* ----- */
body.popup {
	margin: 5px;
}

/* headline */
/* -------- */
.headline { 
	font-weight: bold; 
	font-size: 12px; 
}

/* pageheader_popup */
/* ---------------- */
.pageheader_popup {
	background-color: #E3E8EC;
	width: 660px;
	clear:both;
}

.pageheader_popup td {
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 3px;
}

/* pagecontent_popup */
/* ----------------- */
.pagecontent_popup {
	width: 660px;
	margin-top: 10px;
	clear:both;
}

/* footer */
/* ------ */
.footer {
	margin-top: 40px;
	font-size: 10px;
}

.s_n_p_footer {
	text-align:center; 
	border-top: 2px solid #E3E8EC; 
	margin-top: 20px; 
	padding-top:10px;
	font-size: 10px;	
}

.s_n_p_footer td {
	padding: 0px 5px 0px 0px;
}

div.footer a {
	color: #0057A2;
	text-decoration: none;
}

div.footer a:hover {
	text-decoration: underline;
}

.footer td {
	font-size: 10px;
}

/* clip */
/* ---- */
table.clip td {
	vertical-align: middle;
	border-bottom: 1px solid #B2BECB;
	text-align: left;
	text-indent: 2px;
}

table.clip th {
	background-color: #CCD4DC;
	border-bottom: 1px solid #B2BECB;
	font-weight: bold;
	font-size: 11px;
	color: #002752;
	text-align: left;
	text-indent: 2px;
}

tr.clip_even {
	background-color: #E3E8EC;
}

tr.clip_odd {
	background-color: #FFFFFF;
}

/* red */
/* --- */
.red { 
	color: #FF0000;
}

/* green */
/* ----- */
.green { 
	color: #09BF4C;
}

/* topnav */
/* ------ */
div.topnav {
	float:left;
}
div.topnav div.navitab {
	border-right: 2px solid white;
	float: left;
	padding: 0px 5px 0px 5px;
	background-color: #CCD4DC;
	font-weight: bold;
	font-size: 11px;
	color: #708B92;
}
div.topnav div.navitab#active {
	border-right: 2px solid white;
	float: left;
	padding: 0px 5px 0px 5px;
	background-color: #E3E8EC;
	font-weight: bold;
	font-size: 11px;
	color: #708B92;
}
div.topnav div.navitab a {
	color: #002852;
	text-decoration: none;
}
/* charts */

/*--Chart Reiter--*/
.chart_reiter {
border-bottom: 1px solid #CCD4DC;
border-top: 1px solid #CCD4DC;
border-left: 1px solid #CCD4DC;
border-right: 1px solid #CCD4DC;
}

.chart_reiter td {
text-align: center;
}

.chart_reiter_oben {
color: #999;	
border-right: 1px solid #CCD4DC;
}

.chart_reiter_oben_aktiv {
color: #000;
border-right: 1px solid #CCD4DC;
}

.chart_reiter_rechts {
color: #999;
border-right: solid 1px #CCD4DC;
}

.chart_reiter_rechts a {
color: #999;
text-decoration: none;
}

.chart_reiter_rechts_aktiv {
background: #CCD4DC;
font-weight: bold;
border-right: solid 1px #CCD4DC;
}

.chart_reiter_rechts_aktiv a {
color: #fff;
text-decoration: none;
}

.chart_reiter_rechts_aktiv a:hover {
color: #fff;
text-decoration: none;
}

.chart_reiter_unten {
padding: 1px 0 2px 0;
border-top: solid 1px #CCD4DC;
border-right: solid 1px #CCD4DC;
font-weight: bold;
}

.chart_reiter_unten_aktiv {
background: #DCE2E7;
font-weight: bold;
border-top: solid 1px #CCD4DC;
border-right: solid 1px #CCD4DC;
}

.chart_reiter_unten_aktiv a {
padding: 0 8px 0 8px;
text-decoration: none;
}

.chart_reiter_unten a {
padding: 0 8px 0 8px;
text-decoration: none;
}

.chart_reiter_unten_aktiv a:hover {
color: #fff;
text-decoration: none;
}

