@import url("global.css");

/*------------------------------*/
/*---          Lexikon        ---*/
/*------------------------------*/

.lex_table
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
padding-left:10px;
border-right:1px solid #008b48;
border-left:1px solid #008b48;
border-bottom:1px solid #008b48;
font-size:11px;
width:650px;
background:#edf1ee;
}

.lex_headcell
{
text-align:center;
border-bottom:1px solid #008b48;
spacing:0px;
padding-top:5px;
padding-bottom:0px;
}

.lex_listcell a
{
color: #000000 !important;
text-decoration: underline !important;
}

.lex_listcell a:link
{
color: #000000 !important;
text-decoration: underline !important;
}

.lex_listcell a:visited
{
color: #000000 !important;
text-decoration: underline !important;
}

.lex_listcell a:active
{
color: #000000 !important;
text-decoration: underline !important;
}

.lex_listcell
{
padding-left:10px;
padding-right:10px;
padding-bottom:20px;
}

.lex_buchst:link
{
background:url(upload/lex/buchst_bg1.gif) 50% 0px no-repeat !important;
color: #008035 !important;
font-weight:bold;
text-decoration: none !important;
padding-left:8px;
padding-right:8px;
}

.lex_buchst:hover
{
background:url(upload/lex/buchst_bg1.gif) 50% 0px no-repeat !important;
color: #008035 !important;
font-weight:bold;
text-decoration: none !important;
padding-left:8px;
padding-right:8px;
}

.lex_buchst:visited
{
background:url(upload/lex/buchst_bg1.gif) 50% 0px no-repeat !important;
color: #008035 !important;
font-weight:bold;
text-decoration: none !important;
padding-left:8px;
padding-right:8px;
}

.lex_buchst:active
{
background:url(upload/lex/buchst_bg1.gif) 50% 0px no-repeat !important;
color: #ffffff !important;
font-weight:bold;
text-decoration: none !important;
padding-left:8px;
padding-right:8px;
}


.lex_buchst_selected
{
/*
display:inline-block;
width:22px;
*/
background:url(upload/lex/buchst_bg2.gif) 50% 0px no-repeat;
color: #008035;
font-weight:bold;
text-decoration: none !important;

padding-left:8px;
padding-right:8px;
}

.lex_caption
{
margin-top:8px;
color: #333333;
text-decoration: underline;
}

.lex_langtext
{
margin-top:5px;
border-top:1px dotted #008b48;
border-bottom:1px dotted #008b48;
padding-top:3px;
padding-bottom:8px;
padding-left:6px;
background:#d6eae1;

}

/*Titel nochmal im langtext*/
.lex_langtext span
{
color: #00904b;
font-weight: bold;
line-height:20px;
}

