/*Suchfeld Header*/
#Suchfeld {
    width: 200px;
    border: 1px solid white;
    float: right;
    padding: 3px 0;
    height: 30px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.breit {
    width: 300px !important;
}

#Suchfeld #Suchbegriff {
    font-size: 16px;
    color: white;
    background: transparent;
    height: 30px;
    width: 100%;
    border: none;
    padding: 2px 3px 0 13px;
    margin: -5px -4px 0 0;
    vertical-align: middle;
}

#Suchfeld #Suchbegriff:focus {
    border: 0;
    outline: none;
}

#Suchfeld .SucheSubmit {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 22px;
    color: white;
}

#SuchErgebnis {
    position: absolute;
    min-height: 50px;
    top: 30px;
    background: white;
    display: none;
    z-index: 100;
    width: 400px;
    right: 0;
    height: 700px;
    overflow: auto;
}

#SucheMsg {
    font-size: 12px;
}


#SucheContainer a:hover {
    text-decoration: none;
}

#SucheContainer .SucheTreffer {
    font-size: 12px;
    padding: 3px 10px;
    margin: 10px 0;
}

#SucheContainer h1 {
    background: #e0e0e0;
    font-size: 18px;
    color: black;
    padding: 3px 10px;
    text-transform: none;
    letter-spacing: normal;
    margin: 0;
}

#SucheContainer h2 {
    font-size: 16px;
    color: black;
}

#SucheContainer h3 {
    font-size: 14px;
    color: black;
}

#SucheContainer p {
    font-size: 14px;
    color: black;
    margin: 0;
}

#SucheContainer .SucheEintrag {
    padding: 10px;
}

#SucheContainer .SucheEintrag:hover {
    background: lightgrey;
}







/*PHP Ausgabe*/


#SucheFormular {
    margin-bottom: 10px;
}

#SucheFormular input[type="text"]{
    width: 200px;
    height: 34px;
}

#SucheFormular input[type="submit"]{
    width: 60px;
    height: 34px;
}

input, input:focus {
    border: 1px solid #ccc;
    background-color:#EFEFEF;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}