.body {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

body, td, input, select, textarea {
    font-family: verdana;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
}

body {
    background-color: #fff;
}

h1 {
    font-family: verdana;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-weight:bold;
}

h2 {
    font-family: verdana;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-weight:bold;
    font-style: italic;
}

a {
    font-family: verdana;
    font-size: 11px;
    color: #627CA1;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    font-family: verdana;
    font-size: 11px;
    color: #255AA6;
    font-weight: normal;
    text-decoration: none;
}

a.sitemap{
    color: #333333;
}

a.sitemap_level1{
    color: #000000;
    font-weight:bold;
}
a.sitemap_level1:hover{
    color: #000000;
    font-weight:bold;
}
a.sitemap_level2{
    color: #004798;
    font-weight:normal;
}
a.sitemap_level2:hover{
    color: #004798;
    font-weight:normal;
}

a.sitemap_level3{
    color: #fe6703;
}
a.sitemap_level3:hover{
    color: #fe6703;
}

a.teaser {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a.teaser:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

#special_nav {
    background-color: #A3A3A3;
    text-align:right;
}

#special_nav td {
    /*width: 110px;*/
    padding-left:10px;
    padding-right:10px;
}

#special_nav a{
    font-family: verdana;
    font-size: 11px;
    color: #F9F9F9;
    text-decoration: none;
}

#special_nav a:hover{
    font-family: verdana;
    font-size: 11px;
    color: #255AA6;
    text-decoration: none;
}

#logos {
    background-color: #999999;
}

#navigation {
    background-color: #999999;
    text-align: left;
    vertical-align: middle;
}

#navigation .menupunkt {
    margin: 0px 7px 0px 5px;
    vertical-align: bottom;
}

#navigation .menupunkt a {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}

#navigation .menupunkt a:hover {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FF0000;
}

#navigation .dropdown {
    background-color: #A3A3A3;
    position: absolute;
    padding: 10px 0px 10px 0px;
    visibility: hidden;
    border-right: 1px #ffffff solid;
    border-left: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid;
    border-top: 1px #ffffff solid;  
}

#navigation .dropdown td{
    /*color: #FFFFFF;*/
    /*padding: 0px 10px 0px 10px;*/
    height: 20px;
}

#navigation .dropdown_helpnavi {
    background-color: #A3A3A3;
    position: absolute;
    padding: 10px 0px 10px 0px;
    visibility: hidden;
    border-right: 1px #a3a3a3 solid;
    border-left: 1px #a3a3a3 solid;
    border-bottom: 1px #a3a3a3 solid;
    border-top: 1px #a3a3a3 solid;  
}

#navigation .dropdown_helpnavi td{
    /*color: #FFFFFF;*/
    /*padding: 0px 10px 0px 10px;*/
    height: 20px;
}

#navigation .adown {
/*  background-color: #A3A3A3;*/
    color: #F9F9F9;
    font-weight: normal;
    text-decoration: none;
    font-family: verdana;
    width: 100%;
}

#navigation .adown:hover {
    width: 100%;
    /*background-color: #FFFFFF;*/
    color: #333333;
    font-weight: normal;
    text-decoration: none;
    font-family: verdana;
}

#subnav .off{
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;
    color: #255AA6;
}

#subnav .off:hover{
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;
    color: #666666;
}

#subnav .on {
    font-family: verdana;
    font-weight: normal;
    text-decoration: none;
    color: #666666;
}

#subnav .lvl2{
    padding-left: 10px;
    height: 19px;
    border-bottom: 1px #CCCCCC solid;
    vertical-align: middle;
}

#subnav .lvl3{
    padding-left: 20px;
    height: 19px;
    border-bottom: 1px #CCCCCC solid;
    vertical-align: middle;
}

#subnav .lvl4{
    padding-left: 30px;
    height: 19px;
    border-bottom: 1px #CCCCCC solid;
    vertical-align: middle;
}

#headline {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    padding-top:20px;
}

#subheadline {
    font-family: verdana;
    font-size: 11px;
    font-style: italic;
    color: #000000;
}

#content_text {
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

.small{
         font-size: 9px;
    color: #000000;
}

.imagetext {
        font-size: 10px;
        color: #cccccc;
    }
    

