﻿#stichwort_abc
{
		margin: 5px 0 5px 0;
}

#stichwort_abc a, #stichwort_abc span
{
		margin: 0 0.5em 0 0;
     	font-size:1.2em;
}

#stichwort_abc a.buchstabe_selected,#stichwort_abc a.buchstabe_selected:active,#stichwort_abc .buchstabe_selected:link,#stichwort_abc .buchstabe_selected:visited
{
	font-weight: bold;
	color:navy;
	font-size:1.8em;
}
.buchstabe_selected:hover;
{
	text-decoration:underline;
}
.buchstabe_active, .buchstabe_active:active, .buchstabe_active:link, .buchstabe_active:visited
{
	font-weight: bold;
	color:#024b8f;
}
.buchstabe_active:hover;
{
	text-decoration:underline;
}
.buchstabe_inactive 
{
	font-style: italic;
}
#keywords a
{
	font-weight: normal;
}
#keywords a.selected
{
	font-weight: bold;
}
#ContextList
{
	margin: 0;
	padding: 0;
}
#ContextList ul
{
}
#ContextList li
{
	float: left;
	list-style-type: none;
	margin: 0 5px 8px 0;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid rgb(204,204,204);
	border-left: 1px solid rgb(204,204,204);
	border-bottom: 1px solid rgb(102,102,102);
	border-right: 1px solid rgb(102,102,102);
	background: rgb(250,250,250);
}
#ContextList li.selected
{
	color: rgb(204,0,0);
	font-weight: bold;
	border-top: 1px solid rgb(255,204,204);
	border-left: 1px solid rgb(255,204,204);
	border-bottom: 1px solid rgb(204,0,0);
	border-right: 1px solid rgb(204,0,0);
	background: rgb(240,240,240);
}
#ContextList a
{
}
.stichwortsuche
{
    float:none;
    clear:both;
}
#stichwort
{
}
#stichworte li
{
	padding-top: 2px;
	list-style-type: disc;
}
