body {
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica;
	color: #000;
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

a {
	text-decoration: none;
	color: #267;
}

a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	letter-spacing: 4px;
	margin:0px 0px 4px 0px;
	padding:0px;
}
td {
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica;
	color: #000;	
	text-align: left;
	padding: 0px 3px 0px 3px;
}

th {
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica;
	color: #000;	
	font-weight: bold;
	text-align: left;
	padding: 0px 3px 0px 3px;	
}

input {
	margin:3px 0px 3px 0px;
	width: 200px;
	padding:0px 3px 0px 3px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #555;
	font-weight:normal;  
	border: 1px solid #000000; 
	background-color: #eee;
}

input.button {
	width: 98px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
}

#content {
	width:600px;
	margin:10px 0px 10px 0px;
	padding:0px;
	position:relative;
	text-align:left;
}


/* Der Container für das Kartenbild */
#map {
	background-image: url(deutschland.png); 
	width:600px;
	height:807px;
	position:relative;
	text-align:left;
}

/* Der Container für das MouseOver ... dingens */
#inf {
	width: 200px;
	display:none;
	position: absolute;
	background-color:#C1C8D1;
	z-index:10;
	padding: 2px;
	border: 1px solid #000;
}

hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0;
	margin: 3px;
	padding: 0px;
}


/* die punkte auf der karte (durch bilder realisiert ... div in a is verboten :\ */
#map a {
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	position: absolute;
	text-decoration: none;
	overflow:hidden;
}

#map a:hover{ 
	border: 1px solid #fff;
}

.p1 {
	background-image: url(p1.gif);
	background-position: 2px 2px;
}

.p2 {
	background-image: url(p2.gif);
	background-position: 1px 1px;
}

.p3 {
	background-image: url(p3.gif);
	background-position: 1px 1px;
}

.p4 {
	background-image: url(p4.gif);
}
.n2L {
	background-image: url(n2L.gif);
	background-position: 2px 2px;
}


