@charset "UTF-8";
/* CSS Document */

#header {
width:740px;
float:right;
background-color:#779920;
}


#grafiken {
width:660px;
float:right;
margin-right:20px;
color:#FFFFFF;
margin-top:20px;
margin-bottom:20px;
}

#titel_grafik {
width:660px;
float:none;
}

#titel_grafik h1 {
font-size:17px;
}

#grafik_container {
float:left;
margin-left:60px;
}

#legende {
float:right;
width:160px;
margin-right:20px;
}

.grafik_einzeln {
float:left;
margin-right:23px;
}

.titel_einzeln {
text-align:center;
color:#FFFFFF;
font-size:17px;
margin-top:5px;
margin-bottom:20px;
}

.legende_icon {
float:left;
width:10px;
height:10px;
}

.legende_text {
float:right;
width:140px;
color:#FFFFFF;
}

.legende_einzeln {
float:none;
margin-bottom:10px !important;
}
