a {
	color: #fff;
}

/* Der Content-Bereich */
#content {
	width:700px;
	margin:10px 0px 10px 0px;
	padding:0px;
	position:relative;
	text-align:left;
	color:#000
}


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

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

#inf h2 { 
	color: #666; 
	font-style: italic;
	font-weight: bold;
	font-size: 140%;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}


/* die punkte auf der karte (durch verschiedengroße bilder realisiert)*/
#map a {
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	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);
}


