@charset "UTF-8";
/************************************************
Nestor Fonds

http://www.franzschmidt.de
Author: tim@franzschmidt.de
Create Date: 20.03.2010
Modify Date: 30.03.2010
************************************************/
@import url("news.css");
@import url("tabs.css");
/************************************************
  CLEARING  
************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	}
	
/* remember to define focus styles! */
:focus {outline: 0;}
	
body {
	line-height: 1;
	color: black;
	background: white;
	}
	
ol, ul {list-style: none;}

/************************************************/
body,div {
	margin-left:auto;
	margin-right:auto;
	}

body { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	/*background:#ececec url(../images/bg.png) 0px 109px repeat-x;*/
	line-height:18px;/*16px;*/
	margin-top:30px;
	}
	
strong {font-weight: bold;}
iframe table {border: none;}	
img {border:none;}
.clr {clear:both;}
.lt {float:left;}
.rt {float: right;}
.rl {position:relative;}
.text-left {text-align: left;}
.text-right {text-align: right;}

.error {color:#b80000;}

/************************************************
   ANCHORS
************************************************/
a {color: #333;}
a:hover {color:#133883;}

span.more a {
	color:#133883; 
	font-weight:bold; 
	text-decoration:none;
	padding:0 0 0 10px;
	background: url(../images/ico_arrow_active.gif) 2px 5px no-repeat;
	}
span.more a:hover {	text-decoration:underline;}
/************************************************
   HEADLINES
************************************************/	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px; 
	color: #133883; 
	padding: 0 0 14px 0;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px; 
	/*font-weight:bold;*/
	color: #333333; 
	padding: 0 0 6px 0;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px; 
	color: #133883;
	padding: 0 0 6px 0;
	} 
h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px; 
	color: #333333;
	padding: 0 0 4px 0;
	}
h1 a {color: #133883; text-decoration:none;}
/************************************************
   FRAMES
************************************************/	
#wrapper {width:960px; background:#fff; border:1px solid #a8a8a8; margin-bottom:15px;}
#header {background:url(../images/header.jpg) no-repeat; height:190px;}
#header .logo {padding: 17px 0 0 735px;}
#header .logo a {display:block; height:60px; width: 200px;}  
#header .logo a span {display: none;}
#leftbar {display: none; float:left; width: 200px; padding: 0 20px 0 0; position:relative;}

#container {
	overflow:hidden;
	width:910px;
	padding:15px 25px 15px 25px;
	}
#sidebar {display: none}


#leftbar h2 {
	font-size:18px; 
	color: #133883;
	padding: 0 0 15px 0;
	}

#content {
	float:left; 
	overflow: hidden; 
	width: 860px; 
	padding: 20px 25px 0 25px;
	position:relative;
	}
	
/* Zu global Definiert!!! Probleme mit der Vererbung*/

.content ul {padding: 0 0 15px 15px; list-style: disc;}
.content ul li {padding: 0 0 4px 0;}

#content p {padding: 0 0 8px 0;}
#content h2 {padding: 6px 0 6px 0;}
.shadowCnt { background:none;}
#content .navFonds {display: none;}
.boxTeaser {display:none;}

#content .cols {overflow: hidden; margin: 0 0 10px 0;}
#content .cols .first {float:left; width:410px; padding-right:40px;}
#content .cols .second {float:left; width:410px;}

.boxInfo {overflow:hidden; margin:0 0 30px 0}
.boxInfo .pic {float:left; padding: 0 15px 15px 0}
.boxInfo .info {float:left;}
.boxInfo .info h3 {color:#333;}
.boxInfo .info .section {font-weight:bold; padding: 0 0 10px 0;}
.boxInfo .info .phone {}
.boxInfo .info .fax {}
.boxInfo .info .mail {padding: 5px 0 0 0;}


.boxContext {display:none;}

/************************************************
   FOOTER
************************************************/	
#footer {
	overflow: hidden;
	font-size:11px;
	color:#000;
	width:910px;
	margin:0 25px 25px 25px;;
	clear: both; 
	/*background: #d9d4b8;*/
	}

#footer a {text-decoration:none;}
#footer a:hover {text-decoration:none;}

#footer .cols {display: none;}
#footer .copyright {padding:5px 20px 5px 20px;}

/************************************************
   Table
************************************************/
table tr th,
table tr.market {padding: 8px; background:#77848C; color:#fff; font-weight:bold;}
table tr th.fondname {text-align:left; width:250px}
table tr th.type {width: 30px;} 
table tr td {padding: 6px 8px 6px 8px; text-align:center;} 
table tr td.notation {text-align:left}
table tr.even {}
table tr.odd {background: #eee;}
table tr.even:hover,
table tr.odd:hover {background: #D9D4B8;}
/************************************************
   KONTAKT
************************************************/
.box_kontakt {margin:0 0 10px 0;}
.box_kontakt label, input, textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px; 
	padding: 5px;
	}
.box_kontakt input, textarea {
    border: 1px solid #333;
    width: 300px;
    display: block;
    float: left;
    margin: 2px 5px;
	}

.box_kontakt select {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
    font-size: 12px;
    width: 313px;
    display: block;
    float: left;
    margin: 3px 5px;
}

.box_kontakt label {
    display: block;
    float: left;
    width: 100px;
    padding-left: 0px;
}
.box_kontakt input.hidden {display: none;}
.box_kontakt input.button {
    border: 1px solid #fff;
    background: #133883;
    font-weight: bold;
    color: #fff;
    width: 150px;
}
.box_kontakt input.button:focus {
    border: 1px solid #fff;
    background: #133883;
    font-weight: bold;
    color: #fff;
}    
.box_kontakt input:focus,
.box_kontakt textarea:focus {border: 1px solid #333; background: #fff;}
.box_kontakt div.error {color: #f00; margin: 10px 0 10px 0; text-decoration:none}
.box_kontakt input.error, input.error:focus, textarea.error, textarea.error:focus {border: 1px solid #f00;}
.Tx-Formhandler ul {list-style-type: square; padding:0 0 20px 20px;}
.Tx-Formhandler li li.error {}
.box_kontakt span {margin: 2px 5px;}

div.csc-textpic div.csc-textpic-single-image img {margin-bottom:0px;}
#leftbar div.csc-textpic-imagecolumn {margin-bottom:25px;}
#leftbar .cnt div.csc-textpic-imagecolumn {margin-bottom:0;}