	#oben {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 780px;
		height: 100px;
		background-color: #000000;
		background-image:  url(img/oben_poplc_bg.gif);
		background-repeat: repeat-x;
		}

	#rechts #rechtsoben {
		background-color: #0195e0;
		padding: 10px 40px 10px 10px;
		}
		
	#mitte ul {
		margin: 0 0 18px 0;
		padding: 0;
		}
		
		#mitte ul li {
			list-style: none;
			margin: 0 0 9px 0;
			padding: 0 0 0 10px;
			background-image:  url(img/navigation.gif);
			background-repeat: no-repeat;
			}
      
      #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;
		}	