body {
    background-color : #b2cae7;
    font-size : 12px;
    font-family : Arial, Verdana, SunSans-Regular, Sans-Serif;
    color : #002f67;
    padding : 0;
    margin : 0;
}

p {
    padding : 0;
    margin : 0;
    font-size : 12px;
}

p.headline_2 { display: none; }



img {  border : 0; }

h1 {
    font-size : 16px;
    font-family : Arial, Verdana, SunSans-Regular, Sans-Serif;
    color : #e0001a;
    padding : 0;
    font-weight: bold;
    margin : 0;
}


h2 {
    font-size : 14px;
    font-family : Arial, Verdana, SunSans-Regular, Sans-Serif;
    color : #004380;
    padding-top : 20px;
    margin : 0;
    font-weight: bold;
}



a:link,a:active,a:visited {
        color: #626262;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
        color: #64001c;
}


a:link.navi,a:active.navi,a:visited.navi {
        color: #d7001a;
        text-decoration: none;
        font-size : 12px;

}

a:hover.navi {
        text-decoration: none;
        color: #004380;
        font-size : 12px;
}


a:link.white,a:active.white,a:visited.white {
        color: #FFFFFF;
        text-decoration: none;
}

a:hover.white {
        text-decoration: none;
        color: #86a6cc;
}

a:link.red,a:active.red,a:visited.red {
        color: #d7001a;
        text-decoration: none;
        font-weight : bold;
}

a:hover.red {
        text-decoration: none;
        color: #003982;
        font-weight : bold;
}



.button {
        background-color: #003370;
        border: 1px solid #003370;
        color: #FFFFFF;
        font-size : 13px;
        font-weight : bold;
}

.textbox {
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        font-size : 13px;
        color : black;
        border-bottom: 2px solid #c5d1e1;
        border-right: 2px solid #c5d1e1;
}

table.eck {
     padding : 0;
    margin : 0;
    border: 0;
    width: 100%;
    border-spacing:0px;
}

td.menutop {
   background-image: url(../images/bg_menu_top.gif);
   background-color: white;
   background-repeat: no-repeat;
   background-position:right;
   height: 23px;
   padding-left: 5px;
   color: #ffffff;

   background-color: #004380;
   font-weight: bold;
   }

td.navi1 {
   background-color: #ffffff;
   height: 20px;
   padding-left: 5px;
   color: #e0001a;
   border-bottom: 1px solid #e0001a;
   }

td.navi2 {
   background-color: #d6001a;
   height: 20px;
   padding-left: 5px;
   color: #FFFFFF;
   border-bottom: 1px solid #e0001a;
   font-weight : bold;
   }

td.navi3 {
   background-color: #ffffff;
   height: 13px;

   }

td.navi4 {
   background-color: #f399a3;
   height: 39px;
   border-bottom: 1px solid #e0001a;
   }


td.aktuelles {
border-bottom: solid 1px #FFFFFF;
   background-color: #7393ba;
   height: 65px;
   color: #002e66;
   padding: 6px;
   }


td.menu {
background-color: #e6d8da;
background-image: url(../images/bg_menu.gif);
width: 192px;

   }

td.menu2 {
background-color: #d7001a;
width: 21px;
background-image: url(../images/menu_bg.gif);
background-repeat:no-repeat;
    }

td.datum {
background-color: #d7001a;
height: 44px;
color: white;
padding: 5px;
font-family : Verdana, Arial, SunSans-Regular, Sans-Serif;
font-weight: bold;
}

td.expk1, td.eck_sp1, td.td1 {
background-color: #e4ebf3;
color: 004380;
width: 25%;
padding: 5px;
font-family : Arial, Verdana, SunSans-Regular, Sans-Serif;
font-weight: bold;
border-bottom: 1px solid white;
}



td.expk2, td.eck_sp2, td.td2  {
background-color: #e4ebf3;
color: 004380;
width: 75%;
padding: 5px;
font-family : Arial, Verdana, SunSans-Regular, Sans-Serif;
font-weight: normal;
border-bottom: 1px solid white;
}

td.expk3 {
background-color: #ffbec5;
color: #004380;
padding: 5px;
font-family : Arial, Verdana, SunSans-Regular, Sans-Serif;
font-weight: bold;
}


.highslide {
  cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
  border: 1px solid #ffffff;
}
.highslide:hover img {
  border: 1px solid #ffffff;
}

.highslide-image {
    border: 1px solid #ffffff;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
  color: white;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
    text-decoration: none;
  padding: 3px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(../javascripts/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;

}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
  font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
  float: right;
    display: block;
    position: relative;
  margin: 0 5px;
  font-size: 11px;
  text-decoration: none;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
  color: #666;
}