body {
  font: 10px arial, helvetica, sans-serif;
  color: #000000;
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
}

#center {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 584px;
  width: 996px;
  margin-top: -292px;
  margin-left: -498px;
  border: 0px solid black;
}

#layout-content {
  position: relative; /*border: 0px solid red;*/
  height: 99%;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 996px;
  height: 79px; /*border: 1px solid #cc1f2f;*/
  background: url( ../image/headerBg.jpg ) top left no-repeat;
  cursor: pointer;
}

#topNavigation {
  position: relative;
  top: 37px;
  left: 0px;
  height: 50px;
  background: #962C38 url( ../image/topNavigationBg.gif ) repeat-x top left;
}

#topNavigation a {
  position: relative;
  top: 15px;
  left: 200px;
  color: #FFFFFF;
  margin: 0;
  float: left;
  display: block;
  font: 13px arial, helvetica, sans-serif;
  list-style: none;
  text-decoration: none;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#topNavigation a:hover {
  border: 1px solid #FFFFFF;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#content {
  position: absolute;
  left: 200px;
  top: 96px;
  width: 636px;
  height: 443px;
  background: #FFFFFF;
  border-bottom: 1px solid #962E3B;
  border-right: 1px solid #962E3B;
  overflow: scroll;
}

#sideNavigation {
  position: absolute;
  top: 96px;
  left: 0px;
  width: 181px;
  height: 454px;
  background: #DDE1E2 url( "../image/sideNavigationBg.gif" ) no-repeat 20px 0px;
  border-right: 1px solid #962C38;
  border-top: 1px solid #962C38; /*padding-top: 20px;*/
}

#sideNavigation li {
  list-style: none;
}

#sideNavigation li a {
  text-decoration: none;
  color: #727C7E;
  font: bold 12px/30px arial, helvetica, sans-serif ;
  padding-left: 20px;
}

#sideNavigation li a:hover {
  color: #962C38;
  text-decoration: none;
  background: url( ../image/sideNavigationImage.gif ) no-repeat 0px 2px;
}

#content {
  position: absolute;
  left: 200px;
  top: 96px;
  width: 636px;
  height: 443px;
  background: #FFFFFF;
  border-bottom: 1px solid #962E3B;
  border-right: 0px solid #962E3B;
  overflow: auto;
}

#rightImage {
  position: absolute;
  top: 96px;
  right: 0px;
  width: 159px;
  height: 442px;
  background: #FFFFFF;
  border-top: 1px solid #962E3B;
  border-bottom: 1px solid #962E3B;
  border-left: 1px solid #962E3B;
  text-align: right;
  padding: 0px;
  margin: 0px;
}

#footer {
  position: absolute;
  top: 550px;
  left: 0px;
  width: 996px;
  height: 28px;
  color: #727C7E;
  background: #DDE1E2; /*border-top: 1px solid #727C7E;*/
  font: 10px arial, helvetica, sans-serif;
}

#imprint {
  border-top: 1px solid #DDE1E2;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 181px;
  text-align: left;
  padding-left: 20px;
}

#address {
  position: absolute;
  top: 0px;
  left: 181px;
  width: 655px;
  text-align: center;
  padding-top: 28px;
  border-top: 1px solid #727C7E;
}

#lastChanged {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 160px;
  text-align: right;
  padding-right: 20px;
  padding-top: 6px;
  border-top: 1px solid #727C7E;
}

h4 {
  margin-bottom: 0px;
  font: bold 12px arial, helvetica, sans-serif;
  color: #962C38;
  padding-bottom: 0px;
  padding-top: 0px;
}

.bold {
  font: bold 12px arial, helvetica, sans-serif;
}

#breadCrumb {
  margin-bottom: 15px;
  margin-left: 20px;
}

.breadCrumb, .breadCrumb a {
  font: 10px arial, helvetica, sans-serif;
  color: #962C38;
  text-decoration: none;
}

.breadCrumb a:hover {
  text-decoration: underline;
}

#footer a {
  color: #727C7E;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.contentHeadline {
  position: relative;
  font: bold 16px arial, helvetica, sans-serif;
  color: #962C38;
  margin-left: 10px;
}

.content a {
  color: #962C38;
  text-decoration: none;
}

.content a:hover {
  text-decoration: underline;
}

.contentHeadlineBg {
  position: relative;
  top: -20px;
  left: 0px;
  height: 20px;
  margin-bottom: -20px; /*border: 1px solid red;*/
  background: url( ../image/contentHeadlineBg.gif ) no-repeat top left;
}

.contentOuter {
  font: 12px arial, helvetica, sans-serif;
  color: #000000;
  width: 570px;
  margin-left: 10px;
}

.applicationImage {
  margin-right: 4px;
  border: 0px;
}

.portraitImage {
  margin-right: 15px;
  margin-bottom: 5px;
  border: 1px solid #962C38;
  float: left;
}

.associateContainer {
  height: 150px;
  padding-bottom: 20px;
}