
IMG.moon {
	width: 52px;
	height: 52px;
	border: 0;
	position: absolute;
	left: -500px;
	top: -500px;
	cursor: default;
	}

IMG.planet {
	position: absolute;
	top: -500px;
	left: -500px;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 500;
	width: 224px;
	height: 224px;
	}
	
DIV.comment {
	position: absolute;
	top: -200px;
	z-index: 1000;
	display: inline;
	width: 180px;
	height: 104px;
	font-weight: normal;
	font-size: 10px;
	font-family: verdana;
	visibility: hidden;
	overflow: hidden;
	color: #B3AA12;
	padding: 8px;
	margin: 0;

	background-image: url(../grafika/bg_tooltip0.png);	}
	
DIV.comment B {
	font-weight: bold;
	display: block;
	font-size: 1.1em;
	font-family: arial, tahoma;
	color: #FFFFFF;
	}
