﻿@charset 'utf-8';

/* HTML5 for older browsers. See http://www.modernizr.com */
header, section, footer, aside, nav, article, figure, figcaption, menu, details, hgroup {
  display: block;
}

a {
  color: #606060;
  text-decoration: underline;
}

  a:hover {
    color: #dcfabd;
  }

h1 {
  color: #0368ae;
  font-size: 18px;
  text-align: left;
  margin: 0;
  padding: 0;
}

h2 {
  color: #64b83c;
  font-size: 16px;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 4px;
}

  h2 a {
    color: #64b83c;
    font-size: 16px;
  }

h3 {
  color: #64b83c;
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
}

strong {
  font-weight: bold;
  color: #64b83c;
}

em {
  color: #64b83c;
}

header {
  margin-top: 20px;
  border-style: none;
  border-width: 1px 1px 1px 1px;
  border-color: #ff0000;
  -moz-box-shadow: 3px 3px 3px #a0a0a0;
  -webkit-box-shadow: 3px 3px 3px #a0a0a0;
  box-shadow: 3px 3px 3px #a0a0a0;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

small {
  margin: 0px;
  padding: 4px 10px 0px 10px;
  display: block;
  float: right;
}

  small a {
    color: #606060;
    font: 12px 'Century Gothic', 'Arial Narrow', Arial, Helvetica, sans-serif;
    text-decoration: none;
  }

    small a:hover {
      color: #dcfabd;
      font: 12px 'Century Gothic', 'Arial Narrow', Arial, Helvetica, sans-serif;
      cursor: pointer;
    }

address {
  margin: 0;
  padding: 4px 5px 0px 10px;
  color: #606060;
  float: left;
  font: 12px 'Century Gothic', 'Arial Narrow', Arial, Helvetica, sans-serif;
}

  address separator {
    margin: 0px;
    padding: 8px 0px;
    color: #606060;
    display: block;
    float: left;
  }

  address strong {
    color: #fafafa;
  }

  address a {
    color: #606060;
    font: 12px 'Century Gothic', 'Arial Narrow', Arial, Helvetica, sans-serif;
    text-decoration: none;
  }

    address a:hover {
      color: #dcfabd;
      font: 12px 'Century Gothic', 'Arial Narrow', Arial, Helvetica, sans-serif;
      cursor: pointer;
    }

.background {
  border: 0px;
  background-color: #fafafa;
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

footer {
  height: 25px;
  -moz-box-shadow: 3px 3px 3px #a0a0a0;
  -webkit-box-shadow: 3px 3px 3px #a0a0a0;
  box-shadow: 3px 3px 3px #a0a0a0;  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-linear-gradient(#bdf8a0, #64b83c); /* For Safari */
  background: -o-linear-gradient(#bdf8a0, #64b83c); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#bdf8a0, #64b83c); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#bdf8a0, #64b83c); /* Standard syntax */
}

form {
  color: #606060;
  background-color: #fafafa;
  margin: 0px auto;
  width: 900px;
    background-image: url('multimedia/bader-gartenunterhalt-flower.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}



.logo {
  top: 15px;
  left: 35px;
  position: absolute;
}

.description {
  width: 250px;
  height: 100px;
  text-align: left;
  font-size: 10px;
  color: #fafafa;
  background: #a0a0a0;
}

.menu {
  margin: 0;
  padding: 0;
}

  .menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    font: bold 18px 'Century Gothic', 'Arial Narrow', Arial, Helvetica, sans-serif;
    text-align: left;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background: -webkit-linear-gradient(#bdf8a0, #64b83c); /* For Safari */
    background: -o-linear-gradient(#bdf8a0, #64b83c); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#bdf8a0, #64b83c); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#bdf8a0, #64b83c); /* Standard syntax */
  }

  .menu li {
    margin: 0px;
    padding: 8px 10px 8px 12px;
    display: inline-block;
  }

  .menu a {
    color: #fafafa;
    text-decoration: none;
  }

    .menu a:hover {
      color: #dcfabd;
    }

    .menu a.active {
      color: #0368ae;
    }

      .menu a.active:hover {
        color: #dcfabd;
      }


.subMenu {
  position: absolute;
  top: 140px;
  left: 10px;
  z-index: 120;
}

  .subMenu ul {
    margin: 0;
    padding: 25px 0px 0px 0px;
    width: 100%;
    font: 14px 'Century Gothic', 'Arial Narrow', Arial, Helvetica, sans-serif;
    color: #606060;
  }

  .subMenu li {
    margin: 0px;
    padding-top: 2px;
    display: block;
    float: none;
  }

  .subMenu a {
    color: #fafafa;
    text-decoration: none;
  }

    .subMenu a:hover {
      color: #dcfabd;
    }

    .subMenu a.active {
      color: #0368ae;
      font-weight: bold;
    }

      .subMenu a.active:hover {
        color: #dcfabd;
        font-weight: bold;
      }

.leftColumn
{
    float:left;
  width: 200px;
  margin: 20px 0 20px 0;
  background-image: url('multimedia/left-column-background.png');
  background-repeat: no-repeat;
  background-color: #7cc15b;
  -moz-box-shadow: 3px 3px 3px #a0a0a0;
  -webkit-box-shadow: 3px 3px 3px #a0a0a0;
  box-shadow: 3px 3px 3px #a0a0a0;  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 12px;
}

  .leftColumn strong
  {
    color: #0368ae;
  }

.postIt
{
  position: absolute;
  left: 750px;
  top: -40px;
  width: 140px;
  height: 140px;
  background-image: url('multimedia/post-it-note.png');
  background-repeat: no-repeat;
}

  .postIt div
  {
    font: 11px 'Century Gothic', 'Arial Narrow', Arial, Helvetica, sans-serif;
    width: 100px;
    margin: 20px 0 0 20px;
  }

    .postIt div strong
  {
        color: #0368ae;
  }


.contentContainer {
  width: 900px;
  position: relative;
}

.content
{
  padding: 35px 20px 0 240px;
  text-align: left;
  color: #606060;
  font-family: "Century Gothic" , Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
}



.backgroundPopup {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  border: 1px solid #cecece;
  z-index: 999998;
}

.FhpThumbnail {
  cursor: pointer;
}

.popupDiv {
  display: none;
  background: #FFFFFF;
  color: Black;
  border: 2px solid #336433;
  z-index: 999999;
  padding: 12px;
  font-size: 13px;
}

.popupDivClose {
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  right: 6px;
  top: 4px;
  position: absolute;
  color: #336433;
  font-weight: 700;
  display: block;
}

.AddressItem {
  color: #FFFFFF;
  padding: 0px 5px 0px 5px;
  font-size: 9pt;
  font-family: Verdana, Candara, Perpetua, "Tw Cen MT", Arial, Helvetica, sans-serif;
  white-space: nowrap;
}

.menuBorder {
  border-color: #FFB822;
  border-width: 1px;
  color: #FFFFFF;
  padding: 0px 0px 0px 0px;
  border-right-style: solid;
}

.KontaktContentTextBox {
    background-color: White;
    color: Black;
    font-family: 'Courier New';
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    vertical-align: text-top;
    width: 400px;
}

.KontaktContentTextBoxError {
    background-color: #ff0000;
    color: #fafafa;
    font-family: 'Courier New';
    font-size: 12px;
    font-weight: bold;
    width: 400px;
}

.KontaktContent STRONG {
  font-size: 14px;
  font-weight: bold;
}

.KontaktContent EM {
  font-size: 14px;
  font-style: italic;
}



hr {
  height: 1px;
  color: #c60000;
  background-color: #c60000;
  border: 0px;
}

.slideshow {
  height: 250px;
  position: relative;
}

.slides img {
  position: absolute;
  top: 0px;
  left: 0px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.ReferencesTable {
  font-size: 9pt;
  font-weight: normal;
  border-collapse: collapse;
}

.ReferencesTable_Header {
  margin: 0px;
  color: #336433;
  font-size: 8pt;
  font-weight: bold;
}

.ReferencesTable_Content {
  padding: 0px 20px 0px 15px;
  color: #4a4a4a;
  font-size: 10pt;
  width: 100%;
  vertical-align: top;
}

.ReferencesTable_Separator {
  margin: 10px;
  padding: 0px;
}

.ReferencesTable_Content strong {
  color: #4a4a4a;
}

.ReferencesTable_Content em {
  font-family: "Molengo";
  font-size: 14px;
  line-height: 14px;
  color: #4a4a4a;
}

  .ReferencesTable_Content em:before {
    content: "\201e";
    margin-left: -7px;
    padding-left: 7px;
  }

  .ReferencesTable_Content em:after {
    content: "\201C";
    margin-left: 0px;
  }

.ReferencesTable a {
  text-decoration: none;
}

.ReferencesTable img {
  border: 1px solid #336433;
  margin: 0px 4px 0px 4px;
}

  .ReferencesTable img:hover {
    border: 1px solid #CCE501;
  }

.medienTable a {
  text-decoration: none;
}

.medienTable img {
  border: 1px solid #64b83c;
}

  .medienTable img:hover {
    border: 1px solid #dcfabd;
  }

  .photoGallery
{
  margin: 0 0 -7px 0px;
}

    .photoGallery a
{
  text-decoration: none;
}


.photoGallery img
{
  margin: 0 0 0 6px;
  padding: 3px;
  border: 1px solid #64b83c;
      -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
  .photoGallery img:hover
  {
    border-color: #dcfabd;
  }
