@charset "utf-8";

/*Navigation Hauptseite, Position*/
#naviMain {
	left: -70px;
	top: 230px;
	width: 300px;
	height: 230px;
	position: relative;
	float: right;
	overflow: hidden;
}
ul {
	padding: 0;
	/* [disabled]width: 800px; */
}
ul li {
	/* [disabled]list-style: none; */
	/* [disabled]width: 800px; */
}

/*Navigation Hauptseite, Austausch der Liste gegen Hintergrundgrafik*/
.News { height: 30px; width: 300px; display: block; margin:0; padding:0; text-indent: -9999px; background: url(/grafik/news_gr.png) 0 no-repeat; }
a:hover.News { display: block; text-indent: 9999px; background: url(/grafik/news_bl.png) top left no-repeat; }
	
.neueArbeiten { height: 30px; width: 300px; display: block; margin:0; padding:0; text-indent: -9999px; background: url(/grafik/neue_arbeiten_gr.png) 0 no-repeat; }
a:hover.neueArbeiten { display: block; text-indent: 9999px; background: url(/grafik/neue_arbeiten_bl.png) top left no-repeat; }
		
.Akt { height: 30px; width: 300px; display: block; margin:0; padding:0; text-indent: -9999px; background: url(/grafik/akt_gr.png) 0 no-repeat;}
a:hover.Akt { display: block; text-indent: 9999px; background: url(/grafik/akt_bl.png) top left no-repeat; }
		
.Portrait { height: 30px; width: 300px; display: block; margin:0; padding:0; text-indent: -9999px; background: url(/grafik/portrait_gr.png) 0 no-repeat;}
a:hover.Portrait { display: block; text-indent: 9999px; background: url(/grafik/portrait_bl.png) top left no-repeat; }
		
.Landschaft { height: 30px; width: 300px; display: block; margin:0; padding:0; text-indent: -9999px; background: url(/grafik/landschaft_gr.png) 0 no-repeat;}
a:hover.Landschaft { display: block; text-indent: 9999px; background: url(/grafik/landschaft_bl.png) top left no-repeat; }
		
.Informationen { height: 30px; width: 300px; display: block; margin:0; padding:0; text-indent: -9999px; background: url(/grafik/info_gr.png) 0 no-repeat;}
a:hover.Informationen { display: block; text-indent: 9999px; background: url(/grafik/info_bl.png) top left no-repeat; }
		
.Kontakt { height: 30px; width: 300px; display: block; margin:0; padding:0; text-indent: -9999px; background: url(/grafik/kontakt_gr.png) 0 no-repeat;}
a:hover.Kontakt { display: block; text-indent: 9999px; background: url(/grafik/kontakt_bl.png) top left no-repeat; }
