
body.standard {
  background-color: #660033;
}

div#page {
  width: 935px;
  min-height: 500px;
  z-index: 1;
  background-image: url(../graphic/bg_standard.gif);
  background-repeat: repeat-y;
  background-color: #F7EED7;
  margin: 0 0 0 65px;
  padding: 0 0 20px 0;
}

div#page-left {
  width: 734px;
  float: left;
}

div#page-right {
  width: 175px;
  float: left;
  padding: 170px 0 0 0;
}

div#head {
  background-color: #F7EED7;
  padding: 20px 0 0 139px;
  z-index: 1;
}

div#left-navigation {
  width: 200px;
  float: left;
  font-size: 0.7em;
  z-index: 5;
}

div#navigation-main ul {
  margin: 0 0 5px 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}

div#navigation-main li {
  margin: 0 0 5px 0;
  padding: 0;
}

div#navigation-main a,
div#navigation-main a:link,
div#navigation-main a:visited,
div#navigation-main a:active,
div#navigation-main a:hover {
  display: block;
  background-color: #E4E4E4;
  width: 172px;
  margin: 0 0 5px 0;
  color: #000000;
  padding: 2px 0 2px 20px;
  text-decoration: none;
}

div#navigation-main a:hover {
  background-color: #CECECE;
}

div#page-left div.eyecatcher {
  margin: 0 0 20px 0;
}

div#page-left div.eyecatcher h4 {
  background-color: #660033;
  color: #ffffff;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 3px 3px 3px 10px;
}

div#page-left div.eyecatcher h5,
div#page-left div.eyecatcher div.text {
  margin: 5px 0 5px 0;
  padding: 0 5px 0 5px;
}

div#page-left div.eyecatcher h5,
div#page-left div.eyecatcher h5 a,
div#page-left div.eyecatcher h5 a:link,
div#page-left div.eyecatcher h5 a:active,
div#page-left div.eyecatcher h5 a:visited,
div#page-left div.eyecatcher h5 a:hover {
  font-weight: bold;
}

div#main-content {
  width: 480px;
  float: left;
  margin: 25px 0 0 25px;
  z-index: 1;
}

div#breadcrumb h6 {
  font-size: 0.7em;
  margin: 0 0 10px 0;
}

div#content {
  z-index: 1;
  margin: 0 0 20px 0;
}

div#content h3 {
  font-size: 1.2em;
  margin: 0 0 20px 0;
  color: #D20057;
}

div#content h4 {
  font-size: 0.8em;
  margin: -10px 0 20px 0;
  color: #000000;
}

h6.date {
  font-size: 0.7em;
  margin: 0 0 5px 0;
  color: #000000;
  text-align: right;
}

div.image-block {
  display: inline;
  float: right;
  padding: 5px 0 10px 10px;
}

div.image-block h6 {
  font-size: 0.65em;
  background-color: #F7F4F4;
  padding: 2px;
  font-weight: normal;
}

div.text-block {
  font-size: 0.8em;
  margin: 0 0 0 0;
}

div.gallery-block {
  margin: 20px 0 10px 0;
}

div.gallery-item,
div.gallery-item-last {
  margin: 0 10px 10px 0;
  float: left;
}

div.gallery-block h6 {
  font-size: 0.65em;
  background-color: #F7F4F4;
  padding: 2px;
  font-weight: normal;
}

div#content ul,
div#content ol {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-position: inside;
}

div#content div.text-block ul,
div#content div.text-block ol {
  margin: 0 0 20px 0;
}

div#content ol ,
div#content div.text-block ol {
  margin: 0 0 20px 12px;
  padding: 0;
  list-style-position: outside;
}

div#content div.text-block p {
  margin: 0 0 20px 0;
}

div#content h5 {
  color: #D20057;
  margin: 20px 0 20px 0;
  font-size: 0.8em;
}

div#content ul {
  list-style-type: none;
}

div#content ul li,
div#content ol li {
  margin: 0 0 5px 0;
  padding: 0;
}

div#content ul li {
  background-image: url(../graphic/list_pfeil.gif);
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
}

