/* --------------------------------------------------------------- */
/* Formatierungen fuer die Print-Ausgabe                           */
/* Autor: Stephan Zavodny                                          */
/* Autor URI: http://www.rastersysteme.de                          */
/* --------------------------------------------------------------- */


/* CSS Reset by Eric Meyer --------------------------------------- */
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;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --------------------------------------------------------------- */


/* Hide Elements ------------------------------------------------- */
.mod_navigation, .ce_gallery, .invisible, object {
	display: none;
}

#supersize {
	display: none !important;
}
/* --------------------------------------------------------------- */


/* Text Basics --------------------------------------------------- */
p, address {
	margin-bottom: 8pt;
	font-size: 11pt;
	line-height: 16pt;
	font-style: normal;
}

em {
	font-style: italic;
}
/* --------------------------------------------------------------- */


/* Headlines ----------------------------------------------------- */
h1, h2 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
}

h1 {
	margin: 24pt 0 8pt 0;
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

h2 {
	font-size: 11pt;
	line-height: 16pt;
	font-weight: bold;
	color: #000;
}
/* --------------------------------------------------------------- */


/* Links --------------------------------------------------------- */
a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration: none;
	color: #000;
}
/* --------------------------------------------------------------- */


/* Body ---------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Constantia, "Times New Roman", serif;
	color: #000;
	background: #fff;
}

img {
	border: 0;
}
/* --------------------------------------------------------------- */


/* Wrapper ------------------------------------------------------- */
#wrapper {
	position: relative;
	margin: 0 1cm 0 1cm;
}
/* --------------------------------------------------------------- */


/* Vita ---------------------------------------------------------- */
table {
	width: 100%;
	margin-bottom: 24pt;
	font-size: 11pt;
	line-height: 16pt;
	color: #000;
}

td.col_0 {
	width: 2.5cm;
}

td.col_1 {
	width: auto;
}

tr.row_first {
	border-top: 1.5pt solid #000;
}

tr.row_last {
	border-bottom: 1pt dotted #000;
}

#table_16 tr.row_0 td.col_1,
#table_16 tr.row_1 td.col_1,
#table_16 tr.row_2,
#table_16 tr.row_3 {
	border-bottom: 1pt dotted #000;
}

#table_17 tr.row_0,
#table_17 tr.row_1 td.col_1,
#table_17 tr.row_2 td.col_1,
#table_17 tr.row_3,
#table_17 tr.row_4 td.col_1,
#table_17 tr.row_5,
#table_17 tr.row_6 td.col_1,
#table_17 tr.row_7,
#table_17 tr.row_8 td.col_1,
#table_17 tr.row_9,
#table_17 tr.row_10 td.col_1,
#table_17 tr.row_11,
#table_17 tr.row_12 td.col_1,
#table_17 tr.row_13 {
    border-bottom: 1pt dotted #000;
}

#table_18 tr.row_0,
#table_18 tr.row_1,
#table_18 tr.row_2 td.col_1 {
	border-bottom: 1pt dotted #000;
}

#table_23 tr.row_0 {
	border-top: 1.5pt solid #000;
}
/* --------------------------------------------------------------- */
