/* allgemeine */
h5 {
font-family:Arial, Helvetica, sans-serif;
font-size:70%;
}
.Stil70prozent {font-size: 70%}
/* Überschrift im header-DIV */
#header h1 {
	color: #990033;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

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

#menu a:hover {
  color: red;
}

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

#menu #high {
	font-weight: bold;
	color: #000000;
	background-color: #efdbdb;
	display: block;
	padding: 3px;
	margin: 0px;
}

#menu ul {
  line-height: 1.6;
  list-style-type: none;
  }
 
#menu ul ul {
	line-height: 1.6;
	list-style-image: url(reddot.gif);
	padding-left: 5px;
	margin: 0px 0px 0px 5px;
	display: block;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
/* Ende Menüleiste */

/* ab hier: main-DIV */
/* Hauptüberschrift: */
#main h1 {
  font-size: 1.3em;
  font-weight: bold;
  color: #990033;
  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;
	font-family: Arial, Helvetica, sans-serif;
}

/* Kastenformat */
#main .kasten {
	text-align: left;
	padding: 5px;
	background-color: #efefef;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-top: 1px solid #990033;
	border-right: 1px none #990033;
	border-bottom: 1px none #990033;
	border-left: 1px none #990033;
	margin: 0px;
}

/* Minigrafik rechts ausrichten */
#main .floatR130 {
  float: right;
  margin-left: 5px;
  margin-right: 50px;
}

/* UL mit grafischem Aufz.zeichen: */
#main ul {
	list-style-image: url(reddot.gif);
	margin-left: 30px;
	margin-bottom: 10px;
	line-height: 1.5;
	list-style-position: inside;
}

/* STRONG umdefinieren */
#main strong {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #990033;
}
#main a {
	text-decoration: none;
	font-weight: normal;
	color: #FF0000;
	display: inline;
	padding: 0px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#main .Farbe_drot {
	color: #990033;
	font-size: 10pt;
}
#main .box_70_70 {
	width: 100px;
	height: 100px;
	float: left;
	background: #FFFFFF;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 80px;
}	
.box_70_70 {
	width: 70px;
	height: 70px;
	float: left;
	background: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	
}
.kasten_frei {
	text-align: left;
	padding: 5px;
	background-color: #efefef;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-top: 1px solid #990033;
	border-right: 1px none #990033;
	border-bottom: 1px none #990033;
	border-left: 1px none #990033;
	margin: 0px;
}
.sub_80 {
	font-size: 80%;
	text-align: right;
}


/* Ende main-DIV */

