/* DATEI: style.css by TA */

body {
    background-color: #FFFFFF;
    color: #000080;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    scrollbar-base-color:#FFFFFF;
    scrollbar-highlight-color:#000080;
    scrollbar-arrow-color:#000080;
    scrollbar-shadow-color:#000080;
    margin-top: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    margin-right: 10pt;
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {
    font-family: Verdana;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 18pt;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 10pt;
}

p,ul,ol,li,div,td,th,address,nobr,b,i {
    font-size: 8pt;
}

pre {
    font-family: Verdana;
    font-size: 8pt;
    color:#0000C0;
}
tt {
    font-family: Verdana;
    font-size: 8pt;
    color:#0000C0;
}

p.sechs {
    font-size: 6pt;
}

p.acht {
    font-size: 8pt;
}

p.zehn {
    font-size: 10pt;
}

p.zwoelf {
    font-size: 12pt;
}

p.ueber {
    font-size: 14pt;
    FONT-WEIGHT: bold;
}

p.ueber2 {
    font-size: 12pt;
    FONT-WEIGHT: bold;
}

p.kat {
    font-size: 10pt;
    FONT-WEIGHT: bold;
}

p.absatz: first-letter {
    font-size: 20pt;
    float: left;
    color: red;
}

td.menue {
    font-size: 9pt;
    FONT-WEIGHT: bold;
    background-color: #B0E2FF;
}

td.formular {
    font-size: 10pt;
}

p.kasten {
    font-size: 10pt;
    color: #EFEFEF;
    FONT-WEIGHT: bold;
}

img.herum {
    float:left;
    margin-top:15pt;
    margin-right:15pt;
    margin-bottom:5pt;
}

input.textbox {
    font-family: Verdana;
    font-size: 10pt;
    border-color: #000080;
    border: solid 1pt;
    color: #000080;
    background-color: #FFFFFF;
}

input.button {
    font-family: Verdana;
    font-size: 10pt;
    background-color: #000080;
    color: #FFFFFF;
    border: solid 1pt;
    FONT-WEIGHT: bold;
}

textarea.textfeld {
    font-family: Verdana;
    font-size: 10pt;
    border-color: #000080;
    border: solid 1pt;
    color: #000080;
    background-color: #FFFFFF;
}

select.combo {
    font-family: Verdana;
    font-size: 10pt;
    border-color: #000080;
    border: solid 1pt;
    color: #000080;
    background-color: #FFFFFF;
}

a:link {
    color: #0047A8;
    text-decoration:none;
}
a:visited {
    color: #0047A8;
    text-decoration:none;
}
a:active {
    color: #0047A8;
    text-decoration:none;
}

a:hover {
    color: #CC0000;
    text-decoration:none;
}
