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

* {
	margin:0;
	/* iPad-Fix, damit onclick-Links nicht als graue Box dargestellt werden */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

#container {
	
}

#header {
	/*background:url(../images/header_bg.gif) repeat; */
	height:85px;
	width:100%;
	text-align:center;
}
#header .factlogo {
    right: 0px;
    position:absolute;
}
#header .kundenlogo {
   
}



#content {
	width:90%;
	margin:30px auto;
	border:1px solid #0167AB; /* Kundenfarbe dunkel */
	border-radius:5px;
	box-shadow:1px 1px 1px #0167AB; /* Kundenfarbe dunkel */
	padding:25px;
	overflow:auto;
}

#content.FACT {
	width:auto;
	height:480px;
	margin:5px 20px 20px 164px;
}

#content table {
	border: 1px solid #EEE;
}

#content table th {
	padding: 5px;
	color:#036;
}

#content table td {
	padding: 5px;
}

#content table.no_padding td {
	padding: 0;
	margin: 0;
}

#content table td.heading {
	background-color:#0167AB;
	padding:5px 5px 5px 25px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-align: left;
}
#content table td.small {
	padding-left:35px;
	font-size:14px;
}

#content table tr.odd th, #content table tr.odd td {
	background-color:#F5F5FF;
}

#content table tr.even th, #content table tr.even td {
	background-color:#E8E8F9;
}

#content table tr.odd th.kde, #content table tr.odd td.kde {
	background-color:#FAA89D;
	width:180px;
	border-right:50px solid #FFF;
}

#content table tr.even th.kde, #content table tr.even td.kde {
	background-color:#F97968;
	width:180px;
	border-right:50px solid #FFF;
}

#content.FACT table tr.odd th.reg, #content.FACT table tr.odd td.reg {
	background-color:#A4C7F9;
}

#content table tr.even th.reg, #content table tr.even td.reg {
	background-color:#86B5F9;
}

#content table tr.odd th.rig, #content table tr.odd td.rig {
	background-color:#F9CE9C;
}

#content table tr.even th.rig, #content table tr.even td.rig {
	background-color:#FBBE76;
}

br.clearfloat {
	line-height:0;
	clear:left;
}

.reg, .rig {
	white-space:nowrap;
}

#hMenu {
	margin:30px 0 0 200px;
	clear:left;
}

#hMenu a {
	background:#0167AB; /* Kundenfarbe dunkel */
	padding:5px;
	text-decoration:none;
	color:#FFF; /* Kontrast zu Kundenfarbe dunkel */
	font-size:14px;
	border:1px solid #0167AB; /* Kundenfarbe dunkel */
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	margin-right:5px;
	display: inline-block;
}

#hMenu a.active {
	background:#FFF;
	border-bottom:1px solid #FFF;
	color:#EA8D25; /* Kundenfarbe hell */
}

#hMenu a.history {
	background:#EA8D25; /* Kundenfarbe hell */
	border-radius:0;
	color:#FFF;
	margin-left:13px;
	margin-right:0;
}

#hMenu a.history.inactive {
	background:#EEE;
	border-left:1px solid #EEE;
	border-top:1px solid #EEE;
	color:#DDD;
	cursor:default;
}

#vMenu {
	margin-top:80px;
	margin-left:15px;
	width:150px;
	float:left;
}

#vMenu a {
	display:block;
	background:#0167AB; /* Kundenfarbe dunkel */
	border:1px solid #0167AB; /* Kundenfarbe dunkel */
	padding:5px;
	text-decoration:none;
	color:#FFF; /* Kontrast zu Kundenfarbe dunkel */
	font-size:14px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	margin-bottom:25px;
}

#vMenu a.active {
	background:#FFF;
	border-right:1px solid #FFF;
	color:#C60;
}

#content form {
	margin:30px 0;
}

#hinweis {
	background:#E6FFD3;
	border: 1px solid #0C0;
	color:#060;
	padding:10px;
	clear:left;
}

