/* kopfzeile */

	#kopfzeile {
		background: #336666 ;
		position: relative;
		height:124px;
		-moz-border-radius:4px;
		
	} #ignored {}
	
	
	
	
	
	
	#kopfzeile h1 {
		position: absolute;
		top: 56px;
		left: 140px;
		border-bottom: 0px;
		margin: 0;
		font-size: 90%;
		color: #fefefe;
		font-weight: normal;
		z-index: 100; /* above the UL */
	}
	
	#kopfzeile h2 {
	position: absolute;
	top: 82px;
	left: 140px;
	line-height:0.8em;
	border-bottom: 0px;
	margin: 0;
	font-size: 190%;
	color: #fefefe;
	z-index: 100; /* above the UL */
	
	
		
	}
	
	#kopfzeile p {
	position: absolute;
	top: 64px;
	left: 140px;
	margin: 0;
	font-size: 110%;
	color: #fefefe;
	font-weight: bold;
	z-index: 100;
	font-style: italic;
	}
	
	#kopfzeile h1 a {
		
		text-decoration: none;
		color: #fefefe;
		font-weight: normal;
		
	}
	
	
	#kopfzeile h2 a {
		
		text-decoration: none;
		border-bottom: 0px ;
		color: #fefefe;
		margin: 0 0 0 0;
		font-weight: normal;

		
		
		
	}
	
	#kopfzeile p a{
		display: block;
		text-decoration: none;
		color: #fefefe;
	}
	
	#kopfzeile h4 {
		
		position: absolute;
		top: 0;
		right: 0;
		margin: 0 0 0 0;
    	font-weight: normal;
		font-size: 90%;
		color: #fefefe;
		
		z-index: 100; /* above the UL */
				}
	
	
	#kopfzeile h4 a{
		
	 color: #fefefe;

			font-weight: normal;
		text-decoration: none;
		
		
	}
		
	#kopfzeile ul {
		
		width: auto;
		position: absolute;
		bottom: 0px;
		right: 0px;
		margin: 0;
		
		list-style: none;
		
		z-index: 90; /* below the H1 */
	}
	
	#kopfzeile ol li {
	position: absolute;
	top: 5px;
	left: 10px;
		
		list-style: none;
		
		z-index: 110; /* below the H1 */
		

	margin: 0;
	
	}
	
		#kopfzeile ul li {
		
		list-style: none;
		
		z-index: 90; /* below the H1 */
		

	margin: 0;
	
	}	
		
		
	#kopfzeile ol {
		
		
		position: absolute;
		top: 10px;
		left: 0px ;
		margin: 0;
		
		
		z-index: 100; /* below the H1 */
		list-style: none;
	    
		}