
	#oben {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 780px;
		height: 100px;
		background-color: #000000;
		background-image:  url(img/oben_kontakt_bg.gif);
		background-repeat: repeat-x;
		}

	#rechts #rechtsoben {
		background-color: #e0261c;
		padding: 10px 40px 10px 10px;
		}
		
	#mitte form {
		margin: 0;
		padding: 0;
		}	
		
	#mitte form table tr td input {
		width: 200px;
		height: 16px;
		font-size: 11px;
		border: 1px solid #333333;
		background-color: #eeeeee;
		}
		
		#mitte form table tr td input#reset {
			height: 24px;
			background-color: #cccccc;
			margin: 0 0 1px 0
			}
			
		#mitte form table tr td input#submit {
			height: 24px;
			background-color: #cccccc;
			font-weight: bold;
			}
			
	#mitte form table tr td select {
		width: 200px;
		height: 16px;
		font-size: 11px;
		border: 1px solid #333333;
		background-color: #eeeeee;
		}
		
	#mitte form table tr td textarea {
		width: 200px;
		font-size: 11px;
		border: 1px solid #333333;
		background-color: #eeeeee;
		}	