﻿@charset "utf-8";
/* Allgemeine Definitionen: */
p {
	margin: 0;
}
/* Links_______________________________________ */
.content-text {
	color: #000;
	font-size: 1em;
	line-height: 1.2em;
}
.content-text a {
	color: #000;
}
.content-text a:hover {
	color: #FECF44;
}
/* Basisaufbau________________________________ */
body {
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 2px;
}
#head {
	position:absolute;
	top: 0px;
	left: 2px;
	height: 122px;
}
.logo {
	border: 13px solid #fff;
}
/* Content Bereich_______________________________________ */
#content-headbox-fondsportrait {
	background-color: #FECF44;
	font-size: 0.69em;
	line-height: 1.2em;
	border-bottom: 2px solid #ffffff;
	height: 108px;
	position: relative;
	padding-top: 24px;
	padding-bottom: 0px;
}
#content-fondsportrait, #content-headbox-fondsportrait {
	padding-left: 24px;
	padding-right: 24px;
}
#content-fondsportrait {
	font-size: 0.69em;
	color: #000;
	padding-top: 12px;
	padding-bottom: 24px;
}
.content-portraitname {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
}
.content-block {
	width: 654px;
	overflow: hidden;	
	background-color: #EEE;
}

/* Navigationsbuttons Content Headbox____________________________ */
.mnuTabBox { 
	/* div Box zur "Aufbewahrung" der Navigationsbuttons 
	im Fondsportrait-Header */
	position: absolute;
	bottom: 0px;
	width: 606px;
}
	
a.headboxbuttons-active, a.headboxbuttons-klein-active {
	float:left;
	height:auto;
	width:auto;
	background-color:#474747;
	color:#ffffff;
	margin-right:3px;
	font-weight:bold;
	text-decoration:none;	
}
a.headboxbuttons-active {
	font-size:1em;
	padding: 4px 6px 4px;
}
a.headboxbuttons-klein-active {
	font-size:0.8em;
	padding: 2px 5px;
}

a.headboxbuttons, a.headboxbuttons-klein {
	float:left;
	height:auto;
	width:auto;
	background-color: #FFE053;
	color: #000;
	margin-right:3px;
	font-weight:bold;
	text-decoration:none;
}
a.headboxbuttons {
	font-size:1em;
	padding: 4px 6px 4px;
}
a.headboxbuttons-klein {
	font-size:0.8em;
	padding: 2px 5px;
}

a.headboxbuttons:hover, a.headboxbuttons-klein:hover{
	color:#FFFFFF;
	background-color:#474747;
}
	
td.contentbottom {
	height:25px;
}

div.contentbottom {
	height:25px;
	width:606px;
}

/* Fondscolors */
.positive {
	color:#216f2c;
}
.negative {
	color:#c60000;
}

/* Fondsportrait_______________________________________________________________ */
.portrait-table-border-collapse{
	border-collapse: collapse; /* Damit der IE auch Border um leere Zellen macht */
	empty-cells: show;        	
}

td.portrait-table-back {
	background-color:#FFFFFF;
	padding:12px;
}
td.portrait-table-blank {
	height:7px;
}
.fondsmanager {
	margin-right: 5px;
	float:left;
	width:90px;
	height:115px;
}
.portrait-whitetable-right {
	width: 334px;
	height: auto;
	margin-left: 16px;
	float:right;
	font-size: 1em;
	color: #000;
	line-height: 1.2em;
	margin-bottom: 16px;
	empty-cells: show;
}
/* Gestrichelte Linie */
.dotted-line {
	background-image:url(../images/dotted_line_segment.gif);
	background-repeat:repeat-x;
	height:13px;
	width: 100%;
}
.solid-line {
	height: 1px;
	color: #ced0dc;
}

/* Fondsportrait Details_______________________________________________________________ */
div.tables-portrait-details-box {
	width:273px;
	background-color:#FFFFFF;
	padding:6px 12px 12px;
}
div.tables-portrait-details-box-gross {
	width:582px;
	background-color:#FFFFFF;
	padding:6px 12px 12px;
}

table.tables-portrait-details {
	border:none;
    border-spacing: 0px;
    border-collapse: collapse;
    empty-cells: show;
    width:271px;
}

div.tables-portrait-download {
	background-color:#FFFFFF;
	padding:12px 12px 12px;
}
.fineprint {
	font-size:0.8em;
}
.indent {
	margin-left: 24px;
}
/* Header der Datentabellen */
.header-tables-portrait-details {
	background-color: #474747;
	color: white;
	font-size: 1em;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 295px;
	font-weight: bold;
	margin-top: 12px;
}

.header-tables-portrait-details-gross {
	background-color: #474747;
	color: white;
	font-size: 1em;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 604px;
	font-weight: bold;
	margin-top: 12px;
}
		
/* Allgemeine Tabellenspalten Fondsportrait _______________________________________________________*/
	
.tables-portrait-header {
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
}

.tables-portrait-header-right {
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}

.tables-portrait-columns {
	border-bottom:1px solid #ced0dc;
	margin:0;
	overflow:hidden;
	padding:2px 2px 2px 0px;
	font-size: 1em;
}

.tables-portrait-columns-noborder {
	margin:0;
	overflow:hidden;
	padding:2px 2px 2px 0px;
	font-size: 1em;
}
.tables-portrait-columns-right {
	border-bottom:1px solid #ced0dc;
	margin:0;
	padding:2px 0px 2px 2px;
	font-size: 1em;
	text-align:right;
}
.tables-portrait-columns-noborder-right {
	margin:0;
	padding:2px 0px 2px 2px;
	font-size: 1em;
	text-align:right;
}

.tables-portrait-columns-center {
	border-bottom:1px solid #ced0dc;
	margin:0;
	padding:2px 0px 2px 2px;
	font-size: 1em;
	text-align:center;
}

.tables-portrait-columns-noborder-center {
	margin:0;
	padding:2px 0px 2px 2px;
	font-size: 1em;
	text-align:center;
}

.superscript-height { /* IE - für Zeilen, die ein <sup> Tag enthalten */ 
	line-height: 1.6em;
	vertical-align: baseline;
}

.strong {
	font-weight: bold;
}

.upperImage {
	background-position: top ;
}

.lowerImage {
	background-position: bottom ;
}

.hidden {
	display: none;
}


.titel_h1{font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
color:#000;font-size: 30px;padding:9px 0px 9px 0px;}

.titel_h2{
	color:#000;
	font-weight: bold;
	font-size: 1.2em;
}

.col_blue{color:#000;}

.fL{float:left;}
.fR{float:right;}
.pR2{padding-right:2px;}
.pT12{padding-top:12px;}
.clear{clear:both;}

.head_icons{float:right;position:relative;top:14px;margin-right:1px;}

.head_ergebnis{float:left;padding-left:1px;color:#000;width:256px;}

.head_select{float:left; color:#000;position:relative;top:3px;}

.head_zeige{padding-top:4px;padding-right:4px;color:#000;}

.head_blick{margin-left:1px;height:20px;}

.head_navi{text-align:right;position:relative;right:2px;}

.padding_text{padding-top:6px;padding-bottom:6px;}
.padding_tableheader{padding-top:12px;padding-bottom:6px;}	

ul.liste{
	list-style-image: url(../images/link-arrow-smaller-right.gif); 
	margin-top: 0px; 
	margin-bottom: 6px; 
	padding-left: 30px;
	color:#000;
}

/* Style zum Verstecken des Druck-Layouts: */
.NoScreen {
	display: none;
}
.Seitenwechsel {
	display: none;
}



