@CHARSET "ISO-8859-1";
body	{	margin:0;
			padding:0;
			margin-top:20px;
			background-color: transparent;
			width:700px;
		}

img	{
	border:none;
}

/* Weltkarte */
div#worldmap	{
	height:188px;
	width:342px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	background: url('../images/map.png') bottom no-repeat;


}

div#worldmap a:link, div#worldmap a:visited, div#worldmap a:active 	{
	color:blue;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	position:absolute;
}

div#worldmap a:hover	{
	text-decoration:underline;
}

div#worldmap a#usa	{
	left:20px;
	top:290px;
}
div#worldmap a#karibik	{
	left:10px;
	top:320px;
}
div#worldmap a#samerika	{
	left:10px;
	top:380px;
}
div#worldmap a#europa	{
	left:160px;
	top:290px;
}
div#worldmap a#afrika	{
	left:180px;
	top:340px;
}
div#worldmap a#asien	{
	left:260px;
	top:310px;
}
div#worldmap a#australien	{
	left:280px;
	top:370px;
}
div#worldmap a#nahost	{
	left:200px;
	top:310px;
}

/* Grafikangebote */
div#grafikangebote	{width:700px; clear:both;}
div#grafikangebote table	{
	width:100%;
	border-collapse:collapse;
	margin-top:20px;
}

div#grafikangebote table td	{
	text-align:center;
}