/* Kopfzeilen und Banner Definition */

#topleft, #topright, #topmiddle
{
  background-color: #5ab51c;
}


#topleft
{
  background-image: url(bio_logo.gif);
}

X * html #topleft { position: absolute; top: 5px; left: 0px;}

#topmiddle
{
  background-image: url(grass.jpg);
}

#topmiddle .crumbs
{
color: black; background-color: none;

}
* html #topmiddle { background-image: url(grass.jpg);}

#topmiddle .headline
{
color: #c3e7b5; background-color: none;

}

#topright
{
  background-image: url(tasten.gif);
}

* html #topright { background-image:url(tasten.gif); }

/* ENDE ENDE Kopfzeilen und Banner Definition --------------------------------------------------------*/

/* Body-Definition */

body
{
  background-color: #c3e7b5; 
  color: black; 
}


/* content ------------------------------------------------------------------------- */

#content h1
{
  color: #5ab51c;
}
#content h2
{
  color: #5ab51c;
}

#content a
{
  color: #5ab51c;
}

#content li
{
  list-style-image: url(tictac_grey.gif); 
}

#content table td
{
color: black;
border: thin solid #5ab51c;
}

/* Sidebar ------------------------------------------------------------------------- */

#sidebar {
  list-style-image: url(ordner.gif); 
  background-color: #5ab51c;
}

* html #sidebar { list-style-image: url(ordner.gif); background-color: #5ab51c;}

#sidebar h2 
{
    color: #c3e7b5;
}

#sidebar ul  
{ 
  background-color: #5ab51c;
}


#sidebar .category  
{
color: #c3e7b5;
}

#sidebar .here 
{
color: white;
}

#sidebar .last 
{
color: #c3e7b5;
}

#sidebar ul li 
{ 
  list-style-image: url(ordner.gif); 
}

#sidebar a:link {
  color: #c3e7b5; background-color: #5ab51c; } 

#sidebar a:visited {
  color: #c3e7b5; background-color: #5ab51c; }

#sidebar a:hover {
  color: #5ab51c; background-color: #c3e7b5; border-color: black; }

#sidebar a:active { color: white; background-color: grey; }




/* Fusszeilen Definition */
#Fuss { color: #c3e7b5; background-color: #5ab51c; }
/* Fusszeilen Definition Ende */