

.rg-components {
    width: 185px;
}

.rg-components td {
	font-size: 10px;
	color: #c2c3c1;
	font-family:Arial;
}

.rg-components select {
    display: block;
    width: 100%;
}

.rg-components button {
     background-color: #004800;
    border: medium none;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: normal;
	font-family:Arial;
	font-size: 13px;
    line-height: 25px;
    transition: background-color 0.5s ease 0s;
    width: 100%;
}

.rg-components button:hover {
    background-color: #000000;
}




#suche {
    right: 0px;
    top: 150px;
}





#suche-btn {margin-bottom: 1px !important;}



*html #suche-eingabe {top:-1px; position:relative}
