/*CSS-Datei für Wertsachenkodierung*/

body
{
background-color : #FFFFFF;
margin-top : 0px;
margin-left: 2px;
margin-right: 2px;
}

td a {
text-decoration:underline;
font-size: 0.9em; 
}

a:link
{ text-decoration:underline;
font-size: 0.9em; }

a:visited
{ text-decoration:underline;
font-size: 0.9em;
 }

a:hover
{
text-decoration:underline;
background-color : #F0F8FF;
}

a:active
{
text-decoration:underline;
color : #6495ED;
}
a:focus
{
text-decoration:underline;
color : #6495ED;
}

div, p, a, h3, td, ul, ol, li, blockquote
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: Navy;
}

th
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: Navy;
background-color: #8EBBD1;
font-weight : bold;
}

ul
{
list-style-type : disc;
}

h1
{
font-family:  Arial, sans-serif;
font-size: 2em;
color: #006633;
text-align: center;
margin-top: 20px
}

h2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #999999;
text-align: center;
margin-right: 10px;
margin-left: 0px;

}

h3
{
font-size: 16px;
font-weight: bold;
margin-left: 0px;
margin-right: 0px;
margin-bottom : 10px;
background-color : #EFEFEF;
}

h4
{
font-size: 16px;
font-weight: bold;
}

.klein
{
font-size: 10px;
}


.sapos_rot
{
color:red;
font-style:italic;
font-weight : bold;
}


.definitionen
{
        font-style: italic;
        margin-right: 10px;
        margin-left: 10px
}

.ende
{
background-color: #B0CFDE;
font-size : 12px;
font-weight : bold;
color : #006589;
text-align : center;
}

.kontakt
{
background-color: #B0CFDE;
font-size : 12px;
font-weight : bold;
color : #006589;
text-align : left;
}

tr.spalte1
{background-color:#EFEFEF}

tr.spalte2
{background-color:#F8F8F8 }

.highlight
{color: Red;}


