#kopfleiste {
	z-index: 2;
	position: relative;
	width: inherit;
	max-width: 360px;
	height: 60px;
	margin: 0;
	left: 355px;
	top: 30px;
	overflow: hidden;
	border-radius: 8px;
	border-left: 3px;
	border-left-style: solid;
	border-left-color: rgba(139,0,28,0.8);
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(139,0,28,0.8);
}
#kopfleiste img#top:hover { opacity:0 }
#kopfleiste img { position: absolute; 
    top: 0; left: 0; opacity: 1;    
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
    transition: opacity 1s;
}
#inhaltleer {
	z-index: 6;
	Position: absolute;
	display: inline-block;
	vertical-align: top;
	left: 300px;
	top:110px;
	padding: 0px;
	width: 520px;
	height: 480px;
	border-radius: 3px;
	border-left: 3px;
	border-left-style: solid;
	border-left-color: rgb(216,216,216);
	border-top: 3px;
	border-top-style: solid;
	border-top-color: rgb(216,216,216);
	background: rgba(237,234,234,0.9);
}
	#farbleisteflex {
		z-index: 1;
		position: relative;
		width: inherit;
		max-width: 1280px;
		height: 4px;
		left: 0px;
		top:120px;
		background-image: url("bilder/Verlauf320x10px.png");
		background-repeat: repeat;
	}
	#textleisteflex {
		z-index: 1;
		position: relative;
		width: inherit;
		max-width: 1280px;
		height:20px;
		left: 0px;
		top:418px;
		background-image: url("bilder/Schriftbalken.gif");
		background-repeat: repeat;
	}
	#textleisteflex6px {
		z-index: 1;		
		position: relative;
		width: inherit;
		max-width: 1280px;
		height:7px;
		left: 0px;
		top: 431px;
		background-image: url("bilder/Schriftbalken8px.jpg");
		background-repeat: repeat;
		-moz-box-shadow: 1px 1px 2px 1px #333333 inset;		
		-webkit-box-shadow: 1px 1px 2px 1px #333333 inset;		
		box-shadow: 1px 1px 2px 1px #333333 inset;
	}
	#textleisteflex4px {
		z-index: 1;
		position: relative;
		width: inherit;
		max-width: 1280px;
		height:5px;
		left: 0px;
		top: 446px;
		background-image: url("bilder/Schriftbalken6px.jpg");
		background-repeat: repeat;
		-moz-box-shadow: 1px 1px 2px 1px #333333 inset;		
		-webkit-box-shadow: 1px 1px 2px 1px #333333 inset;
		box-shadow: 1px 1px 2px 1px #333333 inset;	
	}
	#strebeflex {
		z-index: 4;		
		position: absolute;
		display: inline-block;
		width: 7px;
		height:520px;
		left: 160px;
		top:90px;
		border-radius: 3px;
		opacity: 0.8;
		background-color: #999999;
	}
	#menuflex{
		z-index: 5;		
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 200px;
		height: auto;
		left: 25px;
		top:100px;
		padding: 10px 0px 10px 10px;
		border-radius: 3px;
		border-left: 3px;
		border-left-style: solid;
		border-left-color: rgba(216,216,216,0.8);
		border-top: 3px;
		border-top-style: solid;
		border-top-color: rgba(216,216,216,0.8);
		background: rgba(237,234,234,0.85);
	}
	
	#strebe2flex {
		z-index: 4;		
		position: absolute;
		display: inline-block;
		width: 7px;
		height: 520px;
		left: 1060px;
		top:80px;
		border-radius: 3px;
		opacity: 0.8;
		background-color: #999999;
	}
	#inhaltflex {
		z-index: 5;
		Position: absolute;
		display: inline-block;
		vertical-align: top;
		width: auto;
		height: auto;
		left: 900px;
		top:160px;
		padding: 15px;
		border-radius: 3px;
		border-left: 3px;
		border-left-style: solid;
		border-left-color: rgba(216,216,216,0.8);
		border-top: 3px;
		border-top-style: solid;
		border-top-color: rgba(216,216,216,0.8);
		background: rgba(237,234,234,0.8);
	}
	#inhaltflex img{
		border-radius: 3px;
	}