/* Datei Nr. 2 */
body {
 font-family: Arial,VERDANA,HELVETICA,sans-serif;
 text-align: left;
 color: #000000;
}
h1, h2, h3, h4, h5, h6 {
 text-align: center;
 background-Color: #c0c0ff;
}
p {
}
.fuss {
 font-family: times new roman, times, serif;
 text-align: center;
}
.wichtig {
 font-weight:bold;
}
.zitat {
 font-style: italic;
 font-size: smaller;
}
.klein {
 font-size: xx-small;
 }
hr {
 noshade
 width:300px;
 height:2px;
 text-align:left;
 border:1px
 solid #c0c0ff;
}
div {
 text-align: center;
 border-width:medium;
 border-style:double;
 border-color:#0000FF;
}
.trauer {
 width:75%;
 align:center;
 border-width:medium;
 border-style:solid;
 border-color:#000000;
}
.werbung {
 padding: 10px;
 margin: 10px;
 width:75%;
 align:left;
 text-align:left;
 border-style:none;
}
td {
}
.suche {
  padding-right: 10px;
  border-right: 1 px solid #c0c0ff;
}
dt {
 font-weight: bold;
}