

/* 
WealthCap
Technische Umsetzung
(c) 2007 agil - mehr Internet KG
 */

/*Elemente*/

* {
	padding: 0;
	margin: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}


/*Überschriften*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	line-height: 20px;
        padding-bottom: 3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 14px;
        padding-bottom: 5px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 14px;
        padding-bottom: 5px;
}

/*Linkeigenschaften*/
a:link { 
	color: black;
        font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #FF3333;
	text-decoration: underline;
}

a:visited {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #FF3333;
	font-weight: normal;
	text-decoration: none;
}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

h2 a:link, h2 a:active, h2 a:visited, h2 a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

h3 a:link, h3 a:active, h3 a:visited, h3 a:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}


img {
	/* border: none; */
        border-color: #cccccc;
	}

sub, sup {
  line-height: 0px;
  font-size: 50%;
  font-family: Arial, Helvetica, sans-serif;
}

/* Classes */
	
.fett {
	font-weight: bold;
}

/* Layer */

/* Layer zum zentrierten Darstellen im Browser */
#zentriert {
	width: 800px;
	margin: auto;
	text-align: left;
}

/* Kopfbereich der Internetseite */ 
#kopf {
	margin: 0px;
	padding: 0px;
	width: 800px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 100px;
}

#logo {
        position: relative;
        float: left;
	width: 280px;
}

#member {
        position: relative;
        float: right;
	width: 150px;
	top: 65px;
}

/*Navigation waagerecht*/
#navi {
	width: 800px;
	text-align: left;
	height: 26px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	display: block;
	background-image: url(/export/system/modules/com.wealthcap.ocms.site/resources/images/navi-bg.gif);
	background-repeat: repeat-x;
}

#mainnavi, #mainnavi ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	color: #FF3333;
} 

#mainnavi a {
	display: block;
	text-decoration: none;
	border-top-width: 7px;
	border-right-width: 10px;
	border-bottom-width: 6px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #CCCCCC;
	color: #000000;
}

#mainnavi li a:hover, li a:active {
	color: #FF3333;
	text-decoration: none;
}

#mainnavi li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3333;
}

#mainnavi li:hover ul, #mainnavi li.sfHover ul {  
	left: auto;
	color: #FF3333;
	text-decoration: none;
}

/* weitere Layer */
#navileft {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
	line-height: 25px;
	width: 163px;

	border-right-width: 17px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	overflow: hidden;
	list-style-type: none;
}

#nebennavi a:link, #nebennavi a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0;
}
#nebennavi a:hover, #nebennavi a:active {
	color: #FF3333;
	font-weight: bold;
	text-decoration: none;
}

#nebennavi {
	list-style-type: none;
}

.flag {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.ausgeklappt {
	list-style-type: none;
	font-size: 12px;
	line-height: 25px;
	margin: 0px;
	padding-left: 15px;
}



#zentriert #main #navileft #nebennavi ul li {
        padding-left: 15px;
}

#zentriert #main #navileft #nebennavi ul li ul li {
        list-style: none;
        padding-left: 15px;
}

#zentriert #main #navileft #nebennavi ul li ul li ul li {
        list-style: none;
        padding-left: 0px;
}

#nebennavi ul ul ul a:link, #nebennavi ul ul ul a:visited {
	color: black;
	font-weight: normal;
	text-decoration: none;
	margin-left: 0;
        line-height: 14px;
}
#nebennavi ul ul ul a:hover, #nebennavi ul ul ul a:active {
	color: #FF3333;
	font-weight: normal;
	text-decoration: none;
        line-height: 14px;
}

#columnright {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        float: left;
	width: 153px;
	border-left: 17px solid #FFFFFF;
}

#columnright .right {
        border: 1px solid #CCCCCC;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-bottom: 15px;
	padding-top: 5px;
}

#zentriert #main #columnright .right h1 {
        font-size: 12px;
}

#zentriert #main #columnright .right ul {
        padding-left: 13px;
}


#content {
	float: left;
	width: 630px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	line-height: 16px;
}

#main {
	margin: 0;
        padding: 0;
        width: 800px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* Tabellengestaltung */

#tabelle {
        margin: 0;
        width 100%;
        border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
        padding: 3px;
}

#main #content.default .rahmen {
        border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
        padding: 0px;
        margin: 0px;
}

#main #content.default #tabelle table, #main #content.default #tabelle2 table {
	width: 100%;
        margin: 0;
        padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 16px;
}

#main #content.default #tabelle table td, #main #content.default #tabelle table tr, #main #content.default #tabelle table tbody tr, #main #content.default #tabelle table tbody td {
	margin: 0;
        padding: 0;
        line-height: 16px;
        vertical-align: top;
}

#main #content.default #tabelle table tbody, #main #content.default #tabelle2 table tbody {
	margin: 0;
        padding: 0;
}

#main #content.default #tabelle table td {
        margin: 0;
        padding: 4px;
}

#main #content.default #tabelle table tbody tr td img {
       padding: 0px;
}

#content caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
}

