html, body {
background: #fff !important;
color: #000;
font: 10pt Georgia, "Times New Roman", serif;
text-align: justify;
quotes: "\201E" "\201C" "\201A" "\2018";
}

body, #container {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}

#primaryContent {
padding: 1em;
}

#header, #navigation, #secondaryContent {
display: none;
}

.js_top {
width: 640px;
padding-left: 5px;
vertical-align: middle;
}

.rechts {
float: right;
width: auto;
}

h1 {
font-size: 14pt;
color: #777;
text-align: left;
margin: 0;
padding: 0 5px 5px;
}

h2 {
font-size: 12pt;
color: #444;
margin: 0;
padding: 0 5px;
}

h3 {
font-size: 12pt;
color: #444;
margin: 0;
padding: 0 5px;
}

h1, h2, h3, h4, h5, h6 {
page-break-after: avoid;
}

p, address, li, dt, dd {
font-size: 100%;
padding-bottom: 5px;
}

/* Zeichensatz fuer Code Beispiele */
code, pre { font-family: "Courier New", Courier, mono}

ul, ol {
list-style: square;
margin-left: 18pt;
}

li {
line-height: 1;
}

a:link, a:visited {
background: transparent;
color: #005aa0;
font-weight: bold;
text-decoration: underline;
}

/* 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;
}