/* CSS Document */


.siteinfo{
          cursor:pointer;
          background:url(../objekte/info_rollover.gif) 0 0 no-repeat;
}

.siteinfo a img{
	opacity:0.01;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	-khtml-opacity: 0.01;
}

.showreel{
        cursor:default;

        background:url(../objekte/showreel.gif) 0 0 no-repeat;
	}

.showreel a img{
	opacity:0.01;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	-khtml-opacity: 0.01;
}

.motion{
        cursor:default;

        background:url(../objekte/motion.gif) 0 0 no-repeat;
	}

.motion a img{
	opacity:0.01;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	-khtml-opacity: 0.01;
}

.static{
        cursor:default;

        background:url(../objekte/static.gif) 0 0 no-repeat;
	}

.static a img{
	opacity:0.01;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	-khtml-opacity: 0.01;
}

.ego{
        cursor:default;

        background:url(../objekte/ego.gif) 0 0 no-repeat;
	}

.ego a img{
	opacity:0.01;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	-khtml-opacity: 0.01;
}


