
/*Test*/


#anzeige {
    background-color : #c00000;
    position: absolute;
    width : 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
  }


#titel {
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;    
    background-color : #000000;
    border-bottom-style : outset;
    border-bottom-width : 6px;
    border-left-style : outset;
    border-left-width : 6px;
    border-right-style : outset;
    border-right-width : 6px;
    border-top-style : outset;
    border-top-width : 6px;
    height : 150px;
    left : 12px;
    position : absolute;
    right : 0px;
    top : 0px;
    text-align : center;
  }


[type=submit] {
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    background-color : #cb0000;
    background-repeat : no-repeat;
    font-size : 150%;
    font-style : italic;
    font-weight : bold;
    width : 150px;
  }


[type=submit]:hover {
    border-color:#cb0000;
    font-size : 150%;
    border-bottom-style : outset;
    border-bottom-width : 4px;
    border-left-style : outset;
    border-left-width : 4px;
    border-right-style : outset;
    border-right-width : 4px;
    border-top-style : outset;
    border-top-width : 4px;
  }


