/* 
   DTR.CSS, Version: 2007-09-15
   Cascading Style Sheets für HTML-Texte unter http://www.Ehlich-Berlin.de/DTR
*/

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: 0.5em 10%   0em 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; }
li                   { margin: 0.25em 0em   0em 0em; }
hr                   { margin:    0em  0%   0em  0%; }
ul                   { margin:    1em 20%   1em 20%; }

/* ohne Unterstreichung */
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; }

/* eigene CSS-classes */
.DTR_Hintergrund     { background-color: white; }

.DTR_Kopfmenue       { background-color: #E7E7F7;
                       padding: 0em 0em 0em 0em;
                       border-color: darkblue; 
                       border-width:0px 0px 1px 0px; 
                       border-style:solid;
                     }

.DTR_Menue           { color:      darkblue; 
                       font-size:  small; 
                       margin: 0em 0em 0em 0.5em;
                     }
.DTR_Menue_aktuell   { color:darkblue; background-color: white; }

.DTR_Titel           { color:darkblue; 
                       font-size: small; 
                       font-weight: bold; 
                       text-align: right; 
                       margin: 0em 1em 0em 0em;
                     }
                       

.DTR_Menueliste      { font-size: medium;    
                       width: 70%; 
                       margin: 0em 15% 2em 15%; 
                       /* white-space:nowrap; */
                     }
.DTR_Eintrag         { text-align: left; font-size: small; margin: 0.2em 5% 0em 5%; padding: 0.5em 0em 0em 0em;  }
.DTR_Zeilenmenue     { font-size: small; 
                       color: darkblue; 
                       background-color: #E7E7F7;
                       margin: 1em 5% 0em 5%; 
                       padding: 0em 0.5em 0em 0.5em;
                       border-width:1px 0px 1px 0px; 
                       border-color: darkblue; 
                       border-style:solid; 
                       width: 90%
                     }
.DTR_Alphabet        { text-align:  left; font-size:   small; padding-left: 0.5em; }
.DTR_Anfangverweis   { text-align: right; font-size: x-small; padding-right:0.5em; white-space:nowrap; }

.DTR_Text            { text-align: left; font-size: small; margin: 0.5em 10% 0em 10%; }

.DTR_Fuss            { font-size: x-small; 
                       white-space:nowrap;
                       color: #000000; 
                       background-color: #E7E7F7;
                       margin: 1em 0em 0em 0em; 
                       padding: 0.5em 1em 0.5em 1em;
                       border-color: darkblue; 
                       border-width:1px 0px 0px 0px; 
                       border-style:solid;
                     }
                     
.DTR_URL             { font-family: "Andale mono", "Lucida Console", "Lucida Sans TypeWriter", "Courier New", Courier, monospace; font-size: larger; }


@media print, aural, embossed, tty                  
{
body                 { color: black; background-color: white; } 

.DTR_Kopfmenue       { visibility:hidden; }
.DTR_Zeilenmenue     { display:none; }
.DTR_Anfangverweis   { visibility:hidden; }
.DTR_Titel           { visibility:visible; text-align:center; }
.DTR_Fuss            { background-color: white; }
}

/* Ende DTR.CSS */

