/* BS-Anzeigen Layout blau-hellblau */

.nav {
        padding: 5px;
        background: #FF7F00;
}

.content {
        text-align: normal;
        padding: 6px;
}

.adv {
        padding: 4px;
        background: #FFFF00;
        overflow: hidden;
        vertical-align: middle;
        border: 1px #cccccc solid;
        border-color: #cccccc; text-align: center
}

h1  {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14pt;
        color: #000000;
        font-weight: bold
}

h2  {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        color: #000000;
        font-weight: bold
}

h3  {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        color: #333399;
        font-weight: bold
}

p, td, div {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: #000000
}

body {
        background: #ffffff
}

a, a:active, a:visited {
         color: #000000;
}

a:hover {
        color: #FF0000;
        font-weight: normal;
}