/* @override http://ray.local/~carlo/evagrabowski.de/formate.css */

* { color: #fff;
	font: 11px/16px "Lucida Grande", Verdana, Lucida, sans-serif;
}

.aktiv {
	color: #fff;
	border-bottom: 7px solid white;
	padding-bottom: 3px;
}

.aktiv b {
	color: #000;
	font-weight: bold;
}

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

.bildtitel {
	color: #000; text-decoration:none;
}

.pfeil {
	color: #000;
	font-size: 16px;
}

#text {
	font-size: 12px;
	line-height: 19px;
	color: #000;
}

change {
	font-size: 12px;
	line-height: 19px;
	color: #000;
	background-color: #fa9b13;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

b {
	font-weight: bold;
}

a:link { color: #000; text-decoration:none;
	background-color: #88a0fd;
	font-size: 12px;
}
a:hover {
	background: #d6d54f;
	font-size: 12px;
}
a:focus {}
a:visited { color: #000; text-decoration:none; background-color: #88a0fd;
	font-size: 12px;
}
a:active { text-decoration:none; background: #d6d54f; }

#navigation a {
	color: white;
	background: none;
	font-size: 11px;
}

#navigation a:hover {
	color: #9fc1fe;
}

#map a {
	background: none;
	font-size: 11px;
}

.erklaerung {
	background-color: #88a0fd;
	font-size: 12px;
	line-height: 19px;
	color: black;
	cursor: help;
}

.erklaerung:hover {
	background: #d6d54f;
}

.erklaerungsfenster {
	background-color: #c5d3e7;
	color: black;
	margin-left: 1.6em;
}

.erklaerungsfenster ul, .erklaerungsfenster li {
	padding: 0;
	color: black;
	list-style-type: none;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: -0.7em;
}

.erklaerungsfenster li:before {
	content: "· ";
}

.erklaerungsfenster h1 {
	font-size: 11px;
	padding-bottom: 0;
}
