body {
        background : #06468C url(images/back_all.jpg) repeat-x;
        font-family: arial,verdana,helvetica,sans-serif;
        font-size : 100%;
        color: #FFFFFF;
        text-align: center;
}
#main {
        width : 90%;
}
#header {
        height : 303px;
        width : 99%;
        margin: auto;
}
#logo {
        width : 100%;
        height : 120px;
        background : url(images/header.jpg) no-repeat;
}
#inhalt {
        width : 100%;
}
table,tr,td,th {
        text-align: center;
}
.news {
        float : left;
        width: 180px;
        color: #E8E8E8;
        font-weight: bold;
        font-size: 10pt;
        background : #003366 url('images/hg-new.jpg');
        padding-top : 10px;
        padding-left: 12px;
        padding-right: 10px;
        text-align: center;
}
.tab {
        background : #13306C url('images/hg-tab.jpg');
        font-size: .9em;
        width : 80%;

}
p {
        text-align: center;
}
img {
        border: none;
}
.inhalt {
        font-family: courier, verdana,arial,helvetica,sans-serif;
        padding-left: 10px;
        text-align: left;
        font-weight: bold;
}
.banner {
        float : right;
        padding-right: 20px;
}
.inhalt1 {
        font-family: courier, verdana,arial,helvetica,sans-serif;
        padding-right:5px;
        text-align: right;
        font-weight: bold;
}
.footer {
        color: #FFFFFF;
        font-weight: normal;
        font-size: 8pt;
        text-align: right;
        background : #DF0000;
        line-height: 15px;
        padding: 2px 10px;
}
div.hr {
        width: 100%;
        background-color: #DFDFDF;
        height: 10px;
        border: 1px solid #FF0000;
        margin: auto;
}
#topnavi {
        background: url(images/topnavi1.jpg);
        height: 29px;
}
.headernavi a:link, .headernavi a:active, .headernavi a:visited {
        color: #FFFFFF;
        background-color: inherit;
        text-decoration: none;
        font-family: verdana,arial,helvetica,sans-serif;
        font-weight: bold;
        font-size: 10pt;
        line-height: 29px;
        padding: 0px 10px 0px 10px;
        margin: auto;
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
}
.headernavi a:hover {
        background: url(images/topnavibg1.jpg);
        color: #EFEFEF;
        background-color: inherit;
        text-decoration: none;
        font-family: verdana,arial,helvetica,sans-serif;
        padding: 5px 10px 4px 10px;
        margin: auto;
}
a:link {
        color: #ffffff;
        text-decoration: underline;
        font-weight: bold;
}
a:visited {
        color: #FF0000;
        text-decoration: underline;
        font-weight: bold;
}
a:active {
        color: #CFCFCF;
        text-decoration: underline;
        font-weight: bold;
}
a:hover {
        color: #EFEFEF;
        text-decoration: underline;
        font-weight: bold;
}
.link a:link {
        color: #FFFFFF;
}
.link a:visited {
        color: #EFEFEF;
}
.link a:active {
        color: #0000FF;
}
.link a:hover {
        color: #CFCFCF;
}