<STYLE Type="text/css">

/* Linkerscheinung */
 /* Nicht besuchter Link im Text: grün nichtuntersrtichen */
 a:link    { color:black; text-decoration:none;}
/* Bereits besuchte Links:*/
 a:visited { color:black; text-decoration:none;}
 /* Nicht besuchter Link im Text: grün nichtuntersrtichen */
 a:link    { color:black; text-decoration:none;}

/* Style für Überschrift und Unterüberschrift der Seite*/
.heading       {font-weight: bold; font-family: Arial, Helvetica, sans-serrif; font-size: 24pt; color: #black;}
.heading-small       {font-weight: bold; font-family: Arial, Helvetica, sans-serrif; font-size: 14pt; color: #black;}
/* Style für Überschriten für Inhalte */
.subheading      {font-weight: bold; font-weight: light; font-family: Arial, Helvetica, sans-serrif; font-size: 16pt; color: #black;}
.subheading2      {font-weight: bold; font-weight: light; font-family: Arial, Helvetica, sans-serrif; font-size: 12pt; color: #black;}
/* Style für Text */
.text        {font-family: Arial, Helvetica, sans-serrif; font-size: 12pt;}
/* Style für Publikations Details*/
.abstract        {text-align: justify ; font-family: Arial, Helvetica, sans-serrif; font-size: 10pt;}
.heading-abstract       {font-family: Arial, Helvetica, sans-serrif; font-size: 14pt; color: #black;}
.area       {font-family: Arial, Helvetica, sans-serrif; font-size: 11pt; color: #black;}
/* Style für den Fließtext */
.text2        {font-family: Arial, Helvetica, sans-serrif; font-size: 12pt; text-align: justify;}
/* Style für weiterführende Links im text*/
.link        {font-family: Arial, Helvetica, sans-serrif; font-size: 14pt; color: green; text-decoration: none;}
.link2        {font-family: Arial, Helvetica, sans-serrif; font-size: 12pt; color: green; text-decoration: none; font-weight: bold}

/*------------------------------------------------*/
#tabs {
margin: 0;
padding: 5;
border-bottom: .1em solid #000;
}
#tabs li {
display:inline;
border-top: .1em solid #000;
border-left: .1em solid #000;
border-right: .1em solid #000;
font-size: 14pt;
}
#tabs li a {
text-decoration: none;
padding: 0.3em 1em;
color: #000;
} 
#tabsel {
padding: 0.3em 2em;
background-color: silver;
color: #000;
border-bottom: .1em solid silver;
} 
#tab {
padding: 0.3em 1em;
}
#border {
background-color: silver;
border-left: .1em solid #000;
border-right: .1em solid #000;
border-bottom: .1em solid #000;
}

</STYLE>