div#content table {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #660033;
  border-bottom: 1px solid #660033;
  background-color: #660033;
}

div#content table.layout {
  border-bottom: none;
  border-left: 1px solid #660033;
}

div#content th {
  text-align: center;
  background-color: #F7EED7;
  padding: 3px;
  color: #660033;
}

div#content th.layout {
  border-bottom: 1px solid #660033;
  border-right: 1px solid #660033;
}

div#content td {
  text-align: left;
  background-color: #F7EED7;
  padding: 3px;
  font-size: 0.85em;
}

div#content td.layout {
  border-bottom: 1px solid #660033;
  border-right: 1px solid #660033;
}

div#page-right div.eyecatcher {
  margin: 0 0 20px 0;
  border-top: 1px solid #660033;
  border-bottom: 1px solid #660033;
  background-color: #E4E4E4;
}

div#page-right div.eyecatcher h4 {
  background-color: #660033;
  color: #ffffff;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 3px 3px 3px 10px;
  font-size: 0.70em;
}

div#page-right div.eyecatcher h5,
div#page-right div.eyecatcher div.text {
  font-size: 0.70em;
  margin: 5px 0 5px 0;
  padding: 0 5px 0 5px;
}

div#page-right div.eyecatcher h5,
div#page-right div.eyecatcher h5 a,
div#page-right div.eyecatcher h5 a:link,
div#page-right div.eyecatcher h5 a:active,
div#page-right div.eyecatcher h5 a:visited,
div#page-right div.eyecatcher h5 a:hover {
  font-weight: bold;
}

div#page-right div.ansprechpartner,
div#page-right div.verweise,
div#page-right div.downloads {
  margin: 0 0 20px 0;
  border-top: 1px solid #660033;
  border-bottom: 1px solid #660033;
  background-color: #E4E4E4;
}

div.ansprechpartner h5,
div.ansprechpartner div.text,
div.verweise h5,
div.downloads h5 {
  font-size: 0.70em;
  margin: 5px 0 5px 0;
  padding: 0 5px 0 5px;
}

div.ansprechpartner h5,
div.verweise h5,
div.downloads h5 {
  background-color: #660033;
  color: #ffffff;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 3px 3px 3px 10px;
}

div.verweise ul,
div.downloads ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.70em;
}

div.verweise ul li,
div.downloads ul li {
  margin: 0 0 5px 0;
  background-image: url(../graphic/list_pfeil_klein.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 0 10px;
}

div#foot {
  height: 50px;
  width: 1000px;
  z-index: 1;
}

div#foot-service {
  float: right;
  font-size: 0.8em;
  padding: 30px 45px 0 45px;
  margin: -25px 0 0 0;
  height: 20px;
  background-color: transparent;
  background-image: url(../graphic/bg_foot.gif);
  background-repeat: repeat-x;
  color: #D189AD;
  z-index: 5;
}

div#foot-marginal {
  float: right;
  width: 176px;
  margin: -25px 25px 0 7px;
  height: 20px;
  padding: 30px 0 0 0;
  font-size: 0.8em;
  background-color: transparent;
  background-image: url(../graphic/bg_foot.gif);
  background-repeat: repeat-x;
  color: #D189AD;
  z-index: 5;
  text-align: center;
}

div#foot-service a,
div#foot-service a:link,
div#foot-service a:visited,
div#foot-service a:active,
div#foot-service a:hover,
div#foot-marginal a,
div#foot-marginal a:link,
div#foot-marginal a:visited,
div#foot-marginal a:active,
div#foot-marginal a:hover {
  color: #D189AD;
}

div#content div.result-pro-search {
  margin: 20px 0 0 0;
}

div#content div.result-list {
  font-size: 0.8em;
}

div#content table.list-navigation {
  font-size: 0.8em;
}

div#content td.list-navigation-bwd {
  width: 100px;
}

div#content td.list-navigation-fwd {
  width: 100px;
}

div#content td.list-navigation-view {
  width: auto;
  text-align center;
}

input.result-pro-search-submit {
  width: 200px;
}


