/*
 CSS für www.carnivoren.org
 Autor: Georg Stach  stach@carnivoren.org
*/

body {
      font-family: serif;
      font-size: 12pt;
      color: #003F00;
      background-color: white;
      /* nur IE > 5.0 */
      scrollbar-arrow-color : white;
      scrollbar-base-color: #005500;
      scrollbar-3d-light-color: #007D00;
     }

table,tr,td,th,div {
      font-family: serif;
      color: #003F00;
  }

h1,h2,h3,h4,h5 {
      font-family: serif;
      font-weight:bold;
      color: #007F00;
    }

h1 {font-size:22pt;}
h2 {font-size:18pt; color:#0A9B02}
h3 {font-size:16pt;}
h4 {font-size:14pt;}


a {
   font-family: serif;
   font-size: 12pt;
   font-weight:bold;
   text-decoration: underline;
  }

a:link    {color:#FF9F00;font-weight:bold;}
a:visited {color:#FF5F00;font-weight:bold;}
a:active  {color: #DF0000;font-weight:bold;}
a:hover   {color: #FF5F00;font-weight:bold;}

p {font-family: serif;
   font-size: 12pt;
   color: #003F00;
   text-align: justify;
  }


p.lightyellow
  {width:100%;
   background-color:#FFFAD5;
   border-style:none;
  }

p.white {
 color: white; }


li,ul  {
       list-style-position: inside;
       list-style-type: disk;
       color: #003F00;
       text-align: left;
       font-family:serif;
       font-size: 12pt;
       }

li.white,ul.white {
   color:white; }

img   {border-style: solid;
       border-color:#005F00; }

input,select,option,textarea  {
     color:#007F00;
     background-color:#FFFFFF;
     border-color:#007F00;
     border-style="groove";
     border-width="2px";

     }