html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}

html,body {
    background: url('img/sinus_bars2.png') ; 
    height: 100%;
}

/* ------------------------------------------------------------------------- */

#text {
    max-width: 1024px;
    margin:0 auto 0;
    min-height: 100%;   
    background: white;
/*  background: #e0f0ff; */
    border-left: 2px solid black;
    border-right: 2px solid black;
    font-family: Bookman, serif;
}

#title {
    border-bottom: 2px solid black;
    padding: 0px;
    text-align: center;
    padding-bottom: 10px;
}

#topbars {
    text-align: right;
    width: 100%;
    background: url('img/grey_bars.png') repeat; 
}

/* Callsign */
#topbars a {
    background: blue;   
    color: yellow;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12pt;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

#title h1 {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 48pt;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 1em;
    padding-top: 1em;
}

#navigation {
    margin:0 auto 0;
    text-align: center;
    display: block;
    clear: both;
    margin: auto;
    border-bottom: 2px solid black;
    height: 34px;
    padding-left: 55px;
}

#navigation li {
    width: 135px;
    float: left;
    padding: 0.5em;
    list-style-type: none;
}

#navigation a {
    color: black;
    text-decoration: none;
    font-size: normal;
}

#navigation a:hover {
    text-decoration: underline;
    font-size: normal;
}

#support {
    float:right;
    background-color: #ffb;
    border: 1px solid #ccc;
    padding: 1em;
    padding-bottom: 0;
    margin: 1em;
    font-size: 0.75em;
    text-align: center;
}

#content {
    margin: auto;
    clear: both;
    padding: 20px;
}

p {
    text-indent: 2em;
    padding-bottom: 0.25em;
    text-align: justify;
}

#content li {
    margin-left: 2em;
}

/* ------------------------------------------------------------------------- */
/* Download list */

table.download {
    border: 1px solid black;
    border-top: 10px solid black;
    border-bottom: 10px solid black;
    border-collapse: collapse;
    width: 100%;
}

table.download td {
    padding: 0.5em;
}

td.chapter {
    font-weight: bold;
}

tr {
    margin: 0;
}

tr.odd:hover, tr.even:hover {
    background: #aaaaff;
}

tr.odd {
    background: #dddddd;
}

tr.even {
    background: #cccccc;
}

td.version {
    font-size: small;
}
