<!-- /* <?php header('Content-type: text/css'); ?> */

/* Stylesheet für Beispiele (Für alle Browser gleich) */

body { 
  background-color:#d08020 ; 
  color: #502000;
  font-size: 101%;
  max-width: 50em;
  }

#seite {
  padding: 0 1em 1em 1em;
  background-color: #f0f0e8;
  border: 1px solid #602000;
  }

body, p, li, dd, dt, th, td, h1, h2, h3, h4 {
  line-height: 120%;
  font-family: sans-serif;
  color: #502000;
  }
  
li:first-line, dd:first-line, dt:first-line {
  line-height: 100%
  }

em, strong {
  color: #602000; 
  }
 
h1, h2, h3, h4 {
  color: #602000; 
  }

h1 
  { font-size: 1.6em; }
h2 
  { font-size: 1.4em; }
h3 
  { font-size: 1.1em; }
h4 
  { font-size: 1em; }

a:link {
  color: #d07b00; 
  text-decoration:underline; font-weight:normal; 
  }
a:visited { 
  color: #a04000; 
  text-decoration:underline; font-weight:normal; 
  }
a:link:hover, a:visited:hover { 
  color: #ff6600; 
  text-decoration:underline; font-weight:normal; 
  }
a:active, a:active:hover {
  background-color: #ff6600; 
  color: #ffffff; 
  text-decoration:none; font-weight:normal; 
  }

pre { 
  text-indent:0; text-align:left;
  margin-left: 2em; padding: 1em;
  background-color: #f0e8d8; 
  color: #301000;  
  font-family: courier, monospace;
  }

.trenner { 
  text-indent: 0; margin-left: 3em; margin-right: 2em;
  text-align: center;  color: #602000;
  }

div.floatfix {
  display: table;
  }

p.left { 
  text-indent:0; text-align:left;
  margin:0; padding:0;
  }
p.right { 
  text-indent:0; text-align:right;
  margin:0; padding:0;
  }
  
#kopf { 
  margin: 0;  
  line-height: 0;
  }
#kopflinks, #kopfrechts { 
  margin: 0; 
  font-family: sans-serif; 
  font-size: 80%;
  font-weight:normal;
  color: #606060;
  }
#kopfrechts { 
  float: right; 
  width: 5em;
  padding-left: 2em; 
  }

.footer { 
  margin-left: 0; margin-right: 0;
  border-top-width: 1px; border-top-style: solid; border-top-color: #602000;
  margin-top: 20px; padding-top: 20px;
  }

-->
