/** {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}*/



body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    background-color: #f0f0f0;
    width: 100%;
    /*min-width:1284px;*/
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background-image: url(../images/bg/bg3.jpg);
    background-image: -moz-linear-gradient(#81a8cb, #cde6f9); /* Firefox */
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cde6f9),color-stop(1, #81a8cb));
    overflow-x: hidden;
    overflow-y: hidden;
    background-position: center;
    background-attachment: fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    /*padding-top: 50px;*/
    -ms-scrollbar-face-color: #ccc;
    scrollbar-face-color: #ccc;
    -ms-scrollbar-shadow-color: #bbb;
    scrollbar-shadow-color: #bbb;
    -ms-scrollbar-highlight-color: #777777;
    scrollbar-highlight-color: #777777;
    -ms-scrollbar-3dlight-color: #eee;
    scrollbar-3dlight-color: #eee;
    -ms-scrollbar-darkshadow-color: #990000;
    scrollbar-darkshadow-color: #990000;
    -ms-scrollbar-track-color: #aaa;
    scrollbar-track-color: #aaa;
    -ms-scrollbar-arrow-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;

	
}



tr:hover{
    background-color:#e0e0e0;
    color:#000;
}

a
{
    text-decoration: none;
}

    a:hover
    {
        /*text-decoration: underline;*/
        text-decoration: none;
    }

img{
	border: 0 none;
	margin:0;
	padding:0;
}

select {
    /*margin-top: -10px;
    font-size: 16px;
    font-weight: 400;
    width: 378px;
    height: 24px;
    border: 1px solid #bbb;
    background-color: #fff;
    padding-left: 5px;
    -moz-box-shadow: inset 0 2em 3em -2em #ddd;
    -webkit-box-shadow: inset 0 2em 3em -2em #ddd;
    box-shadow: inset 0 2em 3em -2em #ddd;*/
    margin-top: -10px;
    border: none;
    width: 100%;
    height: 24px;
    padding-left: 5px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    background: #eee;
}
    select option {
        color: #666;
    }
    select:focus::-ms-value {
        background-color: #fff;
    }
    /*select::-ms-expand {
        display: none;
    }*/

.bigrahmenLoad {
    display: none;
    z-index: 99999;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    opacity: 0.3;
}
.bigrahmenLoadHigh {
    display: none;
    z-index: 199999;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    opacity: 0.3;
}
.bigrahmenLoadUebersicht {
    display: none;
    z-index: 99999;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    opacity: 0.3;
}


.bigrahmenLoadPicObjektData
{    
    display: none;
    z-index: 99997;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    height: 100%;
    /*overflow: hidden;*/
    background-color: transparent;    
    opacity: 1;
}
.bigrahmenLoadPicObjektData_bg
{    
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}
.bigrahmenLoadPicObjektDataRotate
{
    opacity:1;
}
.bigrahmenLoadPicObjektDataRotate:hover
{
    opacity:0.7;
}

.bigrahmenLoadPic
{    
    display: none;
    z-index: 99998;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    height: 100%;
    overflow: hidden;
    background-color: transparent;    
    opacity: 1;
}
.bigrahmenLoadPic_bg
{    
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}
.bigrahmenLoadPicRotate
{
    opacity:1;
}
.bigrahmenLoadPicRotate:hover
{
    opacity:0.7;
}
.bigrahmenLoadPicXIcon
{
    opacity:1;
}
.bigrahmenLoadPicXIcon:hover
{
    opacity:0.7;
}
.clearFloat
{
    clear: both;
}

.sborder
{
    border: 1px solid #c0c0c0;
}

.shadowborder
{
    -moz-box-shadow: 0 0 8px 5px #333;
    -webkit-box-shadow: 0 0 8px 5px #333;
    box-shadow: 0 0 8px 5px #333;
}
.shadowborderBlack
{
    -moz-box-shadow: 0 0 8px 5px #000;
    -webkit-box-shadow: 0 0 8px 5px #000;
    box-shadow: 0 0 8px 5px #000;
}

.shadowborder3
{
    -moz-box-shadow: 0 0 8px 3px #666;
    -webkit-box-shadow: 0 0 8px 3px #666;
    box-shadow: 0 0 8px 3px #666;
}

.fa-layers-counter {
    box-shadow: 0px 0px 3px #000;
    -moz-box-shadow: 0 0 3px #333;
    -webkit-box-shadow: 0 0 3px #000;
    position: relative;
    top: -8px;
    margin-left: -12px;
    color: #fff;
    padding: 2px;
    font-size: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f00;
}
.customer-fa-layers-counter {
    box-shadow: 0px 0px 3px #000;
    -moz-box-shadow: 0 0 3px #333;
    -webkit-box-shadow: 0 0 3px #000;
    position: relative;
    top: -8px;
    margin-left: -18px;
    color: #fff;
    padding: 2px;
    font-size: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f00;
}

