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: #FAEBD7; /*AntiqueWhite*/
  background-color: #4682B4; /*SteelBlue*/;
}
body.navi {
  color: #D2691E; /*Chocolate*/
  background-color: #FFDEAD; /*NavajoWhite*/
  background-image: url(./grafiken/hunde-fotostrip_longer_blend3.png);
  background-attachment: fixed;
  background-position: top right;
  background-repeat: no-repeat;
}
body.title {
  color: #FAEBD7; /*AntiqueWhite*/
  background-color: #4682B4; /*SteelBlue*/;
  background-image: url(./grafiken/TitelStrip_trans.png);
  background-attachment: fixed;
  background-position: bottom center;
  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: 5px;
}





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 #FAEBD7; /*AntiqueWhite*/
}
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: #FAEBD7;*/ /*AntiqueWhite*/
  color: #FFFFFF; /*White*/
}
a:hover {
  /*color: #FFFAFA;*/ /*Snow*/
  color: #FFFFFF; /*White*/
  text-decoration: underline;
}
body.navi a {
  /*color: #4B0082;*/
  color: #A52A2A; /*Brown*/
}
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: #FAEBD7; /*AntiqueWhite*/
  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: #FFDEAD; /* NavajoWhite*/
}
table.default tr.sepline {
  background-color: #F5DEB3; /*Wheat*/
}
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;
}
