body {
  color:#303030;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: normal;
}

h1 {
  font-size: 15px;
  font-weight: bold;
  color: #bd4135;
  margin-top: 0px;
}

.bild_rechts {
 float: right;
 margin: 0px 5px 2px 8px;
}

.bild_links {
 float: left;
 margin: 0px 8px 2px 0px;
}

.bild_zentriert {
 margin: 0px auto 2px auto;
 text-align: center;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#0060b1;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
