@charset "utf-8";
/* CSS Document */

body
	{ 
	margin: 0px;  background: #000000 url('worlds.jpg') top center no-repeat; color: #fff;
	}

#container 
	{
	background: #000000 url('worlds.jpg') top center no-repeat; display: block; height: 700px;width: 1000px; margin: auto; clear: both; text-align: left; border: 0px solid  red;
	}

#loading
	{
	margin-top: 180px; text-align: center; display: none;
	}
#loading a
	{
	color: #333333; font-size: 10px; font-family: verdana;
	}	

#bookitem
	{
	width: 32px; height: 26px; display: block; background: url('item_book.jpg') 0px 26px;
	position: absolute; left: 280px; top: 334px; 
	}
#bookitem:hover
	{
	background-position: 0px 0px;
	}
	
#bottleitem
	{
	width: 22px; height: 11px; display: block; background: url('item_bottle.jpg') 0px 0px;
	position: absolute; left: 263px; top: 357px; 
	}
#bottleitem:hover
	{
	background-position: 0px 11px;
	}

#meitem
	{
	width: 48px; height: 69px; display: block; background: url('item_me.jpg') 0px 0px;
	position: absolute; left: 508px; top: 154px; 
	}
#meitem:hover
	{
	background-position: 0px 69px;
	}

#poleitem
	{
	width: 54px; height: 27px; display: block; background: url('item_pole.jpg') 0px 27px;
	position: absolute; left: 511px; top: 374px; 
	}
#poleitem:hover
	{
	Background-position: 0px 0px;
	}

.tooltip1
	{
	width: 354px; height: 210px; background: url('tooltip1.png') top left no-repeat;
	position: absolute;
	}
.toolc
	{
	position: absolute; top: 41px; left: 19px; width: 311px; height: 144px;
	}
.tooli
	{
	float: left; margin-right: 10px;
	}
.toolt 
	{
	color: #222222; font-size: 12px; font-family: verdana; padding-top: 5px;
	}
.close
	{	
	height: 17px; width: 17px; background: url('close.gif'); display: block; float: right; margin-left: 5px; margin-bottom: 5px;
	}
	
.booklink:link, .booklink:visited, booklink:active
	{
	color: #882222; font-weight: bold; text-decoration: none; font-size: 14px;
	}
.bottlelink:link, .bottlelink:visited, bottlelink:active
	{
	color: #222288; font-weight: bold; text-decoration: none; font-size: 12px;
	}
.booklink:hover, .bottlelink:hover
	{
	color: #888888;
	}
#links
	{
	height: 75px; overflow-y: scroll; overflow: -moz-scrollbars-vertical; font-size: 10px; margin-top: 15px; line-height: 14px;
	}
.others
	{
	float: right; margin-right: 3px; margin-top: 5px; height: 18px;
	}
.others a img
	{
	border: 0px; margin-left: 2px; vertical-align: top;
	}
.others a img:hover
	{
	margin-top: 1px;
	}

#bottombar, #bottombar a
	{
	color: #999999; font-family: verdana; font-size: 10px;
	}

#imprint
	{
	position: fixed; bottom: 20px; right: 10px; width: 250px; font-family: verdana; font-size: 9px; display: none;
	}