/*
 *  Georg Stach
 * FleischfressendePflanzen.de
 ** CSS_Datei
 ** Cascading Style Sheets für WWW
*/

body {color: #A8BE0C;
      background-color: black;
      font-family: Trebuchet MS, Myriad Web, Georgia, serif;
      scrollbar-arrow-color : #000000;
      scrollbar-base-color: #A8BE0C;
      scrollbar-3d-light-color: #FF9B09;
      }

p,td {font-family: Trebuchet MS, Myriad Web, Georgia, serif;
      color: #A8BE0C;
      text-align: justify;
      font-size: 12pt;}

a {font-family: Trebuchet MS, Myriad Web, Georgia, serif;
    font-size: 12pt;
    text-decoration: underline;}

a:link {color: #A8BE0C;}
/* a:visited {color: #7E8413;} dunkelgruen*/
a:visited {color: #A8BE0C;}
a:active {color: #FF9B09;}
a:hover {color: #FFB03C;}
a.orange {color: #FFB03C;}
/* a:hover {background-color: #A8BE0C;

         color: #000000;} */

li,ul  {
        color: #A8BE0C;
        font-family: Trebuchet MS, Myriad Web, Georgia, serif;
        list-style-position: inside;
        list-style-type: disk;
        font-size: 12pt;}

/*
img   {border-style: solid;
       border-color: #A8BE0C;}
*/

input,select  {
       background-color:#000000;
       color: #A8BE0C;
       font-size:10pt;
       font-family: Trebuchet MS, Myriad Web, Georgia, serif;
       border-color:#A8BE0C;
}

p.klein, a.klein {
         font-size:8pt;
         font-family: Trebuchet MS, Myriad Web, Georgia, serif;
        }

.box_left { float: left;
            margin-right: 10px;
            margin-bottom: 0px;
            border: dotted 1px  #A8BE0C;
            color: #A8BE0C;
            font-size:8pt }

.box_right { float: right;
            margin-left: 10px;
            margin-bottom: 0px;
            border: dotted 1px  #A8BE0C;
            color: #A8BE0C;
            font-size:8pt }

/* Karnivoren-DB-Beschreibungen */
.abschnitt1 {font-size:13pt;
             font-family: Trebuchet MS, Myriad Web, Georgia, serif;
             text-align: left;
             font-weight:bold}

.abschnitt2 {font-size:12pt;
             font-family: Trebuchet MS, Myriad Web, Georgia, serif;
             text-align: left;
             font-weight:bold }

#author, #footnote {
   font-family: Trebuchet MS, Myriad Web, Georgia, serif;
   color: #A8BE0C;
   font-size: 10pt;}

#black {color:#000000;}

#h1 {font-size:14pt;
      color: #FFB03C;  /* hell-orange */
      font-family: Trebuchet MS, Myriad Web, Georgia, serif;
      text-align: left;
      font-weight:bold;}

#h2 {font-size:14pt;
     color: #A8BE0C;
      font-family: Trebuchet MS, Myriad Web, Georgia, serif;
      text-align:left;}

#sub {font-size:13pt;
     color: #FFB03C; /* hell-orange */
      font-family: Trebuchet MS, Myriad Web, Georgia, serif;
      text-align:left;}

#navlink {
          font-family: Trebuchet MS, Myriad Web, Georgia, serif;
          color: #FFB03C;
          font-size:12pt; }

#orange {color:  #FFB03C;}

          /* Kapitälchen */
#cap {    font-family: serif;
          color: #A8BE0C;
          font-size:12pt; }
