a{ color:#7a7c7d; font-weight: normal; font-style: normal; text-decoration: none; }
a:hover{ color: #d93f33; font-weight: normal; font-style: normal; text-decoration: none; }
/*a:link{ color:#7a7c7d; font-weight: normal; font-style: normal; text-decoration: none; }
 a:visited{ color:#7a7c7d; font-weight: normal; font-style: normal; text-decoration: none; }

 a:active{ color:#d93f33; font-weight: normal; font-style: normal; text-decoration: none; }*/ 
.navi { color: #7a7c7d; font-size: 12px; font-family: Helvetica; text-decoration: none; }
.navi_aktiv { color: #d93f33; }
.ueberschriften { color: #d93f33; font-size: 20px; font-family: Helvetica; }
.text { color: #7a7c7d; font-size: 13px; font-family: Helvetica; }
.kleint { color: #7a7c7d; font-size: 10px; font-family: Helvetica; }
.kueberschrift { color: #d93f33; font-size: 18px; font-family: Helvetica; }
.detail { background-image: url(images/detail.jpg); background-position: 610px 43px; position: absolute; top: 675px; left: 80px; }
.scrollen { width: 765px; height: 300px; overflow: auto; padding: 10px; position: relative;  }
.scrollenB { padding: 10px; position: relative; width: 765px; height: 250px; overflow: auto; }






/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn. 
   hold div height accommodates scrollbar in this example    
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:800px; height:250px; z-index:100
	}
div#wn	{ 
	position:absolute; 
	left:0; top:0; 
	width:799px; height:250px; 
	clip:rect(0 799px 200px 0); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ position:absolute; left:0; top:0; height: 250px; z-index:1; }

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { width:500px; height:11px; font-size:1px; position: absolute; top: 215px; left: 125px; z-index:2
     }
div#track { background-image: url('bodenbelag/images/track.gif'); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; position:absolute; left:11px; top:0; width:480px; height:11px; z-index:1; }
div#dragBar { background-color: #ceced6; position:absolute; left:1px; top:1px; width:20px; height:9px; z-index:1; }  
div#left { position:absolute; left:0; top:0; z-index:2 }  
div#right { position:absolute; right:0; top:0; z-index:3 }
#pvcsub { background-color: #fff; position: absolute; top: 305px; left: 335px; width: 150px; height: 75px; z-index: 101; visibility: hidden; padding-top: 5px; padding-left: 5px; }
.subnavi { line-height: 20px; list-style-type: none; }
