	BODY {
	     margin: 0px 5px 0px 5px;
	     color:#000000;
	     font-family: Arial, Helvetica, sans-serif;
	     font-size:10pt;
	     background-color : F4f4f4;
	}

	TABLE {
		font-family: Arial, Helvetica, sans-serif;
     	font-size:10pt;
	}

	Table.border_unten {
     	font-family: Arial, Helvetica, sans-serif;
	     font-size:10pt;
	     border-left : 1px solid Black;
	     border-right : 1px solid Black;
	     border-bottom: 1px solid Black;
	}

	Table.border_oben {
     	font-family: Arial, Helvetica, sans-serif;
	     font-size:10pt;
	     border-left : 1px solid Black;
	     border-right : 1px solid Black;
	     border-top: 1px solid Black;
	}

	TD {
		vertical-align : middle;
	}

	IMG {
		border : none;
	}

	A  {
		color: #000000;
		text-decoration : none;
	}

	A:hover {
		color: #000000;
		text-decoration : underline;
	}

	A:active {
		color: #000000;
		text-decoration : underline;
	}


	A.red {
		color: #990000;
		text-decoration : underline;
	}

	A.red:visited {
		color: #990000;
	}

	A.red:hover {
		color: #990000;
	}

	A.red:active {
		color: #990000;
	}

	A.underline {
		text-decoration : underline;
	}

	.headline {
    	 	font-size: 14pt;
	     font-weight: bold;
	     text-align : center;
	}


	.headlineleft {
     	font-size: 16pt;
	     font-weight: bold;
	     text-align : left;
	}

	.headline_table {
		color : White;
	}

	.smallheadline {
     	font-size:12pt;
	     font-weight:bold;
	}

	.smallerheadline {
     	font-size:11pt;
	     font-weight:bold;
	}

	.smallfont {
		font-size:8pt;
	}

	.bigfont {
		font-size:12pt;
	}

	.immeroben {
		vertical-align: top;
	}

	.important {
		font-weight:bold;
		color:#990000;
	}

	UL {
		line-height : 18px;
	}

     .highlight {
     	background-color: #ffc;
     }

  	.hellgrau1 {
  		background-color:#E4E4E4;
     }

     .hellgrau2 {
  		background-color:#D2D2D2;
     }

  	tr.highlight td.hellgrau1 {
  		background-color: #ffc;
  	}

  	tr.highlight td.hellgrau2 {
  		background-color: #ffc;
  	}