		div.imageSub { position: relative; }
		div.imageSub img { margin:0; }
		div.imageSub div {
	        position: relative;
	        left: 0;
	        right: 0;
	        bottom: 0;
	        padding: 4px;
	        z-index:1;
		}
      
		div.imageSub div.label {
			position: absolute;
			bottom: 2px;
			left: 3px;
	        color: white;
	        z-index: 2;
	        width: 175px;
			background-color: #fff;
			filter:alpha(opacity=80); /* IE */
			-moz-opacity: 0.80; /* Mozilla */
			opacity: 0.80; /* Opera */			
			display: none;	       
		}

		div.imageSub div.label a {
			padding: 5px 8px 5px 0px;
			margin-bottom: 1px;
			font-size: 12px;
		}
		
		div.imageSub div.label a img {
			margin:0;
		}
		
		img.navimg {
			padding: 0;
			margin: 0;
		}
		
		.home-imagecontainer {
			margin-top: 0;
		}
		
		#home1 div.home-txtcontainer {
			float: left;
			width: 385px;
			padding: 0;
			margin-top: 0;
		}
		
		#home1 div.imageSub {
			margin: 0; 
			padding: 0; 
			float: right; 
			border: 0px solid red;
			width: 231px;
			height: 156px;
		}
			
		#home1 div {
			clear: none;
		}	
		
		#home1 div.imageSub img.imgHover {
			background-color:#993300;
			background-image:url(../img/vverlauf_157.gif);
			background-repeat:repeat-x;
			-moz-border-radius:3px;
			-khtml-border-radius:3px;
			border:0px;
			padding:3px;
		}
		
		#home1 div.imageSub img {	
			margin:0;
		}