	body {
		margin: 5px;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #FFFFCC;
	}

	div.inhalt {
		min-height: 350px;
	}

	div.etikett {
		float:left;
		width: 11em;
		font-weight:bold;
		margin-bottom:1em;
	}

	fieldset {
		margin-bottom: 0.65em;
	}

	textarea:focus, input:focus {
		border:1px solid #6699FF;
	}

	input[type=submit], input[type=reset] {
		background-color: #E0EFFF;
	}

	legend {
		font-weight:bold;
		color:#FFFFFF;
		background-color:#0B2A51;
		padding:0.25em;
		margin-bottom:0.35em;
	}

	.error, .fehler {
		color:red;
		font-weight:bold;
		margin-top:1em;
	}

	#warten {
		position:absolute;
		left:50%;
		top:50%;
		width:15em;
		height:6em;
		margin-top:-3em;
		margin-left:-15.1em;
		border:solid 2px blue;
		text-align:center;
		padding:1em;
		font-weight:bold;
		font-size:large;
		background-color: #f0f0f0;
		visibility:hidden;
	}

	abbr, acronym {
		cursor: help;
	}

	form {
		background-color: #f0f0f0;
		padding: 0.5em;
	}

	.notes {
		color:red;
		font-weight:bold;
	}

	div.kontakt {
		width: 15em;
		float: left;
		font-weight: bold;
	}

	div.bereich {
		float: left;
		width: 70%;
		margin-bottom: 0.8em;
	}

	div.kennwort {
		display: none;
	}

	br.clear {
		clear: both;
	}

	input:hover[type=submit], input:hover[type=reset] {
		background-color: #b0b0b0;
	}

	.trenner {
		margin-top:1.7em;
		border-style: none;
		height:2px;
		background-color:#999999;
	}

	.noborder {
		border: 0px;
	}
	
	#fd_empfaenger {
		width:auto;
		float:left;
		margin-right:1.5em;
	}
	
	.lrand {
		 width:15em;
		 float:left;
	}
	
	#bt_senden {
		float:left;
	}
	
	.abstand {
		width:10em;
		float:left;
	}
	
	#bereich2 {
		width:35%;
		float:left;
		margin-top:0.4em;
	}
	
	#fd_nachricht {
		 margin-right:1.5em;
		 width:auto;
		 float:left;
	}
	
	#fd_telefon {
		float:left;
		width:auto;
		margin-right:0.8em;
	}
	
	.smallfont {
		font-size: small;
	}
	
	#fd_empfaenger {
		width: auto;
		float:left;
		margin-right: 1.5em;
	}
	
	.leftspace {
		margin-left: 3.5em;
	}
	