/* Kopfzeilen und Banner Definition */

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


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

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

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

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

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

#topmiddle .headline
{
color: #F5e9CE; 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: #F5e9CE; 
  color: black; 
}


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

#content h1
{
  color: #553700;
}

#content h2
{
  color: #553700;
}

#content a
{
  color: #553700;
}

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

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

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

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

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

#sidebar h2 
{
    color: #F5e9CE;
}

#sidebar ul  
{ 
  background-color: #553700;
}


#sidebar .category  
{
color: #F5e9CE;
}

#sidebar .here 
{
color: white;
}

#sidebar .last 
{
color: #F5e9CE;
}

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

#sidebar a:link {
  color: #F5e9CE; background-color: #553700; } 

#sidebar a:visited {
  color: #F5e9CE; background-color: #553700; }

#sidebar a:hover {
  color: #553700; background-color: #F5e9CE; border-color: black; }

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




/* Fusszeilen Definition */
#Fuss { color: #F5e9CE; background-color: #553700; }
/* Fusszeilen Definition Ende */