@charset "UTF-8";

/** * Seite bleibt beim Zoomen im Viewport (kein 'Statisches Layout' im BE anhaken) */
#wrapper {
  max-width: 961px;
  min-width: 740px;
  margin: 0 auto 20px;
  background: #FFFAF3 url(images/back_wrapper.jpg) repeat-x left 100px;
  color: #4B2800;
}
#header {
  background: #FFE4C5 url(images/back_header.jpg) repeat-y left top;
  color: #002030;
  border-bottom: 1px solid #3E4A4F;
}
#container {
  border-bottom: 1px solid #3E4A4F;
}
#header .ce_image {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1;
}
#slogan {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #7E7061;
}
#slogan h1 {
  margin: 0;
  color: #7E7061;
  letter-spacing: .01em;
}
#slogan p {
  margin: 0;
  color: #7E7061;
  line-height: 1.33em;
  font-size: 133%;
}
#main {
  background: #FFFAF3;
  border-left: 1px solid #3E4A4F;
}
#footer {
  background: #002030;
  color: #FFFAF3;
  font-size: 85%;
  border-bottom: 1px solid #FBC689;
}
#footer p {
  margin: 0;
}

/** * Mindesthöhe für alle Seiten */
#left, #main {
  min-height: 400px;
}

/** * BODY */
/** * Testcontainer
#body_back_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 121px;
  background: #002030;
  z-index: -1;
} */
body {
  padding-top: 20px;
  background: #3E4A4F url(images/back_body_top.gif) repeat-x left top;
  color: #F4FBFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 75%;
}


/** * Abstand der Inhalte */
#left .inside {
  padding: 20px;
  display: block;
}
#main .inside {
  padding: 20px 40px;
  display: block;
}
#footer .inside {
  padding: 10px 20px;
}

/** * Überschriften */
h1, h2, h3, h4, h5, h6 {
  color: #5A889F;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

/** * Hyperlinks */
a, a:visited {
  color: #002030;
  text-decoration: underline;
  /** * border-bottom: 1px dashed #002030; */
}
a:hover, a:active {
  color: #5A889F;
  text-decoration: none;
  /** * border-bottom: 1px dashed #5A889F; */
}
#footer a, #footer a:visited {
  color: #F4FBFF;
  text-decoration: underline;
  /** * border-bottom: 1px dashed #F4FBFF; */
}
#footer a:hover, #footer a:active {
  color: #C8EDFF;
  text-decoration: none;
  /** * border-bottom: 1px dashed #C8EDFF; */
}
.image_container a {
  color: #002030;
  text-decoration: none;
  border-bottom: 0 none;
  display: block;
}
#main .image_container img {
  display: block;
  border: 1px solid #FFE4C5;
}

/** * Absätze */
p,
.ce_hyperlink {
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 1em;
}
.flattersatz {
  text-align: left;
}
/** * Arbeitsrahmen (gestrichelte Linien)
#wrapper, #left, #main, #footer {
  border: 1px dashed red;
}
#left {
  border-width: 0 0 1px;
}
#main {
  border-width: 0 0 0 1px;
}
#footer {
  border-width: 1px 0 0;
} */
