/*
 *  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;
      }

#header {
    float: left;
    height: 100px;
}

#header > ul {
    margin-left: -25px;
}

#header > ul li {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    float: left;
}

#quicksearch-wrapper {
    margin-top:  19px;
    margin-left: 80px;
}

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, .ui-autocomplete *  {
       background-color:#000000 !important;
       color: #A8BE0C !important;
       font-size:10pt;
       font-family: Trebuchet MS, Myriad Web, Georgia, serif;
       border-color:#A8BE0C;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 4px;
    border-radius: 0px !important;

}

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; }

