.fliesstext {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
}
.fliesstext_white {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
}
.fliesstext_orange {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #E75112;
}
body {
         background-color: #FFFFFF;
         font-family: Arial, Helvetica, sans-serif;
         margin: 0px 0px 0px 0px;

}
#container{
         width:900px;
         height:575px;
         position:absolute;
         top:50%;
         left:50%;
         margin-top:-288px;
         margin-left:-450px
}

.headline {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #5A595A;
        line-height: 20px;
        font-weight: bold;
}
.headline_white {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        font-weight: bold;
}
.fusszeile {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #5A595A;
}
.headline_gross {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #FF9900;
        line-height: 18px;
        font-weight: normal;
}

.button {
         background-image:url(images/button_test.jpg);
         background-repeat:no-repeat;
}

.button_klein {
         background-image:url(images/mini_button.jpg);
         background-repeat:no-repeat;
}

.showcase_left {
         background-image:url(images/background_showcase.jpg);
         background-repeat:no-repeat;
}

.showcase_left_fd {
         background-image:url(images/background_showcase_fd.jpg);
         background-repeat:no-repeat;
}

.showcase_left_md {
         background-image:url(images/background_showcase_md.jpg);
         background-repeat:no-repeat;
}

.showcase_left_fz {
         background-image:url(images/background_showcase_fz.jpg);
         background-repeat:no-repeat;
}


.head_line {
         background-image:url(images/head_line.jpg);
         background-repeat:repeat-x;
}

.menu_line  {
         background-image:url(images/menu_line.jpg);
         background-repeat:repeat-x;
}

a:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        color: #FFFFFF;
}
a:visited  {
          font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        color: #FFFFFF;
}
a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
        text-decoration: none;
         font-weight: bold;
}
a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
        text-decoration: none;
         font-weight: bold;
}

a:link.klein {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        color: #000000;
}
a:visited.klein  {
          font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        color: #000000;
}
a:hover.klein {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
        text-decoration: none;
         font-weight: normal;
}
a:active.klein {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
        text-decoration: none;
         font-weight: normal;
}

a:link.gross {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        text-decoration: none;
        color: #FFFFFF;
}
a:visited.gross  {
          font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        text-decoration: none;
        color: #FFFFFF;
}
a:hover.gross {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
         font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
}
a:active.gross {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
         font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
}

a:link.orange {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        color: #E75112;
}
a:visited.orange  {
          font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        color: #E75112;
}
a:hover.orange {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #E75112;
        text-decoration: none;
         font-weight: bold;
}
a:active.orange {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #E75112;
        text-decoration: none;
         font-weight: normal;
}

a:link.gruen {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        color: #317023;
}
a:visited.gruen  {
          font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        color: #317023;
}
a:hover.gruen {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #317023;
        text-decoration: none;
         font-weight: normal;
}
a:active.gruen {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #317023;
        text-decoration: none;
         font-weight: normal;
}

#menu {
display:block;
width: 250px;
height: 35px;
line-height: 33px;
}

#menu a:link, #menu a:visited, #menu a:active {
display:block;
background:  url("images/buttons/button_off.jpg") no-repeat;
background-position: 0% 50%;
height: 35px;
width: 250px;
line-height: 33px;

}

#menu a:hover {
background:  url("images/buttons/button_on.jpg") no-repeat;
background-position: 0% 50%;
line-height: 33px;
}

#menu_klein {
display:block;
width: 200px;
height: 20px;
line-height: 18px;
}

#menu_klein a:link, #menu_klein a:visited, #menu_klein a:active {
display:block;
background:  url("images/buttons/button_off_klein.jpg") no-repeat;
background-position: 0% 50%;
height: 20px;
width: 200px;
line-height: 18px;
}

#menu_klein a:hover {
background:  url("images/buttons/button_on_klein.jpg") no-repeat;
background-position: 0% 50%;
height: 20px;
width: 200px;
line-height: 18px;
}

#menu_start {
display:block;
width: 207px;
height: 101px;
}

#menu_start a:link, #menu_start a:visited, #menu_start a:active {
display:block;
background:  url("images/buttons/weltneuheit_off.gif") no-repeat;
background-position: 0% 50%;
width: 207px;
height: 101px;

}

#menu_start a:hover {
background:  url("images/buttons/weltneuheit_on.gif") no-repeat;
background-position: 0% 50%;
width: 207px;
height: 101px;
}

#menu_cash {
display:block;
width: 200px;
height: 50px;
}

#menu_cash a:link, #menu_cash a:visited, #menu_cash a:active {
display:block;
background:  url("images/buttons/cashback.gif") no-repeat;
background-position: 0% 50%;
width: 200px;
height: 50px;

}

#menu_cash a:hover {
background:  url("images/buttons/cashback_on.gif") no-repeat;
background-position: 0% 50%;
width: 200px;
height: 50px;
}

.rand_ol_orange
{
        background-image:url(images/rand_ol_orange.gif);
         background-repeat:no-repeat;
}

.rand_or_orange
{
        background-image:url(images/rand_or_orange.gif);
         background-repeat:no-repeat;
}

.rand_ul_orange
{
        background-image:url(images/rand_ul_orange.gif);
         background-repeat:no-repeat;
}

.rand_ur_orange
{
        background-image:url(images/rand_ur_orange.gif);
         background-repeat:no-repeat;
}
