/* ================================================================================== Dieses File gehört zum Projekt greenax und behandelt das Drucklayout Erstellungdatum: 19.10.06 / VELS Inhaltsverzeichnis 1. Allgemeine Defintionen 2. Elemente ausblenden ================================================================================== */ * { margin: 0; padding: 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; } body { font-size: 9pt; line-height: 1.8; color: #444; margin: 0 25px; } a { color: #868686; } a#home { } .hidden_info, legend, #header fieldset, #header ul, #navigation, #subnavigation, #breadcrumbs, #footer, .icon_liste { display: none; } #header { height: 100px; } #header img { border: none; float: left; margin: 0 0 0 -5px; } #header p#hersteller { float: right; } #header p#hersteller img { margin: 0 0 0 15px; } h1 { font-size: 17pt; font-family: "Lucida Sans Unicode"; font-weight: normal; margin: 0 0 1.5em 0; line-height: 1.4; } h2 { font-size: 11pt; font-family: "Lucida Sans Unicode"; font-weight: normal; margin: 0 0 1em 0; line-height: 1.4; } h3 { font-size: 14pt; font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif; margin: 1em 0 .5em 0; font-weight: normal; line-height: 1.4; } div#content { page-break-after: always; } div#content p { margin: 0 0 1em 0; } table { border-spacing: 0; } td, th { text-align: left; vertical-align: top; padding: 3px 20px 3px 0; } th { border-bottom: 1px solid #CDDA8A; } th.table_title_breit { width: 100px; } div#content ul { margin: .3em 0 1.5em 2em; line-height: 1.2; } div#content li { margin: 0 0 .5em 0; } div#content img { border: 0; } #sidebar p { margin: 0 0 1em 0; } div.usp_grafiken { display: none; } div.usp_text { display: block !important; }