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

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

a {font-family: Trebuchet MS, Myriad Web, Georgia, sans-serif;
    font-size: 12pt;
    color: #000000;
    text-decoration: none;}


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

table,tr,td,th {
             color:#000000;
             background-color:#FFFFFF;
}

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

img   {border-style: solid;
       border-color: #000000;}

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


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

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

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

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

#black {color:#000000;}

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

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

#sub {font-size:12pt;
     color: #000000;
      font-family: Trebuchet MS, Myriad Web, Georgia, sans-serif;
      text-align:left;}

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

#orange {color:  #000000;}

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






