/* DATEI: mbbm.css */

/* The following is an MS recomendation and only recognized (at this time) by IE6 (who's the guy with the horizonal scrollbar problems */
HTML { overflow-x : hidden }

BODY,DIV,TD,TH,P,UL,OL,LI,NOBR,TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-weight : normal;
	background-color : White;
	font-size : small;
	line-height : normal;
}
.TITLE1 {
	font-size : medium;
	font-weight : bold;
	padding-top : 0px;
	padding-bottom : 1%;
}
.TITLE {
	font-size : medium;
	font-weight : bold;
	padding-top : 5%;
	padding-bottom : 1%;
}
.SUBTITLE {
	font-weight : bold;
	padding-top : 5%;
	padding-bottom : 1%;
}
.SUBTITLE2 {
	font-weight : bold;
	padding-top : 15pt;
	padding-bottom : 5pt;
}
.SUBSCRIPT {
	font-size : 75%;
	vertical-align : sub;
}
.UL {
	text-decoration : underline;
}
.ABSZHDR {
	font-size : small;
}
.ABSATZ {
	border-left : groove;
	border-width : thin;
	border-color : #E7F0FF;
	padding-left : 5px;
	font-size : small;
}
A:link		{ text-decoration: none; }
A:visited	{ text-decoration: none; }
A:active	{ text-decoration: none; }
