/* format_hjb.css  */
/* CSS-Stylesheet-Datei für die Homepage von Hermann-Josef Bergmann - www.hjbergmann.de */
/* Stand: 26.03.2016 */

/* Generelle Vorgaben für die gesamte Webseite */
body
{background-color: #404040; margin-top: 30px; margin-bottom: 30px;}

/* Formatierungen für den Titel der Webseite */
.titel_tabelle
{text-align: center; background-color: #404040;}
.titel_zelle
{text-align: center; padding-bottom: 12px; border-bottom-color: silver; border-bottom-width:1px; border-bottom-style:solid;}
.titel_name
{font-family: verdana, arial, helvetica, tahoma, sans-serif; color: white; 
font-size: 26px; font-weight:normal; font-variant:small-caps; letter-spacing: 9px; text-shadow: 3px 3px 5px black;}

/* Formatierungen für das Hauptmenü in Ebene 1 */
.menue_ebene_1
{text-align: center; padding-top: 6px; background-color: #404040;}

/* Formatierungen für das Untermenü in Ebene 2 */
.menue_ebene_2
{text-align: center; padding-top: 6px; background-color: #404040;}
.menue_ebene_2_links
{font-family: verdana, arial, helvetica, tahoma, sans-serif; color: silver; 
font-size: 16px; font-weight: normal; list-style-type: square; padding-left: 1.2em;}
.menue_ebene_2_text
{font-family: verdana, arial, helvetica, tahoma, sans-serif; color: silver; 
font-size: 16px; font-weight: normal; list-style-type: square;}

/* Formatierungen für die Informationsbereiche der Webseite */
.bereich_tabelle
{text-align: left; background-color: #404040;}
.bereich_zelle
{text-align: left; padding-bottom: 6px; border-bottom-color: silver; border-bottom-width:1px; border-bottom-style:solid;}
.bereich_name
{font-family: verdana, arial, helvetica, verdana, tahoma, sans-serif; color: silver; 
font-size: 24px; font-weight:normal; letter-spacing: 3px;}
.bereich_text
{font-family: verdana, arial, helvetica, tahoma, sans-serif; color: silver; 
font-size: 16px; font-weight: normal;}
.bereich_bilder
{font-family: verdana, arial, helvetica, tahoma, sans-serif; color: silver; 
font-size: 16px; font-weight: normal;}

/* Formatierungen für den unteren Abschluss der Webseite */
.links_unten
{margin-top: 36px; text-align: center; background-color: #404040; padding-top: 12px; 
border-top-color: silver; border-top-width:1px; border-top-style:solid;}
.website_unten
{font-family: verdana, arial, helvetica, verdana, tahoma, sans-serif; color: silver; 
font-size: 10pt; font-weight:normal; letter-spacing: 3px;}

/* Formatierungen für Links */
a:link, a:visited, a:active
{font-family: verdana, arial, helvetica, tahoma, sans-serif; color:silver; 
font-size:16px; font-weight: normal; text-decoration:none; line-height:22px;}
a:hover
{text-decoration:underline; color:#fff;}
