body, table {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFF99;
}

body {
  margin: 0px;
  background-color: gray;
}

h1 {
  font-size: 20px;
	line-height: 24px;
}

h2 {
  font-size: 16px;
  line-height: 18px;
}

h3 {
  font-size: 12px;
  line-height: 10px;
}

 Stil8 {color: #FFFF66}


a {
	color:yellow;
	text-decoration: underline;
	border: 0;
}

#content a:hover{
	text-decoration: none;
}

img {
  border: 0;
  behavior:	url("pngbehavior.htc");
}

#main {
  width:994px;
  margin: 0px auto;
  text-align:left;
  background-image: url(derived/leinwand.png);
  border:1px solid #000000;
}

#header {
  background-image: url(derived/header.jpg);
  width:  994px;
  height: 90px;
}

#menu {
  background-image: url(derived/menu.jpg);
  background-color: #000d57;
  width: 180px;
  padding-top: 25px;
  padding-left: 10px;
  float: left;
}

#menu img {
  margin-bottom: 10px;
  border: 0px;
}

#menu img:hover {
  background-repeat: no-repeat;
  background-image: url(derived/menu_arrow.png);
}

#active {
   border: 1px solid yellow; 
  background-repeat: no-repeat;
  background-image: url(derived/menu_arrow.gif);
}

#content {
  background-image: url(derived/leinwand.png);
  padding: 15px;
  float: left;
  width: 772px;
}

#footer {
  clear: both;
  background-image: url(derived/footer.jpg);
  width: 994px;
  height: 95px;
}
