@import url(base.css);
/* Mark the menus
---------------------
*/
#mm2 a, #mm2 a:hover
{/*green dot*/
background:url(img/menu.gif) -54px -74px;
}
/* header image (flash replacement)
----------------------
*/
#movie div
{
background: url(img/h_greendot.jpg)
}
 @media print {
 
 #header{
 list-style-image: url(img/h_greendot.jpg);
 }
 
 
 }

/*do the headlines*/

h1
{
	width:521px;
	height:62px;
	margin:0 -521px 35px 0;
	list-style-image: url(img/t_greendot.gif);
}

h2#sh1
{
	width:240px;
	height:16px;
	margin:15px -240px 10px 0;
	list-style-image: url(img/sh_greendot1.gif);

}
h2#sh2
{
	width:215px;
	height:16px;
	margin:15px -215px 10px 0;
	list-style-image: url(img/sh_greendot2.gif);

}
h2#sh3
{
	width:285px;
	height:16px;
	margin:15px -285px 10px 0;
	list-style-image: url(img/sh_greendot3.gif);

}


#text
{
	background: url(img/img_greendot.jpg) right bottom no-repeat;
}


