/***** CSS Definitionen multiple-art-graphixx für Büro & Objekt *****/


/**** Navigation ****/

.start 
		{
		width:59px;
		height:22px;
		position:relative;
		align:top;
		background : url(../img/start_off.gif) no-repeat 0 0;
		display:block;
		}
		 
.start:link 
		{
		background : url(../img/start_off.gif) no-repeat 0 0; 
		}
		 
.start:hover 
		{
		background : url(../img/start_over.gif) no-repeat 0 0; 
		}
		
.impress 
		{
		width:96px;
		height:22px;
		position:relative;
		align:top;
		background : url(../img/impress_off.gif) no-repeat 0 0;
		display:block;
		}
		 
.impress:link 
		{
		background : url(../img/impress_off.gif) no-repeat 0 0; 
		}
		 
.impress:hover 
		{
		background : url(../img/impress_over.gif) no-repeat 0 0; 
		}
		
.agb 
		{
		width:51px;
		height:22px;
		position:relative;
		align:top;
		background : url(../img/agb_off.gif) no-repeat 0 0;
		display:block;
		}
		 
.agb:link 
		{
		background : url(../img/agb_off.gif) no-repeat 0 0; 
		}
		 
.agb:hover 
		{
		background : url(../img/agb_over.gif) no-repeat 0 0; 
		}
		
.anfahrt 
		{
		width:75px;
		height:22px;
		position:relative;
		align:top;
		background : url(../img/anfahrt_off.gif) no-repeat 0 0;
		display:block;
		}
		 
.anfahrt:link 
		{
		background : url(../img/anfahrt_off.gif) no-repeat 0 0; 
		}
		 
.anfahrt:hover 
		{
		background : url(../img/anfahrt_over.gif) no-repeat 0 0; 
		}

