	/* global settings */
	body {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size:8pt;
		background-color:rgb(255,255,255);
		font-weight : bold;
		margin: 0px;
		padding: 0px;
	}
	td { font-family: verdana, arial, helvetica, sans-serif; font-size:8pt; }
	th { font-family: verdana, arial, helvetica, sans-serif; font-size:8pt; font-weight:bold;}
	a { font-family: verdana, arial, helvetica, sans-serif; font-size:8pt; color:#bf4000; text-decoration:none; }
	a.klein { font-family: verdana, arial, helvetica, sans-serif; font-size:6pt; color:rgb(0,0,89); text-decoration:none; }
	a:hover { color:#FF7B33; }
	.klein { font-family: verdana, arial, helvetica, sans-serif; font-size:6pt; background-color:rgb(255,255,255); }
	.norm { font-family: verdana, arial, helvetica, sans-serif; font-size:8pt; background-color:rgb(255,255,255); }
	.mittel { font-family: verdana, arial, helvetica, sans-serif; font-size:9pt; background-color:rgb(255,255,255); }
	.mittel_del {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size:9pt;
		background-color:rgb(255,52,0);
/*		color : White; */
	}
	.fett {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size:9pt;
		background-color: rgb(255,52,0);
		font-weight : bold;
	}

	/* navigation */
	/*.submenu { position: absolute; top: 30; z-index: 0; visibility: hide; visibility: hidden; }
	a.subnavi { font-family: verdana, arial, helvetica, sans-serif; font-size:8pt; color:rgb(0,0,89); text-decoration:none; }
	a.subnavi:hover { color:rgb(243,177,2); }
	a.title { font-family: verdana, arial, helvetica, sans-serif; font-size:8pt; font-weight:bold; color:rgb(0,0,89); text-decoration:none; }
	a.title:hover { color:rgb(153,153,153); }
	a.underline { font-family: verdana, arial, helvetica, sans-serif; color:rgb(0,0,89); text-decoration:underline; }
	a.underline:hover { color:rgb(153,153,153); }
	a.active { font-family: verdana, arial, helvetica, sans-serif; color:Red; text-decoration:none; }
	a.active:hover { color:rgb(243,177,2); }

	*/

	/* txt */
	.title { font-family: verdana, arial, helvetica, sans-serif; font-size:12pt; font-weight:bold;}
	.subtitle { font-family: verdana, arial, helvetica, sans-serif; font-size:10pt; font-weight:bold; }
	.titlewhite { font-family: verdana, arial, helvetica, sans-serif; font-size:11pt; font-weight:bold; color:rgb(255,255,255)  }
	.grey { font-family: verdana, arial, helvetica, sans-serif; font-size:10pt; color:rgb(153,153,153)  }

	/* formobjects */
	.formobject {font-family: verdana, arial, helvetica, sans-serif; font-size:10pt; }

	/* backgrounds */
	.bgblue { background-color:rgb(0,0,89)}
	.bgyellow { background-color:rgb(243,177,2)}
	.bgwhite { background-color:rgb(255,255,255)}
	.bggrey  { background-color:rgb(244,244,244)}
	.bgalert { background-color:rgb(204,0,0)}

	/* formbot */
	.fbtitle { font-family: verdana, arial, helvetica, sans-serif; font-size:10pt; font-weight:bold; }
	.medium { font-family: verdana, arial, helvetica, sans-serif; font-size:9pt; }
	.small { font-family: verdana, arial, helvetica, sans-serif; font-size:8pt; color:green }
	.fbtitlewhite { font-family: verdana, arial, helvetica, sans-serif; font-size:10pt; font-weight:bold; color:rgb(255,255,255)  }
	.fbsmallwhite { font-family: verdana, arial, helvetica, sans-serif; font-size:8pt; color:rgb(255,255,255)  }

	.largebold { font-family: verdana, arial, helvetica, sans-serif; font-size:12pt; font-weight:bold; }
	.mediumbold { font-family: verdana, arial, helvetica, sans-serif; font-size:9pt; font-weight:bold}


	.mediumoption { font-family: verdana, arial, helvetica, sans-serif; font-size:9pt; color:rgb(153,153,153)}
	.smalloption { font-family: verdana, arial, helvetica, sans-serif; font-size:8pt; color:rgb(153,153,153)}

	.formlarge { font-family: arial, helvetica, sans-serif; font-size:9pt}
	.formsmall { font-family: arial, helvetica, sans-serif; font-size:8pt; }

	.bggreen03 { background-color:rgb(244,244,244)}
	.bggreen04 { background-color:rgb(224,224,224)}	/* green grey */
	.bggrey02 { background-color:rgb(204,204,204)}	/* middle grey */
	.bggrey03 { background-color:rgb(244,244,244)}	/* light grey */
	.bgwhite { background-color:rgb(255,255,255)}	/* white */
	.bgred { background-color:rgb(224,34,34)}	/* red */

	.infosmall { font-family: arial, helvetica, sans-serif; font-size:8pt; }

