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;
}

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: #555000;
	font-weight:normal;  
	border: 1px solid #000000; 
	background-color: #eee;
}

select {
	padding: 0px;
}

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

/* 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_suedwesten.gif); 
	width:450px;
	height:336px;
	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;
	
	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;
	
}

.suedosten {
	background-image: url(trans.gif);
	width: 128px;
	height: 19px;
}
.nordwesten {
	background-image: url(trans.gif);
	width: 76px;
	height: 56px;
}

