div.infobox, div.infobox span, div.infobox div{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 9px;
	line-height: 10px;
    vertical-align: bottom;
    background: transparent;
    text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.infobox {
	background: url(../images/back_box_main.png) repeat-y;
	width: 139px;
	margin-top: 4px;
}

div.infobox_gruen {
	background: url(../images/back_box_main_green.png) repeat-y;
	color:white;
}

div.infobox .infobox_wrap {
	margin: -6px 0 0 0 ;
	padding: 0px 12px 10px 4px;	
	min-height: 61px;
	height: auto ! important;
	height: 61px;
	background: url(../images/back_box_bottom.png) no-repeat left bottom;
}

div.infobox_gruen .infobox_wrap {
	background: url(../images/back_box_bottom_green.png) no-repeat left bottom;
}


div.infobox .infobox_rundung {
	height: 15px;
	background: url(../images/back_box_header.png) no-repeat;
}

div.infobox_gruen .infobox_rundung {
	height: 15px;
	background: url(../images/back_box_header_green.png) no-repeat;
}


div.infobox h2 {
	font-size: 9px;
	font-weight: bold;
	margin-bottom:3px;
}
div.infobox_gruen h2 {
	color: white;
	font-weight: bold;
	margin-bottom:3px;
}

div.infobox .infobox_box {
	width: 10px;
	height: 10px;
	float:left;
	font-size: 7px;
	background: url(../images/back_box.png) no-repeat left bottom;
}

div.infobox_gruen .infobox_box {
	background: url(../images/back_box_green.png) no-repeat left bottom;
}

.infobox_wrap .infobox_image { padding: 3px 0; }




