/* Überschrift im header-DIV */
#header h1 {
  color: white;
  padding: 5px
}

/* Menüleiste (menu-DIV) */
#menu a {
  text-decoration: none;
  /*font-weight: bold;*/
  color: black;
  display: block;
  padding: 3px;
  
}



#menu a:hover {
  color: 	#228b22;
}

#menu li {
  border: 1px solid #d3d3d3;  /* Trick */
}



#menu #high {
  font-weight: bold;
  color: white;
  text-align: right;
  background-image: url(../img/blockheader.png); 
  background-repeat: no-repeat;
  display: block;
  padding: 3px;
  width: 195px;
  
}

#menu .u{
	color: white;
}

#menu ul {
  line-height: 1.6;
  list-style-type: none;
}
 
#menu ul ul {
  line-height: 1.4;
  list-style-image: url(../img/postbullets.png);
  padding-left: 20px;  
}
/* Ende Menüleiste */

/* ab hier: main-DIV */
/* Hauptüberschrift: */
#main h1 {
  font-size: 1.3em;
  font-weight: bold;
  color: #333399;
  padding-bottom: 14px
}

/* Unterüberschrift: */
#main h2 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 6px
}

/* normaler Fließtext: */
#main p {
  margin-bottom: 12px;
  line-height: 1.3;
}



/* Ende main-DIV */