BODY {/*this is shorthand and declares the background color and calls the image */
      background : #FFFFFF url(../images/BullisSide1.gif) repeat-y; /* that will be repeated only along the y-axis [North/South] */
      font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	    color : #003366;
      margin: 0px; /*margins are set to zero*/
      padding-top: 0px; /*for Opera6*/
      }
      
.Header {
    margin-top: 0px;
    margin-left: 0px;
    height: 70px;
    background : #FFFFFF url(../images/2002/PlantCareHeader.gif) repeat-x;
     } 

.Headersub {
    position:absolute;
    top: 85px;
	left: 0px;
    height: auto;
	font-size : 12px;
  font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 

	
	}        

.Navigation {
    position:absolute;/*The navigation on the left side, positioned absolutely*/
    top: 105px;
	left: 0px;
    width: 175px;
    height: auto;
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to have the navigation elements better separated*/
    }
   
.Content {/*this is the main content area*/
    background: #FFFFFF; /* that will be repeated only along the y-axis [North/South] *//*declare a color together with a contrasting background color*/ 
    color: #003366;/*to insure readability*/
    margin-left: 180px;/*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
    padding: 5px;/*space to separate navigation and content*/
    max-width: 650px;/*readbility even on big screens*/
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    width: auto;
    }
td#thumbs {/*this is the main content area*/
    background: #FFFFFF;
    text-align: center;
	vertical-align: top; 
    color: #003366;/*to insure readability*/
    padding: 10px 10px;
	margin: 5px 5px;/*space to separate navigation and content*/
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    width: 90px;
	font-size : 10px;
    } 
.TableBorder {/*this is the main content area*/
    border: 1px;
	} 

.Content p {max-width: 650px;}    
    
pre {/*here I define the HTML <pre> tag*/
	font-size : 13px;
  font-family : "Courier New", Courier, monospace;
	background-color : #F7F7F7;
	color : #000000;
  border: 1px solid #000080;
  white-space: pre;
  padding: 4px;
}

.box {/*this is a box where the bottom-navigation and the copyright will be placed*/
    background: #FFFFFF url(../images/PlantCareDotLighter.gif)      
	  color : #000099;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    padding : 2px;
    margin: 2px;
	width: 625px;
    border-color : #666699;
	border-style : groove;
	border-width : 1px;
}

.boxright {
float: right;
background:#eee;
border: solid #000000 1px;
color: #000099;
margin: 4;
padding: 2px;
width: 150px;
height: auto;
font-family :  Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size: 10px;
	}
	
.boxleft {
float: left;
background:#eee;
border: solid #000000 1px;
color: #000099;
margin: 4px;
padding: 2px;
width: 135px;
height: auto;
font-family :  Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size: 10px;
	}
.boxproduct {
    background: #B5C465 url(../images/ProductTableBG.gif);      
	color : #000000;
	font-family :  Verdana,Tahoma, Arial, Helvetica, sans-serif;
    font-size: 24px;
    height: 70px;
	padding : 10px;
    margin: 5px;
	vertical-align: bottom; 
    border-color : #000000;
	border-style : groove;
	border-width : 1px;
}	
.boxproductitem {
    background: #B5C465;      
	color : #000000;
	font-family :  Verdana,Tahoma, Arial, Helvetica, sans-serif;
    margin: 5px;
	vertical-align: bottom; 
    border-color : #000000;
	border-style : groove;
	border-width : 1px;
}	
.navbox {/*some button-like boxes for the left-side navigation*/
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  background-color:#F5F5F5; 
  color : #000088;
  border-color: #999999;
  border-width: 0 1px 1px 0;
  border-style: solid;
  width: 115px;
  padding: 2px;
  margin: 2px 1px;
  left: 3px;
}

.Kommentar {/*to include a commentary in the <pre> area I use this in a <span> class*/
  font-size: 11px; 
  font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
  color: #FF6633; 
  background: #F7F7F7;}

P,OL, UL, DL {font-size: 12px;}/*font-family is already defined, here I only set the font-size*/
P OL, P UL, P DL, OL UL {font-size: 12px;}/*and here the I prevent the incredible shrinking text*/

#menu {
line-height: 1;
boder-right: 1px solid gray;
margin:  .5em, 0, 0, 2em;
font-size:10px
}

