/* CSS Document */

body {
   background-color: white;
   text-align: center;
   padding: 0;
   margin: 0;
   padding-left: 8px;
   padding-bottom: 15px;
   background-repeat: repeat-y;
}

html, a, td, body, div {
   font-family: Arial, sans-serif;
   font-size: 12px;
   color: black;
}

form, h1, h2, h3, h4, h5, h6 {
   padding: 0;
   margin: 0;
}

div.umrandung {
   position: relative;
   margin: 0 auto 0;
   margin-top: 8px;
   width: 987px !important;
   width: 988px;
   border-left: 1px solid rgb( 102, 97, 78 );
   padding-top: 157px;
   padding-bottom: 50px;
}
div.umrandung-border-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 985px;
  height: 1px;
  background-color: rgb( 102, 97, 78 );
}
div.umrandung-border-bottom {
  position: absolute;
  bottom: 0 !important;
  bottom: -1px;
  left: 0;
  width: 984px;
  height: 1px;
  background-color: rgb( 102, 97, 78 );
}
div.umrandung-ecke-oben {
   position: absolute;
   top: 0;
   left: 984px;
   width: 3px;
   height: 3px;
   background-color: white;
}
div.umrandung-ecke-unten {
   position: absolute;
   bottom: 0 !important;
   bottom: -1px;
   left: 984px;
   width: 3px;
   height: 1px;
   background-color: white;
}

div.kopf {
  position: absolute;
  top: 1px;
  left: 0;
  height: 135px;
  text-align: left;
}

div.kopf2 {
  position: absolute;
  top: 1px;
  right: 4px;
  height: 135px;
  text-align: right;
}

div.menu {
  position: absolute;
  top: 136px;
  left: 0;
  width: 709px !important;
  width: 983px;
  height: 16px !important;
  height: 18px;
  font-size: 12px;
  color: white;
  text-align: left;
  padding-left: 24px;
  padding-right: 250px;
  padding-top: 2px;
  background-color: rgb( 201,194,168 );
  font-family: Verdana;
  overflow: hidden;
}

div.fusszeile {
  position: absolute;
  bottom: 1px !important;
  bottom: 0;
  left: 0;
  width: 983px;
  height: 50px;
  background-color: rgb( 201,194,168 );
  overflow: hidden;
}

div.main {
  position: relative;
  width: 983px;
  margin-right: 3px;
  min-height: 500px;
 }

div.main-links {
  position: relative;
  float: left;
  width: 185px !important;
  width: 200px;
  padding-right: 15px;
  padding-top: 30px;
  margin-bottom: 25px;
  overflow: hidden;
  text-align: left;
}
div.main-links-menu {
  position: relative;
  width: 200px;
  text-align: left;
}
div.main-mitte {
  position: relative;
  float: left;
  margin-left: 3px;
  width: 743px !important;
  width: 780px;
  text-align: left;
  padding-top: 30px;
  padding-left: 37px;
  margin-bottom: 25px;
}

div.main-mitte-content1 {
  position: relative;
  width: 455px !important;
  width: 500px;
  padding-right: 45px;
  float: left;
}
div.main-mitte-content2 {
  position: relative;
  width: 175px !important;
  width: 210px;
  padding-left: 35px;
  float: left;
}

div.main-mitte-fusszeile {
  position: absolute;
  bottom: 51px !important;
  bottom: 50px;
  right: 4px !important;
  right: 3px;
  width: 748px !important;
  width: 780px;
  padding: 2px;
  padding-right: 30px;
  color: white;
  text-align: right;
  font-size: 11px;
  background-color: rgb( 173,164,124 );
}

div.weiss-oben {
  position: absolute;
  top: 0;
  left: 737px;
  width: 2px;
  height: 30px;
  background-color: white;
}
div.weiss-unten {
  position: absolute;
  bottom: 0;
  left: 737px;
  width: 2px;
  height: 35px;
  background-color: white;
}

a:link, a:visited, a:hover, a:active {
   color: rgb(145, 132, 39);
   text-decoration: none;
}
a:hover { color: rgb(177, 0, 47); }

/*neues menue ende*/
a.menu-line-0:link, a.menu-line-0:visited, a.menu-line-0:hover, a.menu-line-0:active {
  font-size: 12px;
  color: white;
  font-family: Verdana;
  font-weight: bold;
}
a.menu-line-0:hover { text-decoration:underline; }
a.menu-line-0-marked:link, a.menu-line-0-marked:visited, a.menu-line-0-marked:hover, a.menu-line-0-marked:active {
  font-size: 12px;
  color: rgb(147, 40, 75);
  font-family: Verdana;
  font-weight: bold;
}

