/*Style sheet für Dokumentationen des Fachinformationssystems Boden/Bodenschutz (FISBO)*/
/*Stylesheet für Navigationsbalken*/
/*Vorlage aus Self-HTML; überarbeitet von Herbert in Absprache mit Mathias*/
/* Neu definierte Klassen werden mit "#" eingeleitet; im HTML-Dokument werden diese mit - id="<Name der Klasse>" - referenziert*/
/* Neu definierte Klassen werden mit "#" eingeleitet; im HTML-Dokument werden diese mit - id="<Name der Klasse>" - referenziert*/
/**/
/**/
/**/
/**/
/**/
/**/
B  {font-weight: 700; font-size: 11pt; font-family: Arial;}
P  {padding: 5px 0px; margin: 0px; font-size: 10pt; font-family: Arial;}
A  {text-decoration: none; font-size: 10pt; font-family: Arial;}
A:link    {text-decoration: none; font-size: 10pt; font-family: Arial; color: #000000;}
A:visited {text-decoration: none; font-size: 10pt; font-family: Arial; color: #000000;}
A:active  {text-decoration: none; font-size: 10pt; font-family: Arial; color: #800080;}
A:hover   {text-decoration: none; font-size: 10pt; font-family: Arial; color: #ff0000;}
body {
     margin-top:10px;
     margin-bottom:10px;
     margin-left:10px;
     margin-right:10px;
     background-color:#e6e6e6;
     text-color=#006262;
     }

table {
     background-color:#e6e6e6;
}
td {
     background-color:#e6e6e6;
}
tr {
     background-color:#e6e6e6;
}
hr {
     color:#1464C8;
     background-color:#1464C8; }
