@charset "utf-8";
#town_names
{
	position:absolute;
	left:505px;
	top:530px;
	
	}
#town_names p
{
	text-align:center;
	width:600px;
}

#town_names a
{
	width:180px;
	margin-left:30px;
	display:block;
	text-align:center;
	color:#E1E6F6;
	background-color:#021862;
	text-decoration:none;
	font-size:14px;
}

#town_names a:hover
{
	color:white;
	font-weight:bold;
	background-color:#031E7D;
	letter-spacing:-1px;
}

#town_names select,
#town_names input
{
	width:150px;
	background-color:#03185B;
	border:0px;
	color:white;
	text-align:center;
	margin-bottom:4px;
	border-top:2px solid #05299B;
	border-left:2px solid #05299B;
	border-bottom:2px solid #03144D;
	border-right:2px solid #03144D;
	cursor:hand;
}

#towns
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000000;
}

#towns a
{
	position:absolute;
	background-image:url(../graphics/pin_off.gif);
	width:30px;
	height:40px;
	display:block;
}

#towns a:hover
{
	background-image:url(../graphics/pin_on.gif);
	
}

#towns .berlin
{
	left:645px;
	top:350px;
}

#towns .brasil
{
	left:410px;
	top:650px;
}

#towns .budapest
{
	left:400px;
	top:300px;
}

#towns .kopenhagen
{
	left:617px;
	top:332px;
}

#towns .rom
{
	left:630px;
	top:402px;
}

#towns .lissabon
{
	left:560px;
	top:410px;
}

#towns .london
{
	left:590px;
	top:355px;
}

#towns .madrid
{
	left:580px;
	top:410px;
}

#towns .paris
{
	left:600px;
	top:370px;
}

#towns .warschau
{
	left:400px;
	top:300px;
}