a.menu-block3-2:link, a.menu-block3-2:visited, a.menu-block3-2:hover, a.menu-block3-2:active, a.menu-block3-2-marked:link, a.menu-block3-2-marked:visited, a.menu-block3-2-marked:hover, a.menu-block3-2-marked:active {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    padding-left: 25px;
    background-repeat: no-repeat;
    color: black;
}
a.menu-block3-2:hover{ text-decoration: underline; }
a.menu-block3-3:link, a.menu-block3-3:visited, a.menu-block3-3:hover, a.menu-block3-3:active, a.menu-block3-3-marked:link, a.menu-block3-3-marked:visited, a.menu-block3-3-marked:hover, a.menu-block3-3-marked:active {
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 3px;
    padding-left: 40px;
    background-repeat: no-repeat;
    color: black;
}
a.menu-block3-3:hover{ text-decoration: underline; }
a.menu-block3-4:link, a.menu-block3-4:visited, a.menu-block3-4:hover, a.menu-block3-4:active, a.menu-block3-4-marked:link, a.menu-block3-4-marked:visited, a.menu-block3-4-marked:hover, a.menu-block3-4-marked:active {
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 3px;
    padding-left: 55px;
    background-repeat: no-repeat;
    color: black;
}
a.menu-block3-4:hover{ text-decoration: underline; }
a.menu-block3-5:link, a.menu-block3-5:visited, a.menu-block3-5:hover, a.menu-block3-5:active, a.menu-block3-5-marked:link, a.menu-block3-5-marked:visited, a.menu-block3-5-marked:hover, a.menu-block3-5-marked:active {
    display: block;
    font-size: 10px;
    font-weight: normal;
    padding: 3px;
    padding-left: 70px;
    background-repeat: no-repeat;
    color: black;
}
a.menu-block3-5:hover{ text-decoration: underline; }


h1, h2, h3 {
   font-size: 16px;
   font-weight: bold;
   padding-bottom: 8px;
   color: rgb( 177, 0, 47 );
}
h2 { color: black; }
h3 { color: rgb(160, 147, 101); }
h4, h5, h6 {
   font-size: 14px;
   font-weight: bold;
   padding-bottom: 2px;
   color: rgb( 177, 0, 47 );
}
h5 { color: black; }
h6 { color: rgb(160, 147, 101); }

@media all {
   a img {
      color: inherit;
      border: none;
   }
   div.image img, div.image-left img, div.image-right img, div.image-center img, div.kopf img, div.kopf2 img {
      margin: 0;
   }
  div.main-mitte-oben img {
      margin-left: 3px;
  }
  
  div.main-mitte-content1 img {
      margin: 6px;
      margin-left: 0;
  }
  div.main-mitte-content2 img {
      margin: 0;
  }
  div.main-mitte-oben img {
      margin-left: 3px;
  }
}

div.image   {
     min-width:  100px;
     margin-top: 7px;
     margin-bottom: 4px;
     margin-left:  0;
     margin-right:  12px;
     font-size: 10px;
}
div.image-left   {
     min-width:  100px;
     margin-top: 7px;
     margin-bottom: 4px;
     margin-left:  0;
     margin-right:  12px;
     font-size: 10px;
     float: left;
}
div.image-right   {
     min-width:  100px;
     margin-top: 7px;
     margin-bottom: 4px;
     margin-left:  6px;
     margin-right:  0;
     font-size: 10px;
     float: right;
}
div.image-center   {
     width:  100%;
     text-align: center;
     margin-top: 10px;
     margin-bottom: 7px;
     font-size: 10px;
}
div.image a, div.image-left a, div.image-right a, div.image-center a {
    font-size: 10px;
}

ul {
   margin: 0;
   margin-top: 15px;
   margin-left: 15px;
   margin-bottom: 15px;
   padding: 0;
}
ol {
   margin: 0;
   margin-top: 15px;
   margin-left: 15px;
   margin-bottom: 15px;
   padding: 0;
}

li {
   margin: 0;
   margin-left: 5px;
   margin-bottom: 2px;
   padding: 0;
}

input.suche {
   position: absolute;
   top: 0;
   left: 45px;
   background-color: white;
   border: 0;
   width: 120px;
   height: 14px;
   font-size: 10px;
   padding-left: 2px;
   margin-bottom: 2px;
}

input.suche-button {
  position: absolute;
  top: 0;
  left: 170px;
}