/* Fix the ID 5.5-6 issue with png images */
img { behavior: url(iepngfix.htc) }

body {
    color:#000000;
    font-family:arial;
    font-size:11px;

    background-image: url('../img/skyline-bg.jpg');
    background-repeat: repeat-x;
    background-position: -20px 0;
}

a {
    color: #3B412B;
    text-decoration: none;
}

#drucken a {
    color: white;
}

input[type=radio] {
    /* IE compatibility together with #navi .body from navi-display.css */
    margin: 1px 5px -2px 0px;
    vertical-align: -3px;
}

h1 {
    margin: 0px 0px 0px 6px;
    font-size: 12px;
    font-weight: bold;
}

h2 {
    margin: 0px 0px 3px 6px;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

p {
    padding: 0px 0px 0px 6px;
    margin: 2px 0px;
}

td {
    text-align: right;
}

td .tdhead {
    text-align: left;
}

#display p {
    padding-left: 13px;
    padding-bottom: 8px;
}

.colgif {
    border: 1px solid black;
    width: 30px;
    height: 10px;
}

