@charset "UTF-8";
/* CSS Document */

    
body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: arial;
	font-size: 13px;
	line-height: 17px;
}
	
h3 {
	font-family: arial;
	font-size: 13px;
	color: #464646;
	padding-top: 10px;
	font-weight: bold;
}

h2 a {
	color: #449fad;
}

h4 {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
    .twoColFixLtHdr #container {
	width: 1000px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    } 
    .twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(pic/headCouple.jpg);
	background-repeat: no-repeat;
	height: 96px;
    } 
	 .twoColFixLtHdr #headerFacts {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(pic/headBusinessRedChairs.jpg);
	background-repeat: no-repeat;
	height: 96px;
    } 
	 .twoColFixLtHdr #headerPerformance {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(pic/headOldJogging.jpg);
	background-repeat: no-repeat;
	height: 96px;
    } 
	 .twoColFixLtHdr #headerPortfolio {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(pic/headBusinessRelax.jpg);
	background-repeat: no-repeat;
	height: 96px;
    } 	
	 .twoColFixLtHdr #headerAnlagePolitik {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(pic/headApple.jpg);
	background-repeat: no-repeat;
	height: 96px;
    }
    .twoColFixLtHdr #header h1 {
	margin: 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
    }
    .twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
	padding: 0px;
	margin-top: -24px;
	background-image: url(pic/streifenBg.jpg);
	background-repeat: repeat-y;
	height: 1500px;
	margin-bottom: 0px;
    }
	
.page{
	font-family: arial;
	font-size: 12px;
	color: #449fad;
	line-height: 22px;
}	
	
  #nav {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 165px;
	z-index: 5;
	margin-left: -95px;
	margin-top: 60px;
    }	
	
    .twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 340px;
	padding-top: 56px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
    } 
	
	    .twoColFixLtHdr #mainContentEdit  {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 56px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
    } 
	
	
	#mainContentEdit input, textarea, select {
	float:left;
	display:block;
	width:90px;
	background:#449fad;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
}
	
	
h2 {
	font-size: 13px;
	color: #999999;
	padding-top: 3px;
	font-weight: normal;
	margin-bottom: 0px;
}
h1 {
	font-size: 15px;
	color: #449fad;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 10px;
}


    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: -25px;
	text-align: right;
	margin-right: 0px;
	display: block;
}
.topNav a{
	text-decoration: none;
	color: #449fad;
}
a:link {
	color: 449fad;
	text-decoration: none;
}

.topNav a:hover{ /*THEME CHANGE HERE*/
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-left: 21px;
}
.space {
	margin-right: 20px;
}



.chf{
	font-size: 10px;
	color: #000000;
}
.jumper {
	font-family: Arial;
	padding-left: 0px;
}
.jumper li a{
	font-size: 13px;
	background-color: #EFEEED;
	margin-right: 5px;
	padding-left:6px;
	padding-right:6px;
	padding-top:4px;
	padding-bottom:4px;
	width: 100px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}
.jumper li a:hover{
	font-size: 13px;
	color:white!important;
	background-color: #449FAD;
	margin-right: 5px;
	padding-left:6px;
	padding-right:6px;
	padding-top:4px;
	padding-bottom:4px;
	width: 100px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}
.form-button {
	margin-left:200px !important;
	margin-left:55px; /*to fix IE6 position*/
	width:80px;
	clear:both;
	background-color: #449fad;
	float: right;
	position: absolute;
}
input, textarea, select {
	float:left;
	display:block;
	width:150px;
	background:#449fad;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
}
#home #container #mainContent #suche {
	width: 400px;
}
/*rilana
table
*/

#mytable {
	width: 602px;
	clip: rect(10px,auto,auto,auto);
}
#mytableFact {
	width: 660px;
	clip: rect(10px,auto,auto,auto);
}
#mytablePortfolio {
	width: 280px;
	clip: rect(10px,auto,auto,auto);
	float: left;
}
#mytablePortfolioEUR {
	width: 280px;
	clip: rect(10px,auto,auto,auto);
	float: left;
	margin-left: 30px;
}
#mytableJahresbericht {
	width: 500px;
	clip: rect(10px,auto,auto,auto);
}
#mytableHalbJahresbericht {
	width: 542px;
	clip: rect(10px,auto,auto,auto);
}
#halftableLeft {
	width: 305px;
	float: left;
}
#halftableRight {
	width: 305px;
	float: right;
}



caption {
	width: 600px;
	color: #449fad;
	background-color: e0f3f5;
	text-align: left;
	text-indent: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border: 1px solid 449fad;
}

