/* print css sheet */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "Lucida Grande", Helvetica, Arial;
    font-size: 10px;
    color: #222;
    line-height: 16px;
}

.BlaueSchrift {
    color: #0c2a72;
}

.GelbeBox {
    padding: 10px;
    display: block;
}

pre {
    font-family: monospace;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Helvetica, Arial;
    color: #0c2a72;
    font-weight: normal;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 11px;
}

h6 {
    font-size: 10px;
}

img {
    border: none;
}

#headerRight {
    display: none;
}

#leftCol {
    display: none;
}

.relationBox {
    display: none;
}

#footer {
    display: none;
}