/** Layout der Grafiken ***************************************************/

.image {
	width: 400px;
	height: 200px;
	border: 1px solid gray;
	padding: 3px;
	position: relative;
}

.image .barblue {
	background-color: blue;
	border-right: 1px solid yellow;
	width: 20px;
}

.image .statement {
	font-size: 10px;
	font-family: Verdana, sans-serif;	
 }
