body {
    color: #213D70;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FAF2DA;
}

body, table { /* Why do tables use larger font otherwise? */
    font-size: 12px;
}

#bilder {
   background-color: #ffffff;
}

h1 {
        font-size: 14pt;
}

h2 {
        font-size: 13pt;
}

h3 {
        font-size: 12pt;
}

h4 {
        font-size: 11pt;
}

h5 {
        font-size: 10pt;
}

h6 {
        font-size: 9pt;
}

h7 {
        font-size: 8pt;
}

a:link {
    color: #6276AB;
        font-size: 9pt;
        font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #6276AB;
        font-size: 9pt;
        font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #213D70;
        font-size: 9pt;
    text-decoration: underline;
}

a:active {
    color: #213D70;
        font-size: 9pt;
    text-decoration: underline;
}
/* default alignment of table cells */
td {vertical-align: top; text-align: left;}

/* no borders on images */
img { border: 0px; }


.globalheader {
    background: #EABB00;
}

#localheader {
    background: #EABB00;
    margin-bottom: 1em;
}

#localfooter {
    background: #EABB00;
    margin-top: 1em;
}

#globalfooter {
    background: #EABB00;
    margin-top: 1em;
    text-align: center;
}

#news {
    border-right: 1px dashed #46608F;
    border-top: 1px dashed #46608F;
    margin-left: 10px;
    margin-bottom: 10px;
}

#bilderoben{
    border-top: 1px dashed #46608F;
    margin-left: 10px;
    margin-bottom: 10px;
}
#bilderrechts{
    border-right: 1px dashed #46608F;
    margin-left: 10px;
    margin-bottom: 10px;
}
.pager {margin-top: 1em;}

.more {margin-top: 1em;}

.copyright {
     font-size: 10pt;
     color: #6276AB;
     background: #EABB00;
}

.leistegb{
     color: #cd1e3e;
     background: #ffffff;
}

.rot {
    background: #ffffff;
}

.gelb {
    background: #EABB00;
}

#rahmenmain {
        border-top: solid 1px;
        border-left: solid 1px;
        border-right: solid 1px;
        border-bottom: solid 1px;
                border-color: #000000;
}
#rahmenhead {
        border-top: solid 1px;
        border-left: solid 1px;
        border-right: solid 1px;
}