#main #content .grau td, #main #content .hellrot td {
        margin: 0;
        /* padding: 4px; */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
        border-left-width: 0;
        border-right-width: 0;
        line-height: 16px;
}

#main #content.default #tabelle table tbody tr.grau td, #main #content.default #tabelle table tbody tr.hellrot td, #main #content.default #tabelle table tbody tr.weiss td, #main #content.default #tabelle table tbody tr td {
        padding-top: 2px;
        padding-bottom: 2px;
}

.grau {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
        border-left-width: 0;
        border-right-width: 0;
        margin: 0;
        line-height: 16px;
}

.weiss{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
        border-left-width: 0;
        border-right-width: 0;
        margin: 0;
        line-height: 16px;
        
}

.hellrot {
	background-color: #FCD5D5;
}

.rot {
    color: #FF3333;
}


#mainnavi li div.active a, #mainnavi li div.active a:hover  {
        color: white;
        background-color: #FF3333;
	border-top-color: #FF3333;
	border-right-color: #FF3333;
	border-bottom-color: #FF3333;
	border-left-color: #FF3333;
}

#service p a, #service p a:link, #service p a:visited {
        color: black;
       	line-height: 18px;
}

#nebennavi li a.active, #service p a.active, #nebennavi li a:visited.active, #service p a:visited.active {
        color: #FF3333;
}

#fonds-title {
    margin: 0;
    padding: 4px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    width: 442px;
    line-height: 14px;
}

#fonds-title a:link, #fonds-title a:active, #fonds-title a:visited, #fonds-title a:hover { 
	display: block;
	color: white;
        font-weight: bold;
	text-decoration: none;
        font-size: 14px;
}

/* Produktfarb-Klassen */

.infrastruktur {
   background-color: #8C004C;
}

.image {
   background-color: #FF3333;
}

.lebensversicherung {
   background-color: #F2BF49;
}

.immo-dt {
   background-color: #007AA5;
}

.immo-na {
   background-color: #00BCE2;
}

.immo-eu {
   background-color: #0051BA;
}

.zweitmarkt {
   background-color: #9E9E07;
}

.equity {
   background-color: #9B4F96;
}

.securities {
   background-color: #E87511;
}

.energie {
   background-color: #56AA1C;
}

.mobile {
   background-color: #547730;
}

.new-assets {
   background-color: #7A3F28;
}

.bereichgrau {
   background-color: #999999;
}

.hell-rot {
   background-color: #ff9966;
}

.infra-neu {
   background-color: #e4e1ca;
}




/* Aufzählungen */

#main #content ul, #main #content ol {
        padding-left: 14px;
}

#main #content ul li {
	list-style-type: none;
	list-style-image: url(/export/system/modules/com.wealthcap.ocms.site/resources/images/auf-grau.gif);
        padding-bottom: 5px;
}

#main #columnright .right ul {
	list-style-type: none;
	list-style-image: url(/export/system/modules/com.wealthcap.ocms.site/resources/images/auf-grau.gif);
}

#main #content ol, #main #content ol ol, #main #columnright .right ol, #main #columnright .right ol ol {
        list-style-type: decimal;
        margin-left: 7px;
        padding-top: 5px;
}

#main #content ol li {
        list-style-type: decimal;
        padding-bottom: 5px;
} 

#main #columnright .right ol  {
        list-style-type: decimal !important;
        padding-bottom: 5px;
        padding-left: 2px; 
        margin-left: 5px;
}

#main #columnright .right ol li {
        list-style-type: decimal;
        padding-bottom: 5px;
        padding-left: 5px; 
        margin-left: 10px;
}


#main #content ul ul, #main #content ol ol, #main #columnright .right ol ol {
        padding-left: 0px;
}

#main #content ul ul li {
	list-style-type: none;
	list-style-image: url(/export/system/modules/com.wealthcap.ocms.site/resources/images/ulul-element.gif);
        padding-bottom: 0px;
        margin-left: 14px;
}

#content p {
	padding-bottom: 5px;
	padding-top: 2px;
}

#sitemap {
        padding-left: 150px;
}

/* Hack & CSS für IE6 */

@media All{

 * html b\ody 

#zentriert #main #columnright .right ul {
        padding-left: 16px;
}

#main #content ul, #main #content ol {
        padding-left: 17px;
}


#fonds-title {
    margin-top: -3px;
}

#content, #navileft, #nebennavi {
   border-top: 1px solid white;
}

sub, sup, p sub, p sup {
  line-height: 1px;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
}

          }

/* Ende IE6 Hack */

/** Login Form **/

#frontend-login {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
}

#frontend-login .input-dialog {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  border: 1px solid #CCCCCC;
  text-align: left;
}

#frontend-login .button-row {
  text-align: right;
}

#frontend-login {
  margin-top: 2px;
  margin-bottom: 2px;
}

#frontend-login label {
  float: left;
  clear: none;
  width: 100px;
}

#frontend-login input {
  float: right;
  clear: none;
  width: 150px;
}

#frontend-login br {
  clear: both;
}

#frontend-login div.input-row {
  padding-bottom: 4px;
}
