﻿/* Ch. St.-L. 2014-05-04 */

BODY    {
        margin-top:     0;
        margin-left:    3em;
        margin-right:   2em;
        margin-bottom:  1em;
        padding-top:    0;
        padding-left:   0;
        padding-right:  0;
        padding-bottom: 0;
        border-top:     0;
        border-left:    0;
        border-bottom:  0;
        border-right:   0;
        width:  auto;
        }
 
/* Quotes für Sprache de-CH gleich wie für fr: "«" "»" "<" ">" */
[LANG|=de] > *    { quotes: "\201E" "\201C" "\201A" "\2018" ; }  
[LANG|=de-CH] > * { quotes: "\00AB" "\00BB" "\2039" "\203A" ; }  
[LANG|=en] > *    { quotes: "\201C" "\201D" "\2018" "\2019" ; }
[LANG|=fr] > *    { quotes: "«" "»" "\2039" "\203A" ; }
Q:before { content: open-quote ; }
Q:after  { content: close-quote ; }
Q { color: #006600 ; } /* Grünstich als Test, ob Qotes funktionieren */

.header {
  display: block ;
  margin-left:   -4em ;
  margin-right:  -3em ;
  padding-top:    0.2em ;
  padding-left:   4em ;
  padding-right:  3em ;  
  padding-bottom: 0.2em ;
  font-size: 0.83em ;
  background: #CCCCCC ;
  color: #FFFFFF ;
}

.header A:link {
  text-decoration: none ;
  background: #CCCCCC ;
  color: #FFFFFF ;
}
.header A:visited {
  text-decoration: none ;
  background: #CCCCCC ;
  color: #FFFFFF ;
}
.header A:hover {
  text-decoration: none ;
  background: #BBBBBB ;
  color: #FFFFFF ;
}

div.listscrollbuffer { 
  display: block;
  background: gray;
/*  margin: 1em -2em 0em -2em; */
  padding: 1em 2em 67% 2em;
/*
  width: 100%;
  height: 50%;
*/
}

CODE {font-family: "Andale Mono", "Monotype.com", "OCR-B", "Letter Gothic", "Courier New", Courier, Monaco, monospace ; }
PRE {font-family: "Andale Mono", "Monotype.com", "OCR-B", "Letter Gothic", "Courier New", Courier, Monaco, monospace ; }
H1, H2, H3, H4, H5, H6 {font-family: Arial, Helvetica, Verdana, Tahoma, Geneva, SunSans-Regular, sans-serif ; }
H4 {margin-bottom: 0.5em }
H5, H6 {margin-bottom: 0.2em }
A:link     {color: blue ;    background: white ; }
A:hover    {color: #6600FF ; background: white ; }
A:visited  {color: purple ;  background: white ; }
A:active   {color: #CC00FF ; background: white ; }
.disabledlink {color: #666699 ; background: white ; }
A.validated {
  background: #FFCC66;
  font-family: Univers, Helvetica, Arial, sans-serif;
  font-weight: bold ; 
  text-decoration: none;
  color: #333333;
  }
A.validated:link, A.validated:visited {
  background: #FFCC66;
  font-family: Univers, Helvetica, Arial, sans-serif;
  font-weight: bold ; 
  text-decoration: none;
  color: #333333;
  }
A.validated:hover {
  background: #FFDD77;
  font-family: Univers, Helvetica, Arial, sans-serif;
  font-weight: bold ; 
  text-decoration: none;
  color: #333333;
  }
A.validated:active {
  background: #FFDD77;
  font-family: Univers, Helvetica, Arial, sans-serif;
  font-weight: bold ; 
  text-decoration: none;
  color: #333333;
  }
A.validated em {
  font-style: italic;
  text-decoration: none;
  color: #990000;
  }

BODY, P {
font-family: Arial, Helvetica, Verdana, Tahoma, Geneva, SunSans-Regular, sans-serif ;
/*
font-family: Georgia, "Times New Roman", Times, "New York", serif ;
*/
background: white;
color: black;
margin-top: 0.5em;
}

LI {
margin-top: 0.3em;
}

.header {
  margin-top: 0;
  font-size: 0.83em ;
}
.header A:link, .header A:visited {
  text-decoration: none ;
}

.new {
  background: red ;
  color: white ;
}

P.date {
  font-size: 0.83em ;
  text-align: right ;
}

P.navigation {
  font-size: 0.83em ;
  text-align: center ;
}

CODE {font-family: "Andale Mono", "Monotype.com", "OCR-B", "Letter Gothic", "Courier New", Courier, Monaco, monospace ; }
PRE {font-family: "Andale Mono", "Monotype.com", "OCR-B", "Letter Gothic", "Courier New", Courier, Monaco, monospace ; }
H1, H2, H3, H4, H5, H6 {font-family: Arial, Helvetica, Verdana, Tahoma, Geneva, SunSans-Regular, sans-serif ; }
H4 {margin-bottom: 0.5em }
H5, H6 {margin-bottom: 0.2em }
A:link     {color: blue ;    background: white ; }
A:hover    {color: #6600FF ; background: white ; }
A:visited  {color: purple ;  background: white ; }
A:active   {color: #CC00FF ; background: white ; }
.disabledlink {color: #666699 ; background: white ; }
A.validated {
  background: #FFCC66;
  font-family: Univers, Helvetica, Arial, sans-serif;
  font-weight: bold ; 
  text-decoration: none;
  color: #333333;
  }
A.validated:link, A.validated:visited {
  background: #FFCC66;
  font-family: Univers, Helvetica, Arial, sans-serif;
  font-weight: bold ; 
  text-decoration: none;
  color: #333333;
  }
A.validated:hover {
  background: #FFDD77;
  font-family: Univers, Helvetica, Arial, sans-serif;
  font-weight: bold ; 
  text-decoration: none;
  color: #333333;
  }
A.validated:active {
  background: #FFDD77;
  font-family: Univers, Helvetica, Arial, sans-serif;
  font-weight: bold ; 
  text-decoration: none;
  color: #333333;
  }
A.validated em {
  font-style: italic;
  text-decoration: none;
  color: #990000;
  }

IMG {
  border: 0;
  }