#hinweis.error {
	background:#FFDFCC;
	border: 1px solid #C00;
	color:#600;
	padding:10px;
}

#kleinerHinweis {
	background:#DBECFF;
	border: 1px solid #CED1FF;
	color:#069;
	padding:10px;
}

#kleinerHinweis a {
	font-style:italic;
	color:#36F;
}

input {
	border:1px solid #CED1FF;
	outline:none;
}

input.button {
	width:auto;
	background:#DBECFF;
	color:#36F;
}

a.button {
    padding: 3px;
	width:auto;
	background:#DBECFF;
	color:#36F;
    outline-color: rgb(51, 102, 255);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    text-align: center;
    text-indent: 0px;
    border-color: rgb(206, 209, 255);
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    
    text-decoration: none;
}

#shader {
	display: none;
	position: absolute;
	width: 100%;
	height: 500px;
	top: 0;
	left: 0;
	background: url(../images/indicator_100x100.gif) no-repeat;
	background: url(../images/bg_layer.png);
	padding-top: 350px;
	text-align: center;
}

#shader #kleinerHinweis {
	width:400px;
	margin:auto;
}

/* Boxen in Umschichtungs-Empfehlungen */
#assetklassen-allokation {
	top:10px;
	border: 1px solid #987FB3;
	background: #E4D6EC;
	padding: 15px;
	color: #150356;
	margin-bottom:5px;
}
#assetklassen-allokation h1, #aktien-allokation h1, #renten-allokation h1 {
	width: 100%;
	line-height:28px;
	text-indent:30px;
	margin-bottom:20px;
	border-bottom:1px dashed #987FB3;
}
#assetklassen-allokation div, #aktien-allokation div, #renten-allokation div {
	margin-bottom:10px;
	padding:10px;
	background:#FFF;
	opacity:0.80;
}

#aktien-allokation {
	border: 1px solid #6999C9;
	background: #D1E5FA;
	padding: 15px;
	color: #033260;
	margin-bottom:15px;
}
#aktien-allokation h1 {
	border-bottom:1px dashed #6999C9;
}

#renten-allokation {
	border: 1px solid #B7CBEB;
	background: #EAEFF7;
	padding: 15px;
	color: #052964;
}
#renten-allokation h1 {
	border-bottom:1px dashed #B7CBEB;
}

/* Schalter für Layer-Formulare */
a.show_form {
	padding: 3px;
	border: 1px solid #C30;
	color: #06C;
	text-decoration: none;
	background: #FFF;
	cursor: default;
}

/* Layer-Formulare Absicherung, Altersvorsorge in Ampel */
#absicherung, #altersvorsorge {
	display: none;
	position: fixed;
	top: 190px;
	left: 380px;
	width: 700px;
	height: 400px;
	padding: 12px;
	background: #FFF;
	border: 2px solid #06C;
	border-radius: 7px;
	overflow: auto;
	font-size: 150%;
	color: #036;
}

#confirmation {
	display: none;
	margin-top: 25px;
}

/* Menü für Umschichtungsempfehlungen */
#recommandations {
	margin-bottom:10px;
}
#recommandations a {
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
}
#recommandations a#aAssetklassen-allokation {
	border:1px solid #987FB3;
	border-bottom:1px solid #E4D6EC;
	color:#150356;
	background:#E4D6EC;
	margin-left:80px;
}
#recommandations a#aAktien-allokation {
	border:1px solid #6999C9;
	border-bottom:1px solid #987FB3;
	color:#033260;
	background:#D1E5FA;
}
#recommandations a#aRenten-allokation {
	border:1px solid #B7CBEB;
	border-bottom:1px solid #987FB3;
	color:#052964;
	background:#EAEFF7;
}


#risikoSlider
{
    width:400px;
}

#risikoWert
{
    padding:10px;
    font-size:20px;
    font-weight: bold;
}

#currentRK{
    width:400px;
    border: 1px solid #86B5F9;
    padding:10px;
    margin:10px;
}