/*body{margin: 0px; padding: 0px; background-color: white !important;background-image: none !important; color:black;font:11pt/80% Arial, serif;width: 100% !important;}
.resize,.contenttable{font:11pt/80% Arial, serif;background-color: white !important;background-image: none !important;color:black;}
.contenttable{width: 100% !important;}
.contenttable th{text-align: left;margin-top: 10em !important;}
.contenttable td{	width: 50%;border-bottom: 1px solid #666;}
*/

/* 
* @version         1.0
* @lastmodified    $Date: 2007-07-28 10:26:40 +0200 (Sa, 28 Jul 2007)$
*/


/* fast fertiges CSS Druck-stylesheet zum einbinden in den Head-Bereich ihrer Website */

body {
margin: 0px; padding: 0px;
background: #fff !important;
color: #000;
font: 12pt Georgia, "Times New Roman", serif !important; /* Zeichensatz auf Serifen umstellen */
text-align: justify; /* Blocksatz */
quotes: "\201E" "\201C" "\201A" "\2018";
}

/* Seitenbreite */
body, #container {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}

#navigation, #formwizzard, #advertising {
display: none;
}

.contenttable th{padding: 30px 0px 0px 0px !important;}

H1,h2,h3,h4,h5,h6 {
/* Hier koennen Sie eintragen wie ihre Ueberschriften in der Druckversion aussehen sollen: Groesse, Farbe, etc. */
}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3,h4,h5,h6 { 
page-break-after: avoid; 
}
.contenttable{width:100% !important;}
.contenttable th{text-align: left;}
.contenttable td{width: 50% !important;border-bottom: 1px solid #666 !important;}
p, address, li, dt, dd {
font-size: 100%
}

/* Zeichensatz fuer Code Beispiele */
code, pre { font-family: "Courier New", Courier, mono}

ul, ol {
list-style: square; margin-left: 18pt;
}

li {
line-height: 1.6em;
}

a:link, a:visited {
background: transparent;
color: #520;
font-weight: bold;
text-decoration: underline;
}

/* Sichtbare Auszeichnung der URLs von Links */
a[href]:after { 
content:" <"attr(href)">"; 
background-color: inherit;
color: #369; 
font-style: italic;
}

/* Auszeichnung von Abkürzungen und Acronymen */
abbr[title]:after, acronym[title]:after { 
content: '(' attr(title) ')';
background-color: inherit;
color: #369; 
font-style: italic; 
}

*[cite]:after {
content:close-quote" (Quelle: "attr(cite)")";
}

q:before, blockquote:before {
content:open-quote;
}

q:after, blockquote:after {
content:close-quote;
}

#container:after {
color: #999 !important;
font-size: 0.85em;
border-top: 1px solid #999;
}
#printData, #printData img{display: none !important;}