/*general classes*/
    html {
		overflow-y: scroll;
	}
    .clear{
	     clear: both; 
	     height: 1px;
	}
	.floatLeft{
	    float: left;
	}
	.floatRight{
	    float: right;    
	}


/*special classes*/
    #divGenussbarometer {
        background-repeat:no-repeat;
        border:0px solid red;
        height:50px;
        margin-left:auto;
        margin-right:auto;
        margin-top: 5px;
        margin-bottom: 45px;
        width:130px;
    }
    #divGlobalFactor {
        background-image:url(/images/genussbarometer/box_genussfaktor.gif);
        background-repeat:no-repeat;
        float:right;
        height:21px;
        margin-top:35px;
        width:45px;
    }
    .divGenussfaktor {
        margin-top: 3px;    
    }