body, body.navi, body.title {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: small;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3em;
  color: #00008B; /*darkblue*/
  background-color: #EEE8AA; /*palegoldenrod*/;
}
body.navi {
  color: #00008B; /*darkblue*/
  background-color: #EEE8AA; /*palegoldenrod*/
  background-image: url(./grafiken/strip_freunde_2.png);
  background-attachment: fixed;
  background-position: top right;
  background-repeat: no-repeat;
}
body.title {
  color: #00008B; /*darkblue*/
  background-color: #EEE8AA; /*palegoldenrod*/;
  background-image: url(./grafiken/logohundefreunde_foto.png);
  background-attachment: fixed;
  background-position: bottom left;
  background-repeat: no-repeat;
}
div.default, div.section {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
  display: block;
  text-align: justify;
}
div.section {
  margin-bottom: 150px;
}
div.minisec {
  margin-bottom: 50px;
}
body.navi div.default {
  text-align: left;
  margin-left: 8px;
}





h1, h2, h3, h4, h5, h6 {
  /*font-family: serif;*/
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  padding: 2px 2px 2px 2px;
  border-bottom: 1px solid #00008B; /*darkblue*/
}
h1 {
  font-size: x-large;
}
h1.noline {
  border-bottom: none;
}
h2 {
  font-size: large;
}
h2.noline {
  border-bottom: none;
}
h3 {
  font-size: larger;
}
h3.noline {
  border-bottom: none;
}

a {
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  /*color: #00008B;*/ /*darkblue*/
  color: #00008B; /*darkblue*/
}
a:hover {
  /*color: #FFFAFA;*/ /*Snow*/
  color: #FFFFFF; /*White*/
  text-decoration: underline;
}
body.navi a {
  /*color: #4169E1;*/
  color: #A52A2A; /*royalblue*/
}
body.navi a:hover {
  text-decoration: underline;
}
table.default a {
  font-family: serif;
  font-size: smaller;
  font-weight: normal;
  color: #000000;
}
table.default a:hover {
  color: #000000;
}




table.inv {
  border-style: none;
}
table.inv tr {
  border-style: none;
}
table.inv td {
  border-style: none;
}


table.default {
  font-family: serif;
  /*font-size: smaller;*/
  color: #000000; /*Black*/
  border-collapse: collapse;
  border-spacing: 2px;
  border-color: #000000;
  border-style: solid;
  border-width: thin;
  empty-cells: show;
}
table.default tr {
  background-color: #00008B; /*darkblue*/
  border-collapse: collapse;
  border-spacing: 2px;
  border-color: #000000;
  border-style: solid;
  border-width: thin;
  padding: 5px 5px 5px 5px;
}
table.default tr.header {
  font-weight: bold;
  background-color: #00008B; /* darkblue*/
}
table.default tr.sepline {
  background-color: #EEE8AA; /*palegoldenrod*/
}
table.default td {
  border-collapse: collapse;
  border-spacing: 2px;
  border-color: #000000;
  border-style: solid;
  border-width: thin;
  padding: 5px 5px 5px 5px;
}





img {
  border-style: none;
}
img.framed {
  border-style: groove;
  border-color: #FAEBD7;
}
