@charset "iso-8859-2";

.alphabet-container {
	padding: 0 25px;
}
.alphabet-container ul {
	list-style-type: none;
	height: 32px;
	margin-bottom: 25px;
}
.alphabet-container ul li {
	float: left;
	margin-right: 5px;
}
.alphabet-container ul li:last-child {
	margin-right: 0px;
}
.alphabet-container ul li a {
	width:26px;
	height:30px;
	display:block;
	border: 1px solid #747474;
	background: #fafafa; /* Old browsers */ background: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fafafa 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top, #fafafa 0%,#eeeeee 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fafafa 0%,#eeeeee 100%); /* IE10+ */ background: linear-gradient(to bottom, #fafafa 0%,#eeeeee 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	color: #262626;
	font-weight:bold;
	font-size: 16px;
	line-height:32px;
	text-align: center;
}
.alphabet-container ul li a:hover, #active {
	background:#5988DA;
	color: #eee;
	text-decoration:none;
}
.index-container ul {
	list-style-type: none;
}
.index-container ul li {
	line-height: 1.5em;
	color:#262626;
	font-size: 14px;
}
.index-wrapper {
	width: 400px;
	float:left;
}
.indexbegriff {
	font-weight:bold;
	float:left;
	padding-right:10px;
	background-color:#fff;
  white-space: nowrap;/*19.03.2015 09:41:08 YY*/
  overflow: hidden;		/*19.03.2015 09:41:08 YY*/
}
.dots {
	border-bottom: 1px dotted #262626;
	height: 12px;
	margin-right: 10px;
}
li li .index-wrapper {
	width:390px;
}
li li .indexbegriff {
	padding-left:15px;
}
.pipe {
	margin: 0 5px;
}
.treffer-skript {
}
.index-container ul li a {
	text-decoration:underline;
	font-weight: normal;
}
.index-container ul li ul li {
	margin-left: 10px;
}
.seiten-wrapper {
	width: 454px;
	float:left;
	font-weight: bold;
}