/* screen stylesheet for ifit.net */

/***
set global styles: font, font-size etc. / margins paddings / global floats
***/

html {
	margin: 0;
	text-align: center;
	font-size: 70%;
	margin-bottom:20px;
}

body {
	width: 700px;
	margin: auto;
	padding: 0;
	margin-bottom:20px;
	background-color: #fff;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

table td {
	padding: 3px;
	background-image:url(../images/trennlinie.png);
	background-repeat:repeat-x;
	background-position: bottom left;
}

table thead tr td {
	padding: 3px 3px 10px 3px;
	font-weight: bold;
}


/***
set headings
**/
h1 {
	margin:0;
	margin-top: 25px;
	padding:0;
	background-image: url(../images/header.png);
	height: 115px;
	min-height:115px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

h1 span { display:none; }

#ifit-undefined h1 {
	background-image: url(../images/ifit82.png);
}

#content {
	margin:0 0 30px 0;
	padding-bottom:12px;
	float:right;
	width:470px;
	background-image:url(../images/trennlinie.png);
	background-repeat:repeat-x;
	background-position: bottom left;
}

#content address {
	margin-top: 11px;
	font-style:normal;
}


#content h2 { display:none; }
#content h3 span { display:none; }
#content h3 {
	margin:25px 0 0 0;
	padding:0;a
	margin-bottom:5px;
	background-repeat: no-repeat;
	height: 14px;
	line-height: 18px;
}
#content p {
	line-height:1.5em;
	margin-top:11px;
}


#content h4 {
	margin:23px 0 0 0;
	padding:0;
	margin-bottom:10px;
	font-weight:bold;
	font-size: 1em;
	clear:both;
}

#content h5 {
	font-style:normal;
	font-weight:100;
	font-size:14px;
	margin:25px 0 0 0;
	padding:0;
	margin-bottom:5px;
	background-repeat: no-repeat;
}


#badvalues {
	color: #d60c16;
	font-weight: bold;
	font-size: 1.2em;
}

abbr {
	border: none;
	cursor: help;
}

#content ul {
	margin: 11px 0 0 0;
	padding: 0 0 0 25px;
}

#content ul li {
	margin-bottom: 5px;
	list-style-type: square;
}

#content ul li ul li {
	list-style-image: url(/images/list-dash.png);
}

#content .portrait {
  width: 90px;
  border: 1px solid #000;
  margin: 5px 20px 0 0;
  padding: 1px;
  float: left;
}

#content a:link,
#content a:visited {
	color: #666;
}

#content a:hover,
#content a:active {
	color: #333;
}



dl {
	margin: 5px 0;
	padding: 0;
}

dl dt {
	width: 116px;
	float: left;
	margin: 0;
	padding: 10px 0;
	line-height:20px;
	background-image:url(../images/trennlinie.png);
	background-repeat:repeat-x;
	background-position: top left;
}

span.required {
	color: #d60c16;
	font-size: 0.8em;
}

form {
	margin : 0;
	padding: 0;
}

form p.statusmsg {
	color: green;
	font-weight: bold;
	font-size: 1.2em;
}

form fieldset {
	margin : 11px 0 25px 0;
	padding: 0;
	border: none;
}

form fieldset legend {
	display: none;
}

form fieldset p label.std {
	float: left;
	width: 120px;
}

form fieldset ul li p label.std {
	float: left;
	width: 95px;
}

form fieldset p input {
	margin: 0 10px 0 0;
	font-size: 11px;
}

form fieldset p.error label {
	color: #d60c16;
}

form fieldset p input.smaller, form fieldset input.std {
}

form fieldset p input.smaller {
	width: 120px;
}

form fieldset p select.smaller {
	width: 124px;
}

form fieldset p input.std {
	width: 200px;
}

form fieldset p select.std {
	width: 204px;
}

form fieldset p textarea.std {
	width: 200px;
}

form fieldset p input.large {
	width: 320px;
}

form fieldset p select.large {
	width: 324px;
}

form fieldset p button {
	margin: 0 10px 0 0;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}

form fieldset p span.note {
	display: block;
	clear: left;
	margin-left: 120px;
	color: green;
	font-size: 0.8em;
}

form fieldset p span#logintaken {
	display: block;
	clear: left;
	margin-left: 120px;
	color: #d60c16;
	font-size: 0.8em;
}

form .emphase {
  margin: 20px 0;
  padding: 5px;
  background-color:#B9FFB9;
}

