﻿/* DATEI: rdpage.css */


body { background-color: #FFFFCC  }



ul#Navigation {
    width: 10em;
    margin: 0; padding: 1;
    border: opx solid black;
    background-color: #FFFFCC;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.3em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.2em; padding: 0;
  }

  ul#Navigation a {
    display:block;
    padding: 0.1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: #3399FF; border-top-color: #3399FF; border-right-color: #3399FF; border-bottom-color: #3399FF;
    color: black; background-color: #CCFFFF;
  }
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
border-right-color: black; border-bottom-color: black;
    color: white; background-color: #3399FF;
  }

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

h1 { font-size:26px; margin-bottom:20px; }

h2 { font-size:21px; margin-bottom:18px; }

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

h4 { font-size:15px; }

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


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:"#FFFF99; }

.nav { background-color:#FFEEDD; }

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

.blue { color:#0000C0; }

pre.normal { color:#000000; }



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

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

a:active { color:#804080; 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; }