body {
	font-size:8pt;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #E0E0E0;
	color: #000;
	width: 563px;
	margin: 0 auto;
	text-align: center;
}

a {
	text-decoration: none;
	color: #267;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 150%;
	letter-spacing: 4px;
	margin:0px 0px 4px 0px;
	padding:0px;
}

td {
	font-size:8pt;
	font-family: Tahoma, Arial, Helvetica;
	text-align: left;
	padding: 0px 3px 0px 3px;
}

th {
	font-size:8pt;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	text-align: left;
	padding: 0px 3px 0px 3px;	
}

input, select {
	margin:3px 0px 3px 0px;
	width: 200px;
	padding:0px 3px 0px 3px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: #555;
	font-weight:normal;  
	border: 1px solid #000000; 
	background-color: #eee;
}

select {
	padding: 0px;
}

input.button {
	width: 98px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
}

/* Der Content-Bereich */
#content {
	width:563px;
	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:563px;
	height:759px;
	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);
}

