a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
.globalmap {
	position: absolute;
	top: 0px;
	left: 0px;
}
#menu {
	position: absolute;
	top: 5px;
	left: 160px;
	border: 1px solid #000;
	background: url(menuBG.jpg) repeat;
	text-align: center;
	padding: .3em .3em 0 .3em;
	float: left;
}
#menu h2, #suche h2 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
#suche h2 a {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}
#suche {
	position: absolute;
	top: 5px;
	left: 320px;
	text-align: center;
	padding: 0;
}
#suche h2, #suche #suchform {
	border: 1px solid #000;
	background: url(menuBG.jpg) repeat;
}
#suche h2, #suchform {
	width: 12em;
}
#suchform {
	margin: 0;
	display: none;
}
#suchform .field {
	width: 12em;
}
#suchform select, #suchform input {
	border: 1px solid #000;
	color: #000;
	background-color: #eae7e7;
	margin: .7em 0;
}
dd {
	font-weight: bold;
	margin: .4em;
}
dd.human a {
	color: #f00;
	background-color: inherit;
}
dd.elf a {
	color: #fe0;
	background-color: inherit;
}
dd.darkelf a {
	color: #36f;
	background-color: inherit;
}
dd.orc a {
	color: #327c2e;
	background-color: inherit;
}
dd.dwarf a {
	color: #a77336;
	background-color: inherit;
}
dd.kamael a {
	color: #8200AD;
	background-color: inherit;
}
dd.inactive a {
	color: #757575;
	background-color: inherit;
}
dt {
	float: left;
	clear: left;
	margin: 0 .7em .4em .4em;
}
dl {
	margin: .35em 0 0 0;
}
div.human, div.elf, div.darkelf, div.orc, div.dwarf , div.kamael{
	position: absolute;
	height: 9px;
	width: 9px;
	line-height: 1px;
	font-size: 1px;
	color: #000;
}
div.human {
	background: #f00 url(0.gif) no-repeat;
}
div.elf {
	background: #fc0 url(1.gif) no-repeat;
}
div.darkelf {
	background: #39f url(2.gif) no-repeat;
}
div.orc {
	background: #327c2e url(3.gif) no-repeat;
}
div.dwarf {
	background: #a77336 url(4.gif) no-repeat;
}

div.kamael {
	background: #C700FF url(5.gif) no-repeat;
}
