#frame{
	position:absolute;
	width:490px; 
	height:620px; 
	overflow:hidden; 
	padding:0;
	margin-left:10px;
}

#control{
	position:absolute; 
	left:15px;
	top:30px;
}
#welt{
	position:absolute; 
	left:-1567px; 
	overflow:visible; 
	height:620px; 
	background-image:url(/img/weltzeit_karte.png); 
	background-repeat:repeat-x;
	cursor: url(/img/cursor_openhand.cur), default;
}
.button{
	cursor:pointer;
	margin:0;
	float:left;
	z-index:1;
}
.time{
	position:absolute; 
	top:0px;
}
.ortleft {
	position:absolute; 
	background-image:url(img/weltzeit_dot.gif); 
	background-repeat:no-repeat; background-position:left 4px;
	padding-left:7px;
	width:auto;
	height:12px;
	overflow:visible;
	font-size:9px;
	cursor:pointer;
	z-index:10;
}
.ortright {
	position:absolute; 
	background-image:url(img/weltzeit_dot.gif); 
	background-repeat:no-repeat; background-position:right 4px;
	padding-right:7px;
	width:120px;
	height:12px;
	overflow:visible;
	font-size:9px;
	text-align:right;
	cursor:pointer;
	z-index:10;
}

.ortleft:hover,.ortright:hover {
	background-image:url(img/weltzeit_dot_lit.gif);
	color:#FF0000;
}

/* ContextMenu */

.contextMenu {
	position: absolute;
	width: 240px;
	z-index: 99999;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 0px;
	margin: 0px;
	display: none;
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px 1px 5px;
}

.contextMenu LI.hover A {
	color: #FFF;
	background-color: #3399FF;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #CCC;
}