a:active, a:focus, a:link, a:visited {
		font: 9pt Tahoma; color: black;
	}
	body {
		font: 10pt Tahoma;
		color: Navy;
	}
	form {
		background-color: #FFD700;
		padding: 20 10 2 5;
		border: thin solid;
	}
	div#banner {
		background: #FF8C00;
	}
	div#body {
		text-align: left;
		margin: 5 2 5 2;
	}

	.formfeld {
		position: relative;
		left: 150px;
		font-family: Tahoma;
		font-size: 11px;
		width:250px;
		color: #990000;
		background-color: #ffffff;
		border-top: 1px solid #CC3300;
		border-right: 1px solid #990000;
		border-bottom: 1px solid #990000;
		border-left: 1px solid #CC3300;
	}
	#formtext {
		position: absolute;
		left: 50px;
		font-family: Tahoma;
		font-size: 11px;
		width:200px;
		padding: 2 10 2 5;
		text-align: left;
		min-height: 150px;
	}
	h2 {
		font-family: Tahoma;
		font-size: 12px;
	}
	.button {
		position: relative;
		left: 50px;
		font-family: Arial;
		font-size: 9pt;
		font-weight: normal;
		color: #FFFFFF;
		background-color: #993300;
		border-top-width: 2px;
		border-right-width: 2px;
		border-bottom-width: 2px;
		border-left-width: 2px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #CC3300;
		border-right-color: #660000;
		border-bottom-color: #660000;
		border-left-color: #CC3300;
	}
	div#text_big {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
		padding: 2 5 5 5;
		font-weight: bold;
	}
ul#Navigation {
		        	width: 10em;
		        	margin: 0; padding: 0.2em 0.8em 0.8em;
		        	border: 1px solid black;
		        	background-color: #ffffcc;
		        }
		        * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
		        	width: 11.6em;
		        	w\idth: 10em;
		        	padding-left: 0;
		        	padd\ing-left: 0.8em;
		        }
		        ul#Navigation li {
		        	list-style: none;
		        	margin: 0.4em; padding: 0;
		        }

		        ul#Navigation a, ul#Navigation span, ul#Navigation h2 {
		        	display:block;
		        	padding: 0.2em;
		        	text-decoration: none; font-weight: bold;
		        	border: 1px solid maroon;
		        	border-left-color: white; border-top-color: white;
		        	color: maroon; background-color: #ffff99;
		        }
		        * html ul#Navigation a, ul#Navigation span, ul#Navigation h2 {
		        	width: 100%;    /* Breitenangabe fuer IE 5.x */
		        	w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
		        }
		        ul#Navigation a:hover, ul#Navigation span {
		        	border-color: white;
		        	border-left-color: black; border-top-color: black;
		        	color: white; background-color: #000099;
		        }
		        ul#Navigation h2 {
		        	font-size: 1em;
		        	margin: 1.1em 0 0;
		        	border-color: gray;
		        	color: #ffffff; background-color: #cc3300;
		        }
					.s { color: black; background-color: black; }
	.w { color: white; background-color: white; }
