﻿.stichworte a
{
	font-weight: normal !important;
}

.stichwort_abc
{
	margin: 5px 0 5px 0;
	padding: 0;
	line-height: 150%;
	font-size: 120%;	
}
.buchstabe_selected
{
	margin: 0 0.5em 0 0;
	font-weight: bold;
	color: rgb(102,102,102);
	font-size: 140%;
}
.buchstabe_selected:hover;
{
	text-decoration: underline;
}
.buchstabe_active
{
	margin: 0 0.5em 0 0;
	font-weight: bold;
	color: rgb(51,51,51);
}
.buchstabe_active:hover;
{
	text-decoration: underline;
}
.buchstabe_inactive
{
	margin: 0 0.5em 0 0;
	font-style: italic;
}

.contextlist
{
	margin: 10px 0 0 0;
	padding: 0;
}
.contextlist ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contextlist li
{
	float: left;
	margin: 0 5px 0 0 !important;
	padding: 2px 4px 2px 4px !important;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-color: rgb(240,240,240);
}
.contextlist ul li.selected
{
	background-color: rgb(204,204,204);
}
.contextlist a
{
	color: #000;
}
.stichwortsuche
{
	float: none;
	clear: both;
}

