body {
    background-color : #19195A;
  }

#kvb {
    color : #03A3DA;
    font-size : 45px;
    font-style : italic;
    font-weight : bold;
    height : 100px;
    margin-left : 360px;
    margin-top : 45px;
    text-transform : uppercase;
    overflow : hidden;
  }

#anzeige {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-attachment : fixed;
    background-color : #050512;
    position : absolute;
    bottom : 0px;
    left : 10%;
    top : 10px;
    width : 80%;
    min-height : 570px;
    min-width : 380px;
    max-width : 1500px;
  }


#buttons {
    -khtml-border-bottom-left-radius : 20px;
    -khtml-border-bottom-right-radius : 20px;
    -moz-border-radius-topleft : 20px;
    -moz-border-radius-topright : 20px;
    -webkit-border-bottom-left-radius : 20px;
    -webkit-border-bottom-right-radius : 20px;
    background-attachment : fixed;
    background-image : url('../img/kachel.png');
    background-repeat : repeat;
    background-color : #050512;
    border-bottom-color : #19195A;
    border-bottom-style : double;
    border-bottom-width : 5px;
    border-left-color : #19195A;
    border-left-style : double;
    border-left-width : 5px;
    border-right-color : #19195A;
    border-right-style : double;
    border-right-width : 5px;
    border-top-color : #19195A;
    border-top-style : double;
    border-top-width : 5px;
    bottom : 10px;
    left : 10px;
    top : 170px;
    width : 160px;
    position : absolute;
    text-align : left;
  }


#titel {
    -khtml-border-radius : 20px;
    -moz-border-radius : 20px;
    -webkit-border-radius : 20px;
    background-color : #050512;
    background-image : url('../img/logo.png');
    background-position : top left;
    background-repeat : no-repeat;
    border-bottom-color : #19195A;
    border-bottom-style : double;
    border-bottom-width : 5px;
    border-left-color : #19195A;
    border-left-style : double;
    border-left-width : 5px;
    border-right-color : #19195A;
    border-right-style : double;
    border-right-width : 5px;
    border-top-color : #19195A;
    border-top-style : double;
    border-top-width : 5px;
    position : absolute;
    height : 140px;
    left : 10px;
    right : 10px;
    top : 10px;
    text-align : center;
    min-height : 130px;
    overflow : hidden;
  }


#inhalt {
    bottom : 10px;
    color : #ffffff;
    font-size : 15px;
    left : 190px;
    overflow : auto;
    position : absolute;
    right : 10px;
    top : 170px;
    min-height : 100px;
    min-width : 150px;
    margin-left : 10px;
    margin-top : 10px;
  }


#counttime {
    color : #ffffff;
    font-size : 15px;
    position : fixed;
    bottom : 10px;
    width : 140px;
    margin-left : 10px;
  }


.button_msg {
    background-attachment : scroll;
    background-color : transparent;
    background-image : url(../img/apply_bt_4.gif);
    background-position : right top;
    background-repeat : no-repeat;
    color : #03A3DA;
    display : block;
    float : left;
    font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-style : normal;
    font-weight : bold;
    height : 24px;
    width : 130px;
    margin-left : 10px;
    margin-top : 24px;
    padding-right : 10px;
    text-decoration : none;
    text-align : center;
    text-transform : uppercase;
  }


.button_msg span {
    background-color : transparent;
    background-image : url(../img/apply_bt_3.gif);
    background-repeat : no-repeat;
    display : block;
    line-height : 24px;
    padding-bottom : 0px;
    padding-left : 12px;
    padding-right : 1px;
    padding-top : 0px;
    white-space : nowrap;
  }


.button_msg:hover {
    background-position : right -30px;
    color : #001762;
    text-decoration : none;
  }

.button_msg:hover span {
    background-position : left -30px;
    color : #001762;
    padding-bottom : 2px;
    padding-left : 12px;
    padding-right : 1px;
    padding-top : 1px;
  }


.button_msg:active {
    background-position : right -30px;
    color : #02F9FC;
    outline-style : none;
  }


.button_msg:active span {
    background-position : left -30px;
    color : #02F9FC;
    padding-bottom : 2px;
    padding-left : 12px;
    padding-right : 1px;
    padding-top : 1px;
  }


.button_msg:visited {
    background-position : right -60px;
    outline-style : none;
    color : #DA3728;
  }


.button_msg:visited span {
    background-position : left -60px;
    padding-bottom : 2px;
    padding-left : 12px;
    padding-right : 1px;
    padding-top : 1px;
    color : #DA3728;
  }


.button_msg:focus {
    background-position : right -30px;
    color : #001762;
    text-decoration : none;
  }


.button_msg:focus span {
    background-position : left -30px;
    color : #001762;
    padding-bottom : 2px;
    padding-left : 12px;
    padding-right : 1px;
    padding-top : 1px;
  }


.button_msg:visited:hover {
    background-position : right -30px;
    color: #B3291E;
    text-decoration : none;
  }


.button_msg:visited:hover span {
    background-position : left -30px;
    color: #B3291E;
    padding-bottom : 2px;
    padding-left : 12px;
    padding-right : 1px;
    padding-top : 1px;
  }

