

#rechts {
    overflow : hidden;
  }


#rechts p {
    margin : 0px;
    margin-left : 3px;
    padding : 0px;
  }


#rechts form {
    font-size : 1em;
    background-color : #F7F7F7;
    margin : 0px;
    padding : 0px;
    margin-left : 3px;
  }


#rechts form p {
    margin-top : 2px;
    margin-left : 0px;
  }


#rechts form input {
    width : 140px;
    font-size : 1em;
  }


.button {
    background-color : #DADADA;
    background-image : url('../images/bg2.jpg');
    background-position : top left;
    background-repeat : no-repeat;
    color : #4C82AE;
    cursor : pointer;
    cursor : hand;

  }

.button:hover {
    background-image : url('../images/bg3.jpg');
    background-position : top left;
    background-repeat : no-repeat;
    color : #000000;
  }

.buttonHover {
    background-color : #DADADA;
    background-image : url('../images/bg3.jpg');
    background-position : top left;
    background-repeat : no-repeat;
    color : #000000;
    cursor : pointer;
    cursor : hand;
  }


#rechts ul {
    margin : 0px;
    padding : 0px;
    list-style: none;
  }


#rechts ul li {
    margin : 0px;
    margin-left : 3px;
    padding : 0px;
    list-style: none;
    border-bottom-color : #ffffff;
    border-bottom-style : solid;
    border-bottom-width : 1px;
  }


#rechts ul li a {
    background-color : #DADADA;
    background-image : url('../images/bg2.jpg');
    background-position : top left;
    background-repeat : no-repeat;
    color : #4C82AE;
    display : block;
    padding-left : 8px;
    text-decoration : none;
  }


#rechts ul li a:hover {
    background-image : url('../images/bg3.jpg');
    background-position : top left;
    background-repeat : no-repeat;
    color : #000000;
  }



