.Head{
	font-family: Tahoma,Arial,Helvetica;
	font-size: 8px;
	font-weight:bold;
	color: white;
}

.Content
{
    padding: 0px 13px 0px 13px;
    color: black;
    text-indent: 0px;
}
    
.container_ol {
	background-image: url('Images/gew_ol.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 13px;
	height: 13px;
}
    
.container_om {
	background-image: url('Images/gew_om.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 13px;
}
.container_or {
	background-image: url('Images/gew_or.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 13px;
	height: 13px;
}
.container_ml {
	background-image: url('Images/gew_ml.gif');
	background-repeat: repeat-y;
	background-position: right;
	width: 13px;
}
.container_mm {
	background-image: url('Images/gew_mm.gif');
	background-repeat: repeat;
}
.container_mr {
	background-image: url('Images/gew_mr.gif');
	background-repeat: repeat-y;
	width: 13px;
}

.container_ul {
	background-image: url('Images/gew_ul.gif');
	background-repeat: no-repeat;
	background-position: right top;
	width: 13px;
	height: 13px;
}
.container_um {
	background-image: url('Images/gew_um.gif');
	background-repeat: repeat-x;
	background-position: top;
	height: 13px;
	text-align:right;
}
.container_ur {
	background-image: url('Images/gew_ur.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 13px;
	height: 13px;
}


