/* Styles f&uuml;r das Kontakt Formular
///////////////////////////////////*/

input {
    border: 1px solid #9c9c9c;
    background-color: #FFFFFF;
    margin-top: 1px;
    margin-bottom: 3px;
    font-size: 11px;
    height: 14px;
    width: 143px;
    font-family: Arial;
    }

* html input {
    height: 17px;
    margin-top: 0px;
    }


#anfrage {
    position: relative;
    float: right;
    margin-right: 0px;
    }

textarea {
    height: 181px;
    width: 300px;
    border: 1px solid #9c9c9c;
    background-color: #FFFFFF;
    margin-top: 1px;
    word-wrap: hard;
    font-size: 12px;
    font-family: Arial;
    }


#button {
    margin-left: 199px;
    margin-top: -23px;
    }

#button button {
    width:152px;
    height:21px;
    background-color:white;
    border:0px;
    padding:0px;
    margin:0px;
    margin-left:-3px;
    }

.button {
    width: 149px;
    height: 18px;
    font-size: 11px;
    }