@charset "utf-8";
/* CSS Document */
body	{cursor:default; margin:0; padding:0;}
/* 
body.n	{cursor:url(index-Dateien/img/cursor_n.cur) , default;}
body.s	{cursor:url(index-Dateien/img/cursor_s.cur) , default;}
body.e	{cursor:url(index-Dateien/img/cursor_e.cur) , default;}
body.w	{cursor:url(index-Dateien/img/cursor_w.cur) , default;}
body.ne	{cursor:url(index-Dateien/img/cursor_ne.cur) , default;}
body.nw	{cursor:url(index-Dateien/img/cursor_nw.cur) , default;}
body.se	{cursor:url(index-Dateien/img/cursor_se.cur) , default;}
body.sw	{cursor:url(index-Dateien/img/cursor_sw.cur) , default;}
*/
#wrapper img{cursor:pointer; position:absolute;}
#wrapper img.noItem{cursor:default;}
#nav{position:fixed; z-index:9999; }
.transparent{
	opacity: .75; 
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)"; 
	-khtml-opacity: .75; 
	-moz-opacity: .75; 
}
#titleDiv{ 
	position:absolute;
	top:0;
	left:0;
	background-image:none;
	background-repeat:no-repeat;
	background-color:#FFF;
	display:none;
	z-index:9998;
	opacity: .90; 
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)"; 
	-khtml-opacity: .90; 
	-moz-opacity: .90; 
}
	

