/* MAGAZIN 2009-08 /*
/* ======================================================================= */

#Header {
    position: relative;
    height: 135px;
    background-color: #e42222; /* Hintergrundfarbe Kopf - Farbverlauf */
    background: url('/images/head-cover-2021-01.jpg') no-repeat; /* Head Cover jpg */
}

#SecNavFarbverlauf {
    background-color: #009EE0; /* Hintergrundfarbe SecNav */
    height: 20px;
    padding: 0px;
}

#SecNav {
    background: url('/images/header-secnav-background.png') repeat-x;
    display: block;
    height: 17px;
}

#SecNav a, #SecNav a:visited, #SecNav a:active {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    text-decoration: none;
    padding-top: 3px;
    font-weight: bold;
    font-size: 11px;
    border-right: 1px #ffffff solid;
    text-align: center;
    height: 17px;

    }

#SecNav a:hover {
    color: #ffffff;
    text-decoration: none;
    background: url('/images/header-secnav-background-dunkler.png') repeat-x;
}

#SecNav a.selected {
    background: url('/images/header-secnav-background-dunkler.png') repeat-x;
}

.TagestippVorschau {
    background: #0099CF; /* Hintergrundfarbe Tagestipp */
    color: #ffffff;
}



/* ACOORDION - RostockNews */
/* =================================================================================== */

#RostockNewsAccordion .accordion_toggle {
    background-color: #2b812c;
    border-bottom: 1px solid #7ba162;
}

#RostockNewsAccordion .accordion_toggle_active {
    background-color: #c0ce00;
    border-bottom: 1px solid #d5dc69;
}


a {
    color: #036d83;
}

a:hover, a:active, h1, h2, h3
{
    color: #01B2E6;
}

a:visited
{
    color: #01B2E6;
}  

.old a:hover {
  color: #01B2E6!important;
}  