/* commented backslash hack for mac-ie5 */
#content dl dt { clear: both; }
/* end hack */

#content dl dd {
	float: left;
	width: 335px;
	margin: 0;
	padding: 10px 0;
	line-height:20px;
	background-image:url(../images/trennlinie.png);
	background-repeat:repeat-x;
	background-position: top left;
}

#content dd li {
	list-style-type: none;
	list-style-position: outside;
	margin:0;
	padding:0;
}

#content dd ul {
	margin:0;
	padding:0;
}

a {
	color: #333;
}

#body_disclaimer {
	overflow: auto;
	margin:0;
	padding:0;
	background-color: #faf2f2;
	height: 100px;
	margin-bottom: 25px;
	margin-top: 15px;
	line-height: 14px;
	padding: 5px 10px 10px 10px;
	clear: left;
	font-size:0.8em;
}

#body_disclaimer p {
	margin-bottom: 5px;
	padding: 0 0 0 0;
}
/*
#content p, #content h4, #content dl, #content #body_disclaimer {
	margin-left:19px;
}
*/
h2#skipNav { display:none; }

/***
Download-Liste
***/
table#pdfdownloads {
	width: auto;
}

table#pdfdownloads tbody tr td {
	padding: 0px 4px 5px 0px;
}

table#pdfdownloads tbody tr.catrow td {
	padding: 15px 0px 5px 0px;
	font-size: 11px;
	font-weight: bold;
}

table#pdfdownloads tbody tr.filerow {
	background-image: url(/images/trennlinie.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

a.pdfdownload {
	display: block;
	height: 28px;
	width: 28px;
	background-image: url(/images/pdf.png);
}
a.pdfdownload span {
	display: none;
}

/***
userlist 
***/

#userlist tr.userlist-basics:hover td {
	background-color: #FFFFE5;
}

#userlist tr.userlist-details h4 {
	margin: 0;
	padding: 6px 0 3px 0;
	background-color: #D9F0E1;
	border-top: 2px solid #809980;
	font-size: 12px;
}

#userlist tr.userlist-details h4 span {
	float: right;
	font-size: 10px;
}

#userlist tr.userlist-details td {
	padding: 0;
	background-color: #DFEAF4;
	border: 1px solid #B2CCE5;
	background-image: none;
	font-size: 11px;
}

#userlist tr.userlist-details td div {
	padding: 3px;
}

#userlist tr.userlist-details dl {
	margin: 0;
	padding: 0;
}

#userlist tr.userlist-details dl dt {
	margin: 0;
	padding: 0;
	width: 210px;
	background-image: none;
	font-weight: bold;
}

#userlist tr.userlist-details dl dd {
	margin: 0;
	padding: 1px;
	width: 240px;
	background-image: none;
}

#userlist tr.userlist-details dl dd:hover {
	padding: 0;
	border: 1px solid #FFFF3E;
	background-color: #ECF2EE;
}

#userlist tr.userlist-details dl dd address {
	margin: 0;
	padding: 0;
}

/***
subnav
***/
ul#subnav {
	width:160px;
	float:right;
	margin: 11px 0 10px 30px;
	padding: 4px;
	background-color:#faf2f2;
	border-left: 1px solid #f5e5e5;
	border-bottom: 1px solid #f5e5e5;
}
ul#subnav li {
	list-style-type: none;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:3px;
	color: #744;
}

ul#subnav a {
	text-decoration:none;
  color:#333;
  font-weight:normal;
}

ul#subnav.full {
  float:none;
  width:auto;
}
ul#subnav.full a {
  font-weight:bold;
  color:#111;
}

/***
navigation
***/
ul#navigation, ul#navigation ul {
	margin: 0;
	padding: 0;
}
ul#navigation ul {
	margin-bottom:26px;
	margin-top:14px;
}
ul#navigation {
	width:180px;
	margin-top:25px;
}

ul#navigation li, ul#navigation ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	display:block;
	list-style-type: none;
	list-style-image: none;
}

ul#navigation li a span { display:none; }

ul#navigation a {
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height:12px;
	line-height:12px;
	padding:0;
	margin:0;
}

/***
 map (about us)
***/
a#showmap:link, a#showmap:visited {
	display: block;
	float: right;
	height: 104px;
	width: 104px;
	border: 1px solid #eee;
	background-color: #fff;
	background-image: url(../images/ifitmap.png);
	background-position: 2px 2px;
	background-repeat: no-repeat;
}

