 #vertgraph {
        margin: 0px 0px 21px 0px;
        border: 20px solid #93C7E3;
        /*width: 850px;
        height: 557px;*/
		width: 925px;
        height: 300px;
        position: relative;
        top: 20px;
        background: #f3f3f3 no-repeat;
    }
    #vertgraph ul {
       width: 850px;
        height: 290px;
        margin-left: 0px;
        padding: 0;
        position: absolute;
        top:0;
    }
    #vertgraph p {
    	position: absolute;
    	bottom:5px;
    	right: 10px;
    }
    #vertgraph ul li {
        position: absolute;
        width: 120px;
        height: 160px;
        bottom: 34px;
        padding: 5px !important;
        margin: 0 !important;
        text-align: center;
        font-weight: bold;
        color: #000;
        list-style: none;
        line-height: 1.5em;
        font-family: Tahoma;
    }
    ul li p.stimmen {
    	margin: 5px;
    	font-size: 75%;
    	color: #505050;
    	position: relative;
    	top: -30px;
    }
    ul li h2 {
    	font-size: 90%;
    	line-height: 120%;
    	letter-spacing: 0.01em;
    	margin: 0;
    	position: relative;
    	top:0px;
    	color: #000;
    }
    #vertgraph h1 {padding: 20px;}
    #vertgraph li.m1 { left: 24px; background: #339913; border: 1px solid #297d0f;}
    #vertgraph li.m2 { left: 160px; background: #FC5A54;border: 1px solid #77bc64; }
    #vertgraph li.m3 { left: 295px; background: #D6EB3B;border: 1px solid #b6c834; }
    #vertgraph li.m4 { left: 430px; background: #F1A83A;border: 1px solid #ce8f32; }
    #vertgraph li.m5 { left: 565px; background: #5064B9;border: 1px solid #3f4f6e; }
    #vertgraph li.m6 { left: 700px; background: #59bb87;border: 1px solid #48996f; }
