/* DATEI: default.css */


body {
  background-color: #E0FFE0;
  color: #000000;
  max-width: 100ex;
  left: auto;
  right: auto;
}

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,p {
  font-family:Arial,Verdana,Helvetica,sans-serif; 
}

h1 { 
  font-size:36px;
  text-align:center; 
  margin-bottom:18px; 
}

h2 { 
  font-size:24px; 
  margin-bottom:18px; 
  text-align:center; 
}

img {
  width: auto;
  position: relative;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  clear: both;
  margin-top: 5mm;
  margin-bottom: 5mm;
  border: 0pt;
}

img.inline {
  margin: 0 0 0 0;
  display: inline;
  clear: none;
  position: static;
  vertical-align: middle;
}

.center {
  text-align: center;
}

h2.sh2 { font-size:21px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }

h4 { font-size:13px; }

p,ul,ol,li,div,td,th,address,blockquote { font-size:14px; }

small { font-size:10px }

li { margin-top:3px; }

pre { font-family:Courier New,Courier; font-size:13px; color:#0000C0; }

code,kbd,tt { font-family:Courier New,Courier; color:#0000C0; }

var { font-style:normal; color:#0000C0; }

blockquote,cite { font-style:italic; }

.xmpcode { border-width:10px; border-style:solid; border-color:#EEEEEE; background-color:#FFFFE0; }

.code { background-color:#FFFFE0; }

.tabxpl { background-color:#E4EEFF; }

.doc { background-color:#EEEEEE; }

.nav { background-color:#FFEEDD; }

.qbar { background-color:#FFFFE0; font-size:13px; font-family:Arial,sans-serif; }

.blue { color:#0000C0; }

pre.normal { color:#000000; }

a.emph { font-style: bold; font-size: 16px; }

a:link { color:#600060; text-decoration:underline; }

a:visited { color:#404040; text-decoration:underline; }

a:active { color:#00FF00; text-decoration:none; }

a.an { text-decoration:none; }

.unicode { font-size:15px; font-family:Arial Unicode MS,Arial,sans-serif }

ins { color:#009900; font-weight:bold; text-decoration:none; }

del { color:#990000; font-weight:bold; text-decoration:line-through; }

.invert { 
  color: #ffffff;
  background-color: #000000;
}

table {  
  background-color: #708070;
}

tr.ungerade { 
  background-color: #D0F0D0;
}

tr.gerade { 
  background-color: #E0FFE0;
}

td.vorne_weiss { 
  text-align: right;
  background-color: #FFFFFF;
}

td.vorne_schwarz { 
  text-align: right;
  background-color: #000000;
}

td.vorne_grau { 
  text-align: right;
  background-color: #EFEFEF;
}

td.vorne_braun { 
  text-align: right;
  background-color: #663300;
}

td>img { 
  position: static;
}
