/* 
   EB_Stil.css, Version: 2007-09-18
   Cascading Style Sheets für HTML-Texte unter http://www.Ehlich-Berlin.de
*/

body                 { color: black; 
                       background-color: #E7E7F7;
                       margin: 0em 0em 0em 0em;
                       border-style: none;
                       font-size:   medium;
                       font-family: Arial, Verdana, Geneva, Helvetica, Univers, sans-serif; 
                     }

h1                   { font-size: x-large; text-align: center; margin:   1em 10%   1em 10%; }
h2                   { font-size:   large; text-align: center; margin:   1em 10%   1em 10%; padding: 1em 0em 0em 0em; }
h3                   { font-size:  medium; text-align: center; margin: 1.5em 15%   1em 15%; padding: 0em 0em 1em 0em; }
h4                   { font-size:   small; text-align: center; margin:   2em 15% 0.5em 15%; }
h5                   { font-size:   small; font-weight: bold;  margin:   1em 15%   0em 15%; }

table                { width:100%; }
td                   { vertical-align: top; }
ul                   { margin:    1em 20%   1em 20%; list-style-position:inside; }
li                   { margin: 0.25em 0em   0em 0em; }
hr                   { margin:    0em  0%   0em  0%; }

a:link               { color:  blue;  cursor: pointer; text-decoration: none; }
a:active             { color: green;  cursor: pointer; text-decoration: none; }
a:visited            { color:  blue;  cursor: pointer; text-decoration: none; }
a:hover              { color: green;  cursor: pointer; text-decoration: none; background-color: white; }

table#Kopfmenue  a:hover  { color: white; cursor: pointer; text-decoration: none; background-color: #00008B; }
table#Kopfmenue  a:active { color: white; cursor: pointer; text-decoration: none; background-color: #00008B; }

div#Fusszeile  a:hover  { color: white; cursor: pointer; text-decoration: none; background-color: #00008B; }
div#Fusszeile  a:active { color: white; cursor: pointer; text-decoration: none; background-color: #00008B; }

/* eigene CSS-classes */
.EB_Hintergrund      { background-color: white; }

.EB_Kopfmenue        { background-color: #E7E7F7;
                       padding: 0em 0em 0em 0em;
                       border-color: #00008B; 
                       border-width:0px 0px 1px 0px; 
                       border-style:solid;
                     }

.EB_Menue            { color:      #00008B; 
                       font-size:  small; 
                       margin: 0em 0em 0em 0.5em;
                     }

.EB_Menue_drueber    { color:      #00008B; background-color: #CFCFCF; }
.EB_Menue_aktuell    { color:      #00008B; background-color: white; }

.EB_Titel            { color:#00008B; 
                       font-size: small; 
                       font-weight: bold; 
                       text-align: right; 
                       margin: 0em 1em 0em 0em;
                     }
                       

.EB_Menueliste       { font-size: medium;    
                       width: 70%; 
                       margin: 0em 15% 2em 15%; 
                     }
.EB_Eintrag          { text-align: left; font-size: small; margin: 0.2em 5% 0em 5%; padding: 0.5em 0em 0em 0em;  }
.EB_Zeilenmenue      { color: #00008B; 
                       background-color: #E7E7F7;
                       font-size: small; 
                       margin: 1em 5% 0em 5%; 
                       padding: 0em 0.5em 0em 0.5em;
                       border-color: #00008B; 
                       border-style:solid; 
                       border-width:1px 0px 1px 0px; 
                       width: 90%
                     }
.EB_Alphabet         { text-align:  left; font-size:   small; padding-left: 0.5em; }
.EB_Anfangverweis    { text-align: right; font-size: x-small; padding-right:0.5em; white-space:nowrap; }

.EB_Text             { font-size: small; margin: 0.5em 15% 0em 15%; text-align: left; }
.EB_Text_klein       { font-size: small; margin:   0em 15% 0em 15%; }

.EB_Fuss             { color: #000000; 
                       background-color: #E7E7F7;
                       font-size: x-small; 
                       margin: 1em 0em 0em 0em; 
                       padding: 0.5em 1em 0.5em 1em;
                       border-color: #00008B; 
                       border-style:solid;
                       border-width:1px 0px 0px 0px; 
                       white-space:nowrap;
                     }
                     
.EB_TelFaxNr,
.EB_URLsNr,
.EB_URL              { font-family: "Andale mono", "Lucida Console", "Lucida Sans TypeWriter", "Courier New", Courier, monospace; font-size: larger; }

.EB_TelFaxNr,
.EB_URLsNr           { color: black; }

@media print
{
body,
.EB_Fuss             { color: black; background-color: white; } 
}

@media print, aural, braille, embossed, tty                  
{
.EB_Kopfmenue        { visibility:hidden; }
.EB_Zeilenmenue      { display:none; }
.EB_Anfangverweis    { visibility:hidden; }
.EB_Titel            { visibility:visible; text-align:center; }
}

/* Ende EB_Stil.css */
