* {
    margin: 0;
    padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: rgb(0,0,0);
	line-height: 14pt;
    background: #fff;
}
/* mittlere Spalte *********************************** */
#content {
    margin-top: 110pt;
    padding: 20pt;
}
/* *************************************************** */
h1 {
    margin: 0 0 10px 0;
    padding-bottom: 7px;
    font-size: 14pt;
    font-weight: bold;
    color: rgb(48,84,162);
    border-bottom: 1px solid #3054A2;
}
h2 {
    margin-bottom: 5px;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(48,84,162);
}
h3, h4, h5, h6 {
    font-weight: bold;
    color: rgb(48,84,162);
}
p {
	padding-bottom: 8pt;
}
a {
    color: rgb(48,84,162);
    text-decoration: none;
}
/* Formatierte <hr /> Linien ************************* */
hr.line {
    display: none;
    clear: both;
}
div.rule1 {
	margin: 5px 0 15px 0;
	background-color: #3054A2;
	border: none;
	height: 1px;
}

/* Feature Block ************************************* */
.feature {
	margin-bottom: 25pt;
}

/* Story Block ************************************** */
.story {
	margin-bottom: 25pt;
}
/* *************************************************** */

/* Seitenkopf **************************************** */
#header {
    display: none;
}
#printHeader {
    position: absolute;
    top: 20pt;
    left: 20pt;
    padding-bottom: 10pt;
    border-bottom: 3pt double rgb(48,84,162);
}
#printHeader h1 {
    margin: 42pt 0 0 150pt;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(48,84,162);
    border: none;
}
/* *************************************************** */

/* linke Spalte ************************************** */
#leftCol {
    display: none;
}

/* rechte Spalte ************************************* */
#rightCol {
    display: none;
}
/* *************************************************** */

/* Seitenende **************************************** */
#footer {
	display: none;
}
#footer2 {
    padding: 10pt 0 0 20pt;
    font-size: 8pt;
}
/* *************************************************** */
a.jumper {
    display: none;
}
#languages {
    display: none;
}