/*FRONTEND KLASSEN*/
/*
Diese Klassen sind in der RTE global definiert, führen aber im Frontend im IE6 zu Darstellungsfehlern
Daher muss die RTE.CSS für die Fronend-Anzeige teilweise spezifiziert werden.
*/

* {
  margin:0;
  padding:0;
}

*HTML EM, I {
  font-style:normal;
}

P {
  line-height:16px;
}

.content UL {
  padding:6px 18px;
  list-style-image:url('../template/images/li_bullet.gif');
}

.content LI {
  line-height:18px;
}

.content LI DIV {
  height:18px;
}

h1 {
  font-size:18px;
  font-weight:normal;
  padding:0 0 6px 0;
}

h2 {
  font-size:14px;
  color:#B72026;
  font-weight:bold;
}

h3 {
  font-size:18px;
  font-weight:normal;
  color:#B72026;
  padding:3px 9px 20px 0;
}

h4 {
  font-size:12px;
  font-weight:bold;
  padding:0 0 6px 0;
}

A IMG {
  border: 0px solid #000000;
}

A:LINK,
A:VISITED {
  text-decoration:none;
  color:#B72026;
}

A:HOVER {
  text-decoration:underline;
  color:#B72026;
}

.align-justify {
  text-align:justify;
}

.kontakt {
  padding:0 0 6px 0;
}