#menu a:link {
   color: Blue; 
   text-decoration : none; 
   font-weight: 500; 
   font-size:10px; 
   background-color: #B5C465;}
   
#menu a:visited {
   color: #FF0000; 
   text-decoration : none;
   font-weight: 500; 
   font-size:10px; 
   background-color: #B5C465;}
   
#menu a:hover { 
   color: #999999;
   display: block; 
   border: 1px;
   border-color: #CCCCCC; 
   text-decoration : none; 
   font-weight: 500; 
   font-size:10px; 
   background-color: #FFFFFF;}
   
#menu a {
   color: #CDCDCD; 
   text-decoration: none; 
   font-weight: 600; 
   font-size: 10px; 
   background-color: #B5C465;
   }




H1, H2, {font-family : Verdana, "Times New Roman", Georgia, "MS Serif", "New York", serif;}
 H3 {
 margin-bottom: 0.2em;
 background : #B5C465;
 font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
 color : #000000;
 padding: 2px;
 font-size: 12px;
 text-align: left;
 width: 50%;		}
 
 H4 {
 background : #B5C465;
 font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
 color : #000000;
 font-size: 16px;
 text-align: left;
		}
  
  H5 {
 font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
 color : #000000;
 font-size: 24px;
 text-align: Left;
 padding : 8px;
 margin: 8px;		}       
H6 {
 background : #59648E;
 font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
 color : #FFFFFF;
 font-size: 12px;
 text-align: center;
		}
		
.six {font-size: 11px; color: #999999; background: transparent;}
.mit {text-align: justify;}
.red {color : #FF0000; background: #FFFFFF;}
.mint {color: #009999; background: #FFFFFF;}
.ROT {font-size: 16px; color: #FF0000; font-weight: 600; background: #FFFFFF;}
    
A:link {color: blue; text-decoration : none; background: transparent;}/*normal links in the text*/
A:visited {color: #FF0000; text-decoration : none; background: transparent;}
A:hover { color: #999999; text-decoration : underline; background: transparent;}

/*now follow the section links in the navigation bar on the left side*/        
/*now follow the section links in the navigation bar on the left side*/        
A.nav {
  color : #006699;
  text-decoration : none; 
  background: transparent; 
  display: block; 
  width: 105px;  
  }
A.nav:visited {color: #C71585; 
  text-decoration : none;
  background: transparent;
  display: block; 
  width: 105px;  
  }
A.nav:hover { color: #708090; 
  text-decoration : none; 
  background: #EBF5FA;
  display: block; 
  width: 105px;
  }
A.navtot {color: #000000; 
  text-decoration: none; 
  FONT-WEIGHT: 600;
  background: transparent; 
  display: block; 
  width: 105px; 
  }/*the actual page*/

/*these are the sub-section links in the navigation bar on the left side*/ 
A.nav2:link {color: #FFFFFF; text-decoration : none; font-weight: 500; font-size:13px; background-color: #003366;}
A.nav2:visited {color: #FF8C00; text-decoration : none;font-weight: 500; font-size:13px; background-color: #003366;}
A.nav2:hover { color: #7FFFD4; text-decoration : none; font-weight: 500; font-size:13px; background-color: #003366;}
A.navtot2 {color: #CDCDCD; text-decoration: none; font-weight: 600; font-size: 13px; background-color: #003366;}/*the actual page*/

img.top {float: right; margin-right: -5px;}/*the 'back to the top' image*/ 

strong, b {font-weight: 800;}/*NN 4.xx needs that...*/ 
big {font-size: larger;}/*to emphasize words, use it inline with a <span> class*/ 
small {font-size: smaller;}/*not really necessary, but one never knows...use it inline with a <span> class*/

.outlinke { 
  margin: 0 0 0 -120px;
  font-size: 11px; 
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #C71585;
  background: #FFFFFF;
  }

.rrand {float: right; padding-left: 7px;}
.lrand {float: left; padding-right: 7px;}

.oldbrowser {display: none;}

A IMG {border: 0.1px none #000000;} 
