/* @override http://www.abicalc.fm/css/landselect.css */

/* 
    Document   : landselect
    Created on : 12.05.2010, 11:27:52
    Author     : bjoernr
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.ls_map {
	display: block;
	height: 630px;
	background: url(/img/abicalc/deutschlandkarte_mod.png) left top no-repeat;
}

ul.ls_links {
	list-style: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
li.ls_li {
	position: absolute;
	text-align: center;
	text-decoration: none;
	font: normal normal 0.8em "Century Gothic", "Apple Gothic", sans-serif;
	/*background: red;*/
}
li.ls_li a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	display: block;
	padding: 10px 5px;
}
li.ls_li a:hover {
	font-weight: bold;
}
li.ls_nrw {
	width: 100px;
	top: 260px;
	left: 30px;
}
li.ls_he {
	width: 60px;
	top: 330px;
	left: 130px;
}
li.ls_rp {
	width: 90px;
	top: 370px;
	left: 10px;
}
li.ls_mv {
	width: 120px;
	top: 80px;
	left: 260px;
}
li.ls_bay {
	width: 120px;
	top: 470px;
	left: 240px;
}


li.ls_bw {
	width: 110px;
	top: 490px;
	left: 90px;
}
li.ls_ns {
	width: 110px;
	top: 160px;
	left: 100px;
}
li.ls_hh {
	width: 100px;
	top: 125px;
	left: 90px;
}
li.ls_be {
	width: 100px;
	top: 176px;
	left: 320px;
}

li.ls_extern a {
	color: #999;
}
li.ls_legend_extern {
	width: 90px;
	color: #999;
	top: 380px;
	left: 340px;
	font: 0.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
li.ls_legal {
	top: 610px;
	left: 230px;
	width: 220px;
	color: #ccc;
	font: 0.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
}
li.ls_legal a {
	display: inline;
	padding: 0px;
	color: #ccc;
}
li.ls_legal a:hover {
	font-weight: normal;	
}
