﻿/* CSS Screen */
@charset "utf-8";

body, p, h1, h2, h3, h4, h5, h6, form { margin: 0; padding: 0 }

body {
    font-family: Verdana, Arial, Geneva, sans-serif;
    font-size: 10pt;
    background-color: white;
    color: black;
 }

p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .6em;
    color: black;
}

a {
    color: black;
}


img {
    border: none;
}

img.bild_rahmen {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
}

img.bild_links {
    float: left;
    margin: 0 10px 5px 0;
}

img.bild_rechts {
    float: right;
    margin: 0 0 5px 10px;
}



h1 {
    font-size: 2em;
    font-weight: normal;
    font-family: Georgia, serif;
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
    font-family: Georgia, serif;
}

h3 {
    font-size: 1.2em;
    font-weight: normal;
}

h4 {
    font-size: 1em;
}

h6 {
    font-size: .8em;
}

h6 a {
    text-decoration: none;
    color: black;
}


hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #ccc;
}

#header, #toc, #nav, #footer, #wd {
    display: none;
}


#print_header {
    margin-bottom: .5em;
    padding-bottom: .5em;
    text-align: center;
}

#print_header h1 {
    font-variant: small-caps;
    font-size: 1.5em;
}

#main {
    float: left;
    width: 97%;
}

table.productlist {
    border-collapse: collapse;
    border: 1px solid #ccc;
    table-layout: fixed;
    width: 100%;
}

table.productlist td, table.productlist th {
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    vertical-align: top;
}

table.productlist th {
    width: 120px;
}

table.productlist td {
    width: auto;
}

td.minitext {
    text-align: right;
    width: 120px !important;
    vertical-align: top;
}

#info {
    height: 400px;
    float: right;
    width: 1px;
}

#print_footer {
    text-align: center;
    margin-top: 1.5em;
    padding-top: 1em;
    clear: both;
}

#print_footer address {
    font-size: 8pt;
}

#print_footer p {
    font-size: 7pt;
    padding-top: .5em;
}


