body { 
  font-family: Arial, Helvetica, sans-serif; 
  background-color: white;
  margin: 0;
}

a { 
 color: green; 
 text-decoration: none;
}



#menu { 
  display: none;
}


#menu a { 
  color: black;
}

p { 
  text-align: justify;
}

h2 { 
  font-size: 1.2em;
  background: url(minipip.jpeg) no-repeat;
  height: 44px;
}

h3 { 
  font-size: 1em;
  color: #009900;
}

#themenleiste { 
  color: #009900;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 2em;
}

#bildleiste { 
  display: none;
}

#contents {
  line-height: 1.2em;
  padding-top: 30px;
}

#titel {
  padding-top: 3em;
  text-align: center;
  line-height: 2em;
}