/* DATEI: selfhtml.css */

/* Wenn die Schriftgroessen von SELFHTML fuer Sie schwer lesbar sind */
/* und Sie SELFHTML lokal lesen, benennen Sie diese Datei */
/* um in selfnormal.css */
/* und benennen Sie die Datei selfnosize.css im src-Verzeichnis */
/* um in selfhtml.css */

 body{

   color: black;        background-color: #EDEFB6;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;

    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin:  auto;      /* standardkonforme horizontale Zentrierung */

    padding: 0.5em;
    background: #ffffe0 url(grafiken/www-back/imitation_leather_2.jpg) repeat;

    border: 2px ridge silver;
  }
   img { border:none}

div#logo {
  border: 1px dotted silver;
  padding: 0; margin-right: 4em;  font-size: 0.91em;
  float: left;
  margin-top: -2.3em;}

  ul#Navigation {
  border: 1px dashed silver;
  margin: 0;
  margin-top: -0.3em;      /*Abstand Navigationsteil zum oberen Rand, muß wie unter ul#Navigation li { margin:...} angegeben*/
  padding: 0;
  font-size: 0.91em;
  float: left;
  background-color: transparent;
  width: 7.2em;
}
  ul#Navigation li {
  margin: 0.3em 0;      /* vertikaler Abstand Navi-buttons zueinahnder, rückt auch Navigation vom oberen Rand weg --> s. dazu ul#Navigation*/
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  opacity: 1;
  background-color: transparent;
}
  ul#Navigation a {
display:block;
  padding: 0.4em 0.2em;
  display: block;
  font-weight: bold;
}
  ul#Navigation a:link {
  border-style: outset;
  border-width: 0.3em;
  border-color: #999999;
  padding: 0.4em 0.2em;
  text-decoration: none;
  color: white;
  opacity: 1;
  background-color: transparent;
}
  ul#Navigation a:visited {
  border-style: outset;
  border-color: #999999;
  border-width: 0.3em;
  padding: 0.4em 0.2em;
  text-decoration: none;
  background-color: transparent;
}
  ul#Navigation a:hover {
  border-style: outset;
  border-color: #999999;
  border-width: 0.3em;
  padding: 0.4em 0.2em;
  text-decoration: underline;
  color: black;
  background-color: #abeb84;
}
  ul#Navigation a:active {
  border-style: inset;
  border-color: #999999;
  border-width: 0.3em;
  padding: 0.4em 0.2em;
  color: #808080;
  background-color: #abeb84;
  opacity: 0.6;
}

  div#Inhalt {
    margin-left: 7.2em;
    padding: 0 1em;
    min-height: 560px;
    background: #ffffe0 url(grafiken/www-back/imitation_leather.jpg) repeat;
    border: 1px dashed silver;
  }
  div#Inhalt h1 {
    font-size: 1.5em;
    margin: 0 0 0.3em;

  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0 0 1em;
  }
  div#Inhalt p {
    font-size:1em;
    margin: 1em 0;
  }


  /*
body {background-image:url(grafiken/www-back/imitation_leather.jpg)}   */

h1,h2,h3,h4,p,ul,ol,div,td,th,address,blockquote,nobr,b,i {
 font-family:Arial,sans-serif; }       /*

h1 { font-size:26px; margin-bottom:18px; text-align:left; }

h2 { font-size:21px; margin-bottom:15px; color:black; text-align:left; }

h2.sh2 { font-size:21px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; color:#990000; }

h4 { font-size:13px; }

p,ul,ol,li,div,td,th,address,blockquote { font-size:13px; }

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:link { color:#3333FF; text-decoration:none; }

a:visited {text-decoration:none; }

a:active { color:#FF6600; text-decoration:none; }

a:hover {color:#3333FF; text-decoration:underline; }

a.an { color: #FF0000; 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; }        */