/* main div */

/* Haupt?berschrift */
#main h1 {
  font-size: 12pt;
  margin-bottom: 15px;
}

/* Unter?berschrift */
#main h2 {
  font-size: 10pt;
  margin-bottom: 5px;
  margin-top: 15px;
}

/* link */
#main a {
  text-decoration: none;
}

#main a:hover {
  text-decoration: none;
}

/* UL mit grafischem Aufz?hlungszeichen */
#main ul {
  list-style-image: url(../../fewo2/css/aufz_bullet.gif);
  margin-left: 30px;
}

/* Zielanker ohne Unterstreichung bei Mouseover */
#main a:hover.zielaohneu {
  text-decoration: none;
}

/* Rahmen */
#main .rahmen {
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 5px;
  padding-left: 2px;
  border-color: #ff6600;
}

/* Grafik rechts ausrichten */
#main .floatr {
  clear: right;
  float: right;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
}

/* Grafik rechts ausrichten */
#main .floatr1 {
  clear: both;
  float: right;
  margin-left: 5px;
}

/* Grafik links ausrichten */
#main .floatl {
  clear: left;
  float: left;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 12px;
}

/* Grafik mittig ausrichten Text links */
#main .floatrm {
  float: right;
  margin-left: 5px;
  margin-right: 353px;
}

/* Grafik mittig ausrichten Text links */
#main .obenlink {
  float: right;
  margin-top: 10px;
  margin-right: 353px;
  font: 8pt Verdana, Arial, Helvetica, sans-serif;
  color: #ff6600;
  text-decoration: none;
}

/* clear both div */
#clear {
  clear: both;
  }

/* footer div */
#footer {
  clear: both;
  }
/* normaler Text */
#footer p {
  font-size: 8pt;  
}

/* link */
#footer a {
  font-size: 8pt;   
  color: black; 
  text-decoration: none;
}

#footer a:hover {
  color: white;
}


    
