BODY, P, TD, DIV, DL, UL, OL, BLOCKQUOTE, CAPTION, CENTER, DIV
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: black;
}

BODY {
    background: #ffffff;
    /* top,right , bottom, left*/
    margin: 0px 2px 2px 0px;
}


a:link {
	color: #006666;
}

a:visited {
	color: #003333;
}

a:hover {
	color: #009999;
}

a:active        {
	color: #009999;
}

.rw_absatzbuchstabe {
  font-size: 30px;
}

.rw_titel{
  font-size: 30px;
  line-height: 36px;
  background: #eef3f3;
}

.rw_untertitel{
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  padding-left: 2px;
  color: #444444;
  background: #eef3f3;
}

.rw_zuletztgeaendert {
  font-size: 11px;
  color: #777777;
  background: #eef3f3;
}

.rw_nachoben{
  font-size: 13px;
}

.rw_untencopyright{
  font-size: 11px;
  color: #777777;
}

.rw_unten{
  font-size: 13px;
  color: #777777;
}

.rw_klein{
  font-size: 12px;
  line-height: 15px;
  background: #eef3f3;
}

.rw_kleiner{
  font-size: -1;
}

.rw_content_bg{
    background: #eef3f3;
}


