	<!--
	body, html {
		font-size : 10pt;
		color : black;
		font-family : Arial;
		margin: 0;
		padding: 0;
	}
	
	acronym, acronym a {
		font-size:8pt;
		text-decoration:none;
		cursor:help;
		border-bottom:1px dotted maroon;
	}

	table.eldoc {
		width:650px;
	}
	
	table.eldoc td, table.eldoc th, div.elDocinfo {
		color:#C2041D;
		font-weight:normal;
		background-color:#EAEAEA;
		border:1px solid lightgray;
		
		padding:5px;
	}
	
	table.eldoc th {
		font-weight:bold;
		padding:0px;
	}
	
	input.eldoc {
		border:1px solid #C2041D;
		width:250px;
	}
	
	textarea.eldoc {
		border:1px solid #C2041D;
		width:615px;
		height:100px;
	}
	
	textarea.eldocEmpfaengerPhys {
		position:absolute;
		border:1px solid #C2041D;
		height:120px;
		width:247px;
		margin:0px;
	}
	
	div.eldocEmpfaengerPhys {
		visibility:hidden;
	}

	table.backgroundColored {
		background-color: #BBBBBA;
	}

	table.borderColored {
		border-color: #BBBBBA;
		border-style: solid;
		border:2px;
	}

	th.backgroundColored {
		background-color: #BBBBBA;
		color: #000000;
	}

	td.textColored {
		vertical-align : top;
		color: #F4F4F4;
	}

	a {
	font-size : 10pt;
	color : #000000;
	font-family : Arial,Helvetica;
	}
	a.form	{
		color: #F4F4F4;
	}
	a.navhighlight {
	font-size : 10pt;
	color : #000000;
	font-weight : bold;
	}
	td {
	font-size : 10pt;
	color : #000000;
	line-height : 140%;
	vertical-align : top;
	font-family : Arial,Helvetica;
	}
	th {
	font-size : 10pt;
	color : #000000;
	line-height : 140%;
	vertical-align : top;
	font-family : Arial,Helvetica;
	}
	
	/*		----------------		Kalender		-----------------		*/
	/* calendar icon */
	img.tcalIcon {
		cursor: pointer;
		margin-left: 1px;
		vertical-align: top;
	}
	/* calendar container element */
	div#tcal {
		position: absolute;
		visibility: hidden;
		z-index: 100;
		width: 158px;
		padding: 2px 0 0 0;
	}
	/* all tables in calendar */
	div#tcal table {
		border: 1px solid #ccc;
		background-color: white;
	}
	/* navigation table */
	div#tcal table.ctrl {
		border-bottom: 0;
	}
	/* navigation buttons */
	div#tcal table.ctrl td {
		width: 15px;
		height: 20px;
		vertical-align: middle;
	}
	/* month year header */
	div#tcal table.ctrl th {
		background-color: white;
		color: black;
		border: 0;
		font-size: 1.1em;
	}
	/* week days header */
	div#tcal th {
		border: 1px solid #ccc;
		padding: 3px 0;
		background-color: gray;
		color: white;
	}

	/* date cells */
	div#tcal td {
		border: 0;
		text-align: center;
		padding: 2px 0;
		font-size: 11px;
		width: 22px;
		cursor: pointer;
	}
	/* date highlight
	   in case of conflicting settings order here determines the priority from least to most important */
	div#tcal td.othermonth {
		color: silver;
	}
	div#tcal td.weekend {
		background-color: #ACD6F5;
	}
	div#tcal td.today {
		border: 1px solid red;
	}
	div#tcal td.selected {
		background-color: #FFB3BE;
	}
	/* iframe element used to suppress windowed controls in IE5/6 */
	iframe#tcalIF {
		position: absolute;
		visibility: hidden;
		z-index: 98;
		border: 0;
	}
	/* transparent shadow */
	div#tcalShade {
		position: absolute;
		visibility: hidden;
		z-index: 99;
	}
	div#tcalShade table td {
		padding: 0;
	}	
	

	//-->
