/* CSS Document */
* {
  font-family:Arial, Helvetica, sans-serif;
}
td {
  vertical-align:top;
  padding:3px 3px 3px 3px;
  background-color:#E5E5E5;
}
input {
  margin-right:10px;
}
table {
  border:1px solid #AAAAAA;
}
b {
  color:#FF0000;
}
h3{
  margin-bottom:5px;
}
h4 {
  color:#00FF00;
  font-weight:bold;
  font-size:11px;
}
h6 {
  font-size:14px;
  margin-bottom:5px;
  clear:both
}
div#content ul {
  clear:both;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px dotted #CCCCCC;  
}

div#content li {
  list-style-type:none;
  font-size:12px;
}
div#haftung p {
  font-size:10px;
}
div#content iframe {
  border:1px solid #CCCCCC;
  width:545px;
  height:300px;
  margin-bottom:20px;
}