a#showmap:hover, a#showmap:active {
	border: 1px solid #ccc;
	background-image: url(../images/ifitmap-h.png);
}

a#showmap span {
	display: none;
}

#ifitmap p {
	text-align: right;
}

#map-w {
	padding: 2px;
	border: 1px solid #ccc;
	width: 464px;
}

#map {
	background-image: url(../images/ifitmap-large.png);
}


/***
 vcard (about us)
***/
.vcard .url {
	display: block;
	text-decoration: none;
}

.vcard .adr {
	margin-bottom: 1em;
}

.vcard .photo {
	display: none;
}


ul#navigation, ul#navigation ul {
	margin: 0;
	padding: 0;
}

ul#navigation li, ul#navigation li ul li {
	margin: 0;
	padding: 0;
}

ul#navigation li ul li ul li {
	margin: 0;
	padding: 0 0 0 20px;
}

ul#navigation li {
	margin: 25px 0;
	padding: 0;
	list-style-type: none;
}

ul#navigation li ul li, ul#navigation li ul li ul li {
	margin: 10px 0;
}

ul#navigation a span {
}

ul#navigation a {
	display: block;
	width: 180px;
	height: 12px;
	background-repeat: no-repeat;
}

ul#navigation a:hover, ul#navigation a:active, ul#navigation a:focus, ul#navigation a.selected { background-position: 0px -12px; }

ul#navigation a.endpoint { background-position: 0px -24px; }

ul#navigation #home a { background-image: url(../images/menu/home.png); }

ul#navigation #products-services a { background-image: url(../images/menu/1_products_services.png); }

	ul#navigation #trade_facilitation a { background-image: url(../images/menu/trade_facilitation.png); }
	ul#navigation #risk-management a { background-image: url(../images/menu/1-3_risk_management.png); }
	ul#navigation #middle-back-office a { background-image: url(../images/menu/1-2_middle_back_office.png); }
	ul#navigation #managed_accounts a { background-image: url(../images/menu/managed_accounts.png); }
	ul#navigation #exchange_platforms a { background-image: url(../images/menu/exchange_platforms.png); }
	ul#navigation #automated_trading a { background-image: url(../images/menu/automated_trading.png); }

ul#navigation #hegde_fund_habitat a { background-image: url(../images/menu/hegde_fund_habitat.png); }
	ul#navigation #setup_assistance a { background-image: url(../images/menu/setup_assistance.png); }
	ul#navigation #business_management a { background-image: url(../images/menu/business_management.png); }
	ul#navigation #fund-services a { background-image: url(../images/menu/1-5_fund_services.png); }
	ul#navigation #operations_support a { background-image: url(../images/menu/operations_support.png); }
	ul#navigation #regulatory_framework a { background-image: url(../images/menu/regulatory_framework.png); }
	ul#navigation #work_environment a { background-image: url(../images/menu/work_environment.png); }

ul#navigation #client-area a { background-image: url(../images/menu/client-area.png); }

ul#navigation #about-us a { background-image: url(../images/menu/2_about_us.png); }

	ul#navigation #clients a { background-image: url(../images/menu/clients.png); }
	ul#navigation #management_board a { background-image: url(../images/menu/management_board.png); }
	ul#navigation #organization a { background-image: url(../images/menu/organization.png); }
	ul#navigation #companies_and_affiliates a { background-image: url(../images/menu/companies_and_affiliates.png); }

ul#navigation #investor-relations a { background-image: url(../images/menu/3_investor_relations.png); }

	ul#navigation #at-a-glance a { background-image: url(../images/menu/at_a_glance.png); }
	ul#navigation #for-shareholders a { background-image: url(../images/menu/for_shareholders.png); }

ul#navigation #intranet a { background-image: url(../images/menu/4_intranet.png); }

ul#navigation #contact a { background-image: url(../images/menu/contact.png); }



ul#navigation #account {
	margin: 0;
	padding: 0;
}

ul#navigation #logout {
	margin: 0;
	padding: 5px 0;
}

body.admin table#userlist {
	margin:30px 0 30px 0;
	padding:0;
}

body.admin .tools {
  clear:left;
}

body.admin ul#adminNavi {
	margin:30px 0 30px 0;
	padding:0;
}

body.admin ul#adminNavi li{
	float:left;
	list-style-type: none;
	list-style-image: none;
	padding:2px 10px;
	font-size:1.2em;
	background-color:#CFCFCF;
	margin-bottom:30px;
}
