/* CSS-Angaben für alle Browser */

span.s {
	visibility: hidden;
	display: block;
}

.hover-schritt-1 span.o {
	text-shadow: 0 0 10px #fcfcdb;
}

.hover-schritt-2 span.o {
	text-shadow: 0 0 10px #fcfcdb, 0 0 20px #fcfcdb;
}

.hover-schritt-3 span.o {
	text-shadow: 0 0 10px #fcfcdb, 0 0 20px #fcfcdb, 0 0 25px #fcfcdb;
}

.hover-schritt-4 span.o {
	text-shadow: 0 0 10px #fcfcdb, 0 0 20px #fcfcdb, 0 0 25px #fcfcdb, 0 0 30px #fcfcdb;
}

.hover-schritt-5 span.o {
	text-shadow: 0 0 10px #fcfcdb, 0 0 20px #fcfcdb, 0 0 25px #fcfcdb, 0 0 30px #fcfcdb, 0 0 30px #fcfcdb;
}

.hover-schritt-6 span.o,
.aktiv span.o {
	text-shadow: 0 0 10px #fcfcdb, 0 0 20px #fcfcdb, 0 0 25px #fcfcdb, 0 0 30px #fcfcdb, 0 0 30px #fcfcdb, 0 0 30px #fcfcdb;
}

.ie-filters span.o {
	text-shadow: none !important;
}
.windrose table {
	width: 100%;
	height: 100%;
}

.windrose td {
	font: normal normal normal 17px/20px "DearJoe5CASUAL", "Times New Roman", Times, serif;
	color: #BEA265;
}

.windrose td.n,
.windrose td.s {
	text-align: center;
	vertical-align: bottom;
	width: 100%;
	height: 27%;
}

.windrose td.s {
	vertical-align: top;
}

.windrose td.o,
.windrose td.w {
	width: 27%;
	height: 46%;
	text-align: left;
	vertical-align: middle;
}

.windrose td.w {
	text-align: right;
}

.windrose td span {
	position: relative;
}

.windrose td span.s {
	position: absolute;
	top: 0;
	left: 0;
}

.teaser-vb .txt {
	z-index: 2;
}

.kompass {
	overflow: visible;
}

