/* Überschrift im header-DIV */
#header h1, h3 {
  color: white;
  padding: 5px
}
 
#main h1 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 14px;
  color: black;
}

/* Unterüberschrift: */
#main h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 6px;
  color: black;
}

#main h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 6px;
  color: black;
}

#main h4 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 6px;
  color: black;
}

#main a {
    text-decoration: none;
    color: inherit;
	transition: color 0.3s ease, text-decoration 0.3s ease;
}

#main a:hover, 
#main a:focus {
    text-decoration: underline;
    color: blue;
}	

/* normaler Fließtext: */
#main p {
  font-size: 17px;
  margin-bottom: 24px;
  line-height: 1.5em;
}

/* kleinere Schrift */
#main p.klein {
  margin-bottom: 12px;
  font-size: 8pt;
}

/* UL mit grafischem Aufz.zeichen: */
#main ul {
  list-style-image: url(css/rotkaro.gif);
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 2em;
}

#main li {
	font-size: 1.2em;
	padding: 10px;
}

#main button {
		font-size: 1.5em;
		background-color: #E9E7E7;
}	

#main input {
		font-size: 1.5em;
	
}*/
