.btn_yellow{
    color: #000000;
    font-size: 18px;
    background: #FCFA9C;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    border:1px solid black;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn_yellow.active {
    background: #ffa724;
    text-decoration: none;
}

.btn_yellow_small{
    color: #000000;
    font-size: 18px;
    background: #FCFA9C;
    padding: 3px 0px 3px 3px;
    text-decoration: none;
    border:1px solid black;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn_yellow_small:hover {
    background: #e3e07d;
    text-decoration: none;
}

.btn_yellow_small.active{
    background: #ffa724;
    text-decoration: none;
}

.btn_yellow:hover {
    background: #e3e07d;
    text-decoration: none;
}

.btn_deutsch{
    color: #FFCE00;
    font-size: 18px;
    background: #DD0000;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    border:1px solid black;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn_pl{
    color: red;
    font-size: 18px;
    background: white;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    border:1px solid red;
}

.btn_search{
    display: none;
    padding: 6px 6px;
    text-decoration: none;
    border: 1px solid black;
    background: #FCFA9C;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    font-weight:bold;
}

.btn_search img{
    max-height: 12px;
}

#search_text{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid black;
    height: 34px;
    width: 100px;
    padding: 2px 5px;
    vertical-align:top;
}

.text-center{
    text-align: center;
}

.btn_banner{
    display: block;
    width:calc(98% - 6px);
    margin: auto;
    color: #000000;
    font-size: 18px;
    background: #FCFA9C;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    border: 1px solid black;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-transform: uppercase;
    margin-top: 3px;
    height: 20px;
    white-space: nowrap;
}

/*.btn_banner a{
    z-index: 4;
}*/

marquee{
    z-index: 1;
}