#worldmap {
		position: relative;
	}
	
	#worldmap .country {
		position: absolute;
		z-index: 10;
		font-family: verdana;
		font-size: 10px;
		background-color: #ccc;
		font-weight: bold;
		padding: 2px;
	}
	
	#worldmap a {
		text-decoration: none;
		color: #000;
	}
	
	#worldmap a:hover {
		color: #f00;
	}
	
/* Länder Positionierung */

	.cl {
		left: 125px;
		top: 306px;
	}

	.fr {
		left: 231px;
		top: 162px;
	}
	
	.sk {
		left: 311px;
		top: 157px;
	}

	.cz {
		left: 311px;
		top: 140px;
	}

	.de {
		left: 290px;
		top: 118px;
	}	

	.uk {
		left: 190px;
		top: 95px;
	}
	
	.be {
		left: 235px;
		top: 138px;
	}

	.at {
		left: 285px;
		top: 162px;
	}	
	
	.jp {
		left: 510px;
		top: 175px;
	}	
	
	.coza {
		left: 285px;
		top: 310px;
	}		
	
	.ie {
		left: 225px;
		top: 116px;
	}
	
	.us {
		left: 100px;
		top: 150px;
	}		
	
	.ca {
		left: 60px;
		top: 70px;
	}			
	.ve {
		left: 175px;
		top: 201px;
	}			