/** Herbst-Design   herbst.css **/
body{
	background: url(../img/autumn-leaf-tile.jpg);
}
#header{
	background: #fc9;
}
#fussleiste{
	background: #fc9;
}
#navigation{
	background: #fc9;
}
#navigation a{
	color: #000;
	background: #fc9;
}
#navigation a:hover{
	background: #bbd;
}
h1, h2, h3, h4{
	color: #050;
}
a:link{
	color: #e52;
}
p:first-letter {
	color : #e52;
}
dt {
  color: #026;
}

