/* Überschrift im header-DIV */
#header td, a, input {
  font-size:8pt;
  font-weight: 900;
  color: black;
}


/* Menüleiste (menu-DIV) */


#menu a {
  font-size: 11pt;
  display: block;
	height: 100%;
	width: 100%;
  text-decoration: none;
  font-weight: bold;
  color: white;
}


#menu div.button  {
	display: inline-block;
	height: 32px;
	width: 125px;
	vertical-align: top; 
	text-align: center; 
	border-radius: 0.25em; 
	background-color: #B80B1D;
	margin: 0 5px 5px 0;
}


#menu div.button:hover {
  background-color: #E2001A;
}

/* Ende Menüleiste */



/* ab hier: main-DIV */
/* Hauptüberschrift: */
#main h1 {
  font-size: 18pt;
  font-weight: bold;
  color: #E2001A;
  margin-bottom: 14px;
}

/* Unterüberschrift: */
#main h2 {
  font-size: 14pt;
  margin-bottom: 6px
}

/* normaler Fließtext: */
#main p {
  margin-bottom: 12px;
}

/* UL mit grafischem Aufz.zeichen: */
#main ul {
  list-style-image: url(reddot.gif);
  margin-left: 30px;
  margin-bottom: 10px;
}

/* OL einrücken: */
#main ol {
  margin-left: 30px;
  margin-bottom: 10px;
}

#main table {
 padding: 5px;
 width: 100%;
 background-color: #E7E7E7;
}
#main table td,th {
  border-style: dotted;
  border-width: 0 0 1px 0 ;
  border-color: black;
 
}
#main a.geb {
  font-size: 100%;
  font-weight: normal;
}
/* Ende main-DIV */

#footer hr {
  border-style: dotted;
  border-width: 1px 0 0 0 ;
  border-color: black;
}
