body {
	font-size:8pt;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #fffff;
	color: #000000;
	width: 460px;
	margin: 0 auto;
	text-align: center;
}

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

a:hover {
	text-decoration: underline;
}



th {
	font-size:8pt;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	text-align: left;
	padding: 0px 3px 0px 3px;	
}





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


/* Der Container für das Kartenbild */
#map {
	background-image: url(kohphangan_suedosten.gif); 
	width:392px;
	height:500px;
	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 #dddddd;
}

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


/* die punkte auf der karte (durch verschiedengroße bilder realisiert)*/
#map a {
	background-repeat: no-repeat;
	
	position: absolute;
	text-decoration: none;
	overflow:hidden;
}

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

.p3 {
	background-image: url(p3.gif);
	width: 4px;
	height: 4px;
	}

.p3a {
	background-image: url(p3a.gif);
	width: 4px;
	height: 4px;	
	
}
.suedwesten {
	background-image: url(trans.gif);
	width: 122px;
	height: 19px;
}
.nordosten {
	background-image: url(trans.gif);
	width: 67px;
	height: 50px;
}


