/* Allgemein */
img.left {
	float:left;
	margin: 0px 10px 5px 0px;
	border:double 3px #000000;
}
img.right {
	float:right;
	margin: 0px 0px 5px 10px;
	border:double 3px #000000;
}
img.center {
	border:double 3px #000000;
}
div.left {
	float:left;
	margin: 3px 10px 5px 0px;
	padding: 5px 5px 5px 5px;
	border:solid 1px;
	font-size: 10px;
	text-align:center;
	background-color:#CCCCCC;
}
div.right {
	float:right;
	margin: 3px 0px 5px 10px;
	padding: 5px 5px 5px 5px;
	border:solid 1px;
	font-size: 10px;
	text-align:center;
	background-color:#CCCCCC;
}
div.center {
	margin: 3px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	border:solid 1px;
	font-size: 10px;
	text-align:center;
	background-color:#CCCCCC;
}
.normal {
	font-weight: normal;
	color: #333333;
}
.fett {
	font-weight: bold;
	color: #990000;
}
.quest {
	font-weight: bold;
	color: #993366;
}
.npc {
	font-weight: normal;
	color: #0000FF;
}
.coords {
	font-weight: normal;
	font-style:italic;
	color: #000000;
}
.location {
	font-weight: normal;
	color: #009933;
}
.items {
	font-weight: normal;
	color: #990000;
}
.points {
	font-weight: bold;
	color: #000000;
}
.mobs {
	font-weight: bold;
	color: #000000;
}


