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

PRINT STYLESHEET KICKSTART

-------------------------------------------------------------------*/

/*
Author:    Sebastian Dubbel
Website:   www.beckerspaeth.de
E-Mail:    dubbel@beckerspaeth.de
Encoding:  UTF-8
*/

/*-------------------------------------------------------------------

IMPORT SIFR STYLESHEET

-------------------------------------------------------------------*/
@import "sifr_print.css";


/*-------------------------------------------------------------------

RESET DEFAULT STYLES

-------------------------------------------------------------------*/

/* Reset margin and padding of all HTMl elements */
/* CSS Reset, Eric Meyer. URL: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-------------------------------------------------------------------

GLOBAL BLOCK ELEMENTS

-------------------------------------------------------------------*/

#container {
	font-size: 62.5%; /* set font-size to reasonable size so that 10px = 1em */
}


#content {
}

#content #col_1 {
}

#content #col_2 {
	display: none;
}

#footer {
	margin-top: 1cm;
	padding-top: .5cm;
	border-top: .2pt solid #999;
}


/*-------------------------------------------------------------------

GLOBAL CLASSES AND DEFINITIONS

-------------------------------------------------------------------*/

.margin-top_0,
div.news h3,
h2.news {
	margin-top: 0 !important;
}

.float_left {
	float: left;
}

.clear_both {
	clear: both;
}

.clearfix:after,
dl dd:after,
#footer p.address:after {
	content: "."; 
    display: block; 
    height: 0;
	line-height: 0;
    clear: both; 
    visibility: hidden;
}

/* IE CLEARFIX */
.clearfix,
dl dd,
#footer p.address {
	height: 1%;
}

div.hr {
	border-top: .2pt solid #999;
	margin: 2.5em 0;
}

div.hr hr {
	display: none;
}

/* class to hide html elements */
.invisible,
#header h1,
.dont_print,
table caption {
	display: none;
}

.infobox {
	margin-top: 1cm;
}



/*-------------------------------------------------------------------

TYPOGRAPHY

-------------------------------------------------------------------*/

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1,
h2,
h3,
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #bfb508;
}

h2,
h3,
h4 {
	margin-top: 1cm;
	font-size: 15pt;
	line-height: 1.2;
}

h3 {
	font-size: 13pt;
}

h4 {
	font-size: 11pt;
}

p,
ul,
ol,
dl {
	margin-top: .5cm;
	font-size: 9pt;
	line-height: 1.5;
}

span.adr_float {
	float: left;
	width: .5cm;
}

span.adr_float.long {
	width: 3cm;
}

dl ul {
	font-size: 100%;
}

dl dt {
	width: 3.5cm;
	float: left;
	font-weight: bold;
	clear: left;
}

dl dd {
	margin-left: 4cm;
}

dl dt,
dl dd {
	margin-bottom: .1cm;
}


/*-------------------------------------------------------------------

TYPOGRAPHIC CLASSES

-------------------------------------------------------------------*/

#footer p,
.disclaimer p {
	margin-top: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 7.5pt;
	line-height: 1.4;
	color: #ccc;
}

.disclaimer {
	margin-top: 1cm;
}

.disclaimer p {
	font-size: 7pt;	
	line-height: 1.6;
}

#footer p#nav_impressum {
	display: none;
}

.address_float {
	float: left;
	margin-right: .3cm;
	width: 3.5cm;
}

.address_float.adr {
	width: 2.5cm;
}

.fileinfo {
	padding-left: .2cm;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #ccc;
}

dl.fondsInfo {
	width: 100%;
	overflow: hidden;
	line-height: 1.2;
}

dl.fondsInfo dt {
	width: 18%;
}

dl.fondsInfo dd {
	float: left;
	margin-left: .3cm;
	width: 22%;
}

dl.fondsInfo dd.stueck {
	width: 27%;
}

dl.fondsInfo dt {
	margin-bottom: .1cm;
}


/*-------------------------------------------------------------------

IMAGES

-------------------------------------------------------------------*/
img {
	line-height: 0;
}

img.produktprospekt {
	float: left;
	margin: .2cm .5cm .5cm 0;
}

img.news_image {
	margin-top: .5cm;
}

img.float_right {
	float: right;
	margin: 0 0 1cm .5cm;
}


/*-------------------------------------------------------------------

LINKS

-------------------------------------------------------------------*/

a,
a:link,
a:visited {
	text-decoration: none;
	color: #4a7590;
	border-bottom: solid .2pt #878471;	
}

a:hover, 
a:active {
	color: #878471;
	border-bottom-color: #4a7590;
}

a img,
#logo a {
	border: none;
}

/* link to external website that is opened in a new window */
a.link_extern {
}


/*-------------------------------------------------------------------
SKIP LINKS
-------------------------------------------------------------------*/
#skipnav {
	display: none;
}


/*-------------------------------------------------------------------

NAVIGATION

-------------------------------------------------------------------*/
#navigation,
#tabNav {
	display: none;
}


/*-------------------------------------------------------------------

HEADER 

-------------------------------------------------------------------*/

img#header_img {
	display: none;
}

#logo img {
	width: 97px;
	height: 93px;
}

/*-------------------------------------------------------------------

TABLES

-------------------------------------------------------------------*/

table {
	margin-top: 1cm;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

table th,
table td {
	padding: .2cm;
	text-align: left;
}

thead th, thead td {
	border-bottom: .6pt solid #000;
}

tbody th, tbody td {
	border-top: .2pt solid #000;
}

thead th,
tbody th {
	font-weight: bold;
}

table th.currency,
table td.currency {
	text-align: right;	
}

tbody tr:first-child th, tbody tr:first-child td {
	border-top: none;	
}

tr.odd td {
}

tr.even td {
}


