/* 
    Document   : Allgemein
    Created on : 18.12.2013, 14:45:50
    Author     : tfr
*/

html{
    font-family: 'Open Sans';
    font-size: 13px;
}

#loginbox{
    /*    position: absolute;*/
    /*    height: 200px;
        width: 200px;
        top: 50%;
        left: 50%;
        margin-top: -100px;  height / 2 
        margin-left: -100px;  width / 2 */
    margin-top: 200px;
    margin-left: auto; 
    margin-right: auto; 
    height: 200px;
    width: 200px;
}

#butlogin, #pwlogin, #userlogin{
    width:200px;
}

.div_OptionsGeneral{
    margin-top: 10px;
    margin-left: auto; 
    margin-right: auto;
    padding: 5px 5px 5px 5px; 
    border-style:solid; 
    border-width: 1px; 
    border-color:  #EAEAEA #F5F5F5 #F5F5F5 #F5F5F5;
    border-radius: 5px 5px 5px 5px; 
    box-shadow: 0 1px 1px;

}
.div_filterAuswahl{
    padding: 5px 5px 5px 5px; 
    overflow:hidden; 
    border-style:solid; 
    border-width: 1px; 
    border-color:  #EAEAEA #F5F5F5 #F5F5F5 #F5F5F5;
    border-radius: 5px 5px 5px 5px;
    visibility: hidden;
    display: none;


}

.removableDivBrennstoffart,.removableDivVersuchsmethode,.removableDivBrennstoffeigenschaften, .div_Verfeinern{

    padding: 5px 5px 5px 5px; 
    border-radius: 5px 5px 5px 5px;
    border-color: #EAEAEA #F5F5F5 #F5F5F5 #F5F5F5;

}

.overlay
{
    position: relative;
    overflow:auto;
    background-color: #000;
    background-attachment:fixed;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute; top: 0; left: 0;
    width: 100%; 
    min-height: 100%;
    /*height:100%;  IE */
    z-index: 10;
    visibility: hidden; 
    display:none;
    
}

.overlaydiv
{
    position: absolute;
    z-index: 11;
    height: 150px;
    width: 280px;
    top: 50%;
    left: 50%;
    margin-top: -75px; /* height / 2 */
    margin-left: -140px; /* width / 2 */
    background-color: #D3D3D3;
    text-align: center;

    border-right:2px solid #006BAF;
    border-left:2px solid #006BAF;
    border-top:2px solid #006BAF;
    border-bottom:2px solid #006BAF;
}

