@charset "utf-8";
/* CSS Document */

	/** NAVIGATION HOVER CSS ELEMENTS **/
	
		div.content #nav .unternehmen {
			
			background:url(../images/1.jpg) no-repeat;
			height: 67px;
			
		}
		div.content #nav .unternehmen a{
			
			height: 67px;
			background:url(../images/1.jpg) no-repeat;		
			display:block;
		}
		div.content #nav .unternehmen a:hover{
			
			height: 67px;
			background:url(../images/1_hover.jpg) no-repeat;		
			
		}
			
		div.content #nav .leistungen {
			
			background:url(../images/2.jpg) no-repeat;
			height: 66px;
			
		}
		div.content #nav .leistungen a{
			
			height: 66px;
			background:url(../images/2.jpg) no-repeat;		
			display:block;
		}
		div.content #nav .leistungen a:hover{
			
			height: 66px;
			background:url(../images/2_hover.jpg) no-repeat;			
		}					
		div.content #nav .projekte {
			
			background:url(../images/3.jpg) no-repeat;
			height: 67px;
			
		}
		div.content #nav .projekte a{
			
			height: 67px;
			background:url(../images/3.jpg) no-repeat;		
			display:block;
		}
		div.content #nav .projekte a:hover{
			
			height: 67px;
			background:url(../images/3_hover.jpg) no-repeat;			
		}					
	
		div.content #nav .presse {
			
			background:url(../images/4.jpg) no-repeat;
			height: 66px;
			
		}
		div.content #nav .presse a{
			
			height: 66px;
			background:url(../images/4.jpg) no-repeat;		
			display:block;
		}
		div.content #nav .presse a:hover{
			
			height: 66px;
			background:url(../images/4_hover.jpg) no-repeat;		
			
		}
			
		div.content #nav .kontakt {
			
			background:url(../images/5.jpg) no-repeat;
			height: 67px;
			
		}
		div.content #nav .kontakt a{
			
			height: 67px;
			background:url(../images/5.jpg) no-repeat;		
			display:block;
		}
		div.content #nav .kontakt a:hover{
			
			height: 67px;
			background:url(../images/5_hover.jpg) no-repeat;			
		}					
		div.content #nav .downloads {
			
			background:url(../images/6.jpg) no-repeat;
			height: 66px;
			
		}
		div.content #nav .downloads a{
			
			height: 66px;
			background:url(../images/6.jpg) no-repeat;		
			display:block;
		}
		div.content #nav .downloads a:hover{
			
			height: 66x;
			background:url(../images/6_hover.jpg) no-repeat;			
		}
		
		div.content #nav .placeholder {
			
			background:url(../images/8.jpg) no-repeat;
			height: 175px;
			
		}
		div.content #nav .placeholder a{
			
			height: 175px;
			background:url(../images/8.jpg) no-repeat;		
			display:block;
		}

	/** NAVIGATION END **/