/* 
    Document   : schnellsuche
    Created on : 23.01.2012, 16:52:42
    Author     : mgr
    Description:
        Purpose of the stylesheet follows.
*/


.schnellsuche-container {
    width: 170px;
    height: 40px;
    background-color: #981a1f;	
    /*border:1px solid #babfc2;*/
    font-family: Arial;
    color: #FFFFFF;
}


.schnellsuche-ueberschrift{
    font-size: 15px;
    font-weight: 500;
}

.standardSuche{
    font-size: 13px;
}

.anzerwidth {
    width: 142px;
}

.datumfeld{
    text-align: right;
}

.schnellsuchebtn {
    background-color:#fafafa;
    border-top-style: solid;
    border-top-color: #babfc2;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #babfc2;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-color: #babfc2;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: #babfc2;
    border-right-width: 1px;
    display:inline-block;
    color:#111111;
    font-family:arial;
    font-size:12px;
    font-weight:normal;
    padding:4px 8px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
    cursor: pointer;
    width: 135px;
    margin-top: 10px;
    margin-bottom: 5px;
}.schnellsuchebtn:hover {
    background-color:#f0f0f0;
}.schnellsuchebtn:active {
    position:relative;
    top:1px;
}