th {
	color: #999999;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	font-family: arial;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
th.noLine {
	background-color: #FFFFFF;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;
}


th.nobg {
	background-color: #FFFFFF;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
}



th.nobg_right_Port {
	background-color: #FFFFFF;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
	text-align: right;
}


th.thin {
	background-color: #FFFFFF;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 0px;
	padding-top: 10px;

}

td {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

th.right {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}
th.rightBold {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	font-weight: bold;
}
th.nobg_right {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: right;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
th.rightGreen {
	color: #449fad;
	font-family: Arial;
	font-size: 12px;
	text-align: right;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
}
th.nobg_rightGreen {
	color: #449fad;
	font-family: Arial;
	font-size: 12px;
	text-align: right;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#home #container #mainContent #mytable a {
	color: #449fad;
}

#home #container #mainContentEdit #mytable a {
	color: #449fad;
}

#home #container #mainContent #mytable a:hover {
	color: #666666;
}

td.edit {
	width: 50px;
}

td.nobg {
	background-color: #FFFFFF;
	background-image: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
td.nobgForm {
	background-color: #FFFFFF;
	background-image: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #fff;
	border-top-width: 0;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
b {
	font-family: arial;
	font-size: 100%;
	color: #000000;
	padding-top: 17px;
	font-weight: bold;
}
#home #container #mainContent a {
	color: #449fad;
}
#home #container #mainContentEdit a {
	color: #449fad;
	text-decoration: none;
}
#home #container #mainContent .frame {
	height: 300px;
	width: 600px;
	overflow: scroll;
	position: relative;
	font-size: 12px;
	line-height: normal;
	padding-right: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b2b2;
}


  .graph {
	position: relative; /* IE is dumb */
	
	width:70%;
	padding: 0px;
    }
    .graph .bar {
	display: block;
	position: relative;
	text-align: center;
	color: #333333;
	height: 1.5em;
	
	background-color: #449fad;
    }
    .graph .bar span {
	position: absolute;
}
#home #container #mainContent #mytablePortfolio a {
	text-decoration: none;
}
#home #container #mainContent a {
	text-decoration: none;
}
#home #container #mainContent #mytable .nobgForm #Strasse {
	width: 105px;
}
#home #container #mainContent #mytable .nobgForm #Hausnummer {
	width: 40px;
}
#home #container #mainContent #mytable .nobgForm #PLZ {
	width: 40px;
}
#home #container #mainContent #mytable .nobgForm #Ort {
	width: 105px;
}
#home #container #mainContent #mytable .nobgForm #Nachricht {
	width: 400px;
}
#chart {
	left: -8px;
	top: -25px;
	display: inline;
	float: left;
	position: relative;
	z-index: 0;
	text-decoration: none;
}
#chartUp {
	left: 0px;
	top: 0px;
	overflow: visible;
	display: inline;
	float: left;
	position: relative;
	z-index: 1;
	text-decoration: none;
}
#chartNr {
	left: -89px;
	top: -26px;
	overflow: visible;
	display: inline;
	float: left;
	position: relative;
	z-index: 0;
	text-decoration: none;
}

#bez {
	left: -19px;
	top: 10px;
	overflow: visible;
	display: inline;
	float: left;
	position: relative;
	z-index: 5;
}

#bez li
{
	display: inline;
	list-style-type: none;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-right: 5px;
}
p {
	padding-top: 1px;
}
#home #container #mainContent .imgDrittel {
	padding-top: 5px;
}
#home #container #mainContent .imgBubble {
	width: 600px;
}
#home #container #mainContent .imgPerf {
	width: 630px;
	margin-left: -15px;
	position: relative;
}

#home #container #mainContent .imgPerf2 {
	width: 630px;
	margin-top: 10px;
}

#home #container #mainContent .imgPerfCHF {
	width: 630px;
	margin-top: 10px;
	margin-left: 5px;
}

.imgPerformance {
	margin-left: -20px;
}

#home #container #mainContent .imgPerf2 {
	width: 630px;
	margin-top: 10px;
}
	



#chartImage {
	overflow: hidden;
	display: inline;
	float: left;
	position: relative;
	z-index: 0;
	text-decoration: none;
	clear: right;
	height: 500px;
	width: 700px;
	visibility: visible;
	top: 2px;
	clip: rect(20px,auto,auto,auto);
	left: -10px;
}
#bezIE {
	overflow: visible;
	position: relative;
	z-index: 5;
	margin-bottom: 30px;
}
#home #container #mainContent li {
	display: inline;
	padding-right: 4px;
	font-size: 11px;
}
#home #container #mainContent #IEbez {
	margin-top: 20px;
	visibility: visible;
	z-index: 100;
}

/*3level Menu*/

.arrowlistmenu{
	width: 165px;
}

.arrowlistmenu .menuheader  { /*CSS class for menu headers in general (expanding or not!)*/
	cursor: hand;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}


.arrowlistmenu a.menuheader{
	color: #000000;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 15px;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	background-image: url(../pic/bgSideMenu.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 5px;
}

.arrowlistmenu a.menuheader:hover{
	background-image: url(../pic/bgSideMenuOpen.jpg);
	background-position: left bottom;
	padding-top: 4px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../pic/bgSideMenu.jpg);
}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.arrowlistmenu ul li{
	background-color: #73b7c2;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background-color: #d0e8ec;
}
.categoryitems .subcategoryitems li {
	text-indent: -3px;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background-color: #00CCFF;
}
.categoryitems .subexpandable {
	padding-left: 15px;
}

.arrowlistmenu ul li a{
	color: #000000; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
	line-height: 15px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
}

.arrowlistmenu ul li a:visited{
	color: #000000;
	font-weight: normal;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	color: #FFFFFF;
	background-color: #73b7c2;
}

.arrowlistmenu ul li a.subexpandable{ /*hover state CSS for sub menu header*/
	color: #000000;
	background-color: #d0e8ec;
}

.arrowlistmenu ul li  a.subexpandable ul li a { /*hover state CSS for sub menu header*/
	color: #000000;
	background-color: #3333CC;
}
table p {
	margin: 0px;
}
