@charset "utf-8";
/* CSS Document */

/* Wiki Scroll - Start
div.scroll {
    height: 400px; //volle Breite
    width: 100%; //hier auch
    overflow: scroll; //so wird zu grosser inhalt scrollbar
    overflow-x: hidden; // damit es nicht noch ein Scrollbalken in x-Achenrichtung gibt
	border: 1;
}
 Wiki scroll - Ende */


/* Wiki START */
.big-letter {
	background: #38A9E3;
	margin: 40px 0 0;
	padding: 8px 13px;
	display: block;
	text-align: center;
	width: 30px;
	font-size: 1.6em;
	font-weight: bold;
	color: white;
}
.letters-bg {
	background-color: white;
	margin: 15px 0 0 0;
	padding: 8px 20px;
	font-size: 1.3em;
	word-spacing: .4em;
	line-height: 1.4em;
}
.glossar-bg {
	background-color: #f0f0f0;
	margin: 15px 0 0 0;
	padding: 2px 20px 15px 20px;
}
.glossar-bg h3 {
	margin:20px 0 0;
	padding:0;
	font-size:.9em;
	font-weight:bold;
	text-transform: none;
}
.glossar-bg p {
	font-size:.85em;
	line-height:1.4;
	margin-bottom:10px;
}
.letters-bg-bottom {
	background-color: white;
	margin: 40px 0 30px 0;
	padding: 10px 20px;
	font-size: 1.4em;
	word-spacing: .4em;
	line-height: 1.4em;
}
/* Wiki ENDE */
