﻿/* Print Stylesheet - (c) by webdesign-salzburg.at */
@charset "utf-8";

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

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

input, textarea, select, option {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}


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

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;
}

a {
    color: black;
}

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

#print_header {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

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

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

#print_footer {
    clear: both;
    padding-top: 10px;
    margin-top: 20px;
    text-align: center;
}

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

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



