/* allg. Definitionen für die HTML-Elemente */
h2 { vertical-align:middle; text-align:center; }
a { text-decoration: none; font-weight:bold; font-size:18px; color:darkblue; font-family:Arial,sans-serif; }
a:hover { text-decoration:none; background-color:#FFFFFF; font-weight:bold; }
td { border: 1px solid black; text-align:center; }
div { white-space:nowrap; }

/* allg. Definitionen für Teile des PSE und Standardansicht */
#periode { font-size:24px; font-weight:bold; border-left-style:none;  color:#7F7F7F; font-family:Arial,sans-serif; }
#gruppen { font-size:12px; font-weight:bold; border-top-style:none; font-family:Arial,sans-serif; }
#kschale { background-color:#E68E4E; }
#lschale { background-color:#FFDDE3; }
#mschale { background-color:#AEF0AE; }
#nschale { background-color:#FFBD7D; }
#oschale { background-color:#C1DAFF; }
#pschale { background-color:#FFE66F; }
#qschale { background-color:#A665FF; }
#kn { font-size:xx-small; }
#kk { font-size:xx-small; background-color:#FFFFFF; }
#radio { color:#800000; }
#oz { font-size:smaller; font-weight:bold;}
#schale { font-size:24px; font-weight:bold; font-family:Arial,sans-serif; }
#lnukl { color:#404040; }

/* Defintionen für die Metallcharakter-Ansicht */
#met { background-color:#4F94CD; }
#halbmet { background-color:#EEC900; }
#nichtmet { background-color:#FF3030; }

/* Definitionen für die Gruppenansicht */
#erdalk { background-color:#6BFF6B; }
#alk { background-color:#40E0D0; }
#ueber { background-color:#4F94CD; }
#inner { background-color:#62B8FF; }
#bgruppe { background-color:#FF8C00; }
#cgruppe { background-color:#FF7F00; }
#ngruppe { background-color:#EE7600; }
#chalko { background-color:#CD6600; }
#halo { background-color:#8B4500; }
#edel { background-color:#E9967A; }

/* Farbdefinitionen der Entdeckungsjahre */
#bc { background-color:#CCCCCC; }
#st { background-color:#7F7F7F; }
#et { background-color:#4876FF; }
#nt { background-color:#36648B; }
#tt { background-color:#009FA2; }

/* Definitionen für leere Zellen */
#lbrt { border-left-style:none; border-bottom-style:none; border-right-style:none; border-top-style:none; }
#lbr { border-left-style:none; border-bottom-style:none; border-right-style:none; }
#lrt { border-left-style:none; border-right-style:none; border-top-style:none; }
#brt { border-bottom-style:none; border-right-style:none; border-top-style:none; }
#lbt { border-left-style:none; border-bottom-style:none; border-top-style:none; }
#lr { border-left-style:none; border-right-style:none; }

/* Klassen Defintionen für farbige Ränder */
.erdalk { border-color:#00FF00; }
.alk { border-color:#00C0C0; }
.halbm { border-color:#FFFF00; }
.nichtm { border-color:#FF0000; }
.edel { border-color:#FF00FF; }

