html, body {
  background-color: #E3E5E6;
}

html, body, label, input, select, option {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #c10033;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

h2 {
  text-transform: uppercase;
}

h4 {
  text-decoration: underline;
  font-weight: bold;
  margin: 20px 0px 10px 10px;
}

strong, b {
  font-weight: bold;
}

underline, u {
  font-weight: bold;
}

textarea {
  width: 90%;
}

#page_container {
  width: 1000px;
  background-color: white;
  border: 1px solid #999C9D;
  margin: 20px auto 0 auto;
}

#page {
  padding: 12px;
}

#main {
  float: left;
}

/* Logo */

.logo_wrapper {
  border-bottom: 6px solid #D9DBDC;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 6px;
  /* cm was: width: 286px; */
  width: 976px;
  float: left;
}

#logo {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  /* cm was: width: 286px; */
  width: 976px;
  float: left;
}


/*
#logo a,
.logo_wrapper .logo a {
  height: 18px;
  background-image: url(images/content_logo.gif);
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -9999px;
  display: block;
}

*/

/* Logo */

.logo_wrapper {
  border-bottom: 6px solid #D9DBDC;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 6px;
  width: 286px;
  float: left;
}

.logo_wrapper .logo a {
  height: 18px;
  background-image: url(images/content_logo.gif);
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -9999px;
  display: block;
}

/* Company Logo */

.rehart_group_logo_wrapper {
  clear: both;
}

.rehart_group_logo_wrapper .rehart_group_logo {
  position: relative;
}

.rehart_group_logo a {
  background-image: url(images/rehart_group_logo.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 42px;
  display: block;
  width: 400px;
  text-indent: -9999px;
  border-bottom: 10px solid white;
}

.rehart_gmbh_logo_wrapper {
  clear: both;
}

.rehart_gmbh_logo_wrapper .rehart_gmbh_logo {
  position: relative;
}

.rehart_gmbh_logo a {
  background-image: url(images/rehart_gmbh_logo.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 42px;
  display: block;
  width: 400px;
  text-indent: -9999px;
  border-bottom: 10px solid white;
}

.petersen_service_gmbh_logo_wrapper {
  clear: both;
}

.petersen_service_gmbh_logo_wrapper .petersen_service_gmbh_logo {
  position: relative;
}

.petersen_service_gmbh_logo a {
  background-image: url(images/petersen_service_gmbh_logo.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 42px;
  display: block;
  width: 400px;
  text-indent: -9999px;
  border-bottom: 10px solid white;
}

.tribotec_gmbh_logo_wrapper {
  clear: both;
}

.tribotec_gmbh_logo_wrapper .tribotec_gmbh_logo {
  position: relative;
}

.tribotec_gmbh_logo a {
  background-image: url(images/tribotec_gmbh_logo.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 42px;
  display: block;
  width: 400px;
  text-indent: -9999px;
  border-bottom: 10px solid white;
}


/* Companies */

.companies_wrapper {
  float: left;
  width: 680px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 36px;
  height: 30px;
  overflow: hidden;
}

.companies {
}

.companies li {
  float: left;
  display: inline;
}

.companies li a {
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #949A9C;
  width: 220px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  float: left;
}

.companies li a:hover,
.companies li.active a {
  opacity: 0.4;
}

.companies .rehart_gmbh {
  margin-right: 10px;
}

.companies .petersen_service_gmbh {
  margin-right: 10px;
}

.companies .tribotec_gmbh {
}

.companies .rehart_gmbh a {
  background-image: url(images/rehart_gmbh.gif);
  background-position: 6px 6px;
}

.companies .petersen_service_gmbh a {
  background-image: url(images/petersen_service_gmbh.gif);
  background-position: 6px 4px;
}

.companies .tribotec_gmbh a {
  background-image: url(images/tribotec_gmbh.gif);
  background-position: 6px 4px;
}


/* Navigation */
/* .navigation_wrapper, */
#nav_sub {
  width: 286px;
  height: 236px;
  padding-bottom: 10px;
  background-color: #C00036;
  /* border-bottom: 12px solid white; */
  /*
  margin-bottom: 12px;
  */
  clear: left;
  overflow: hidden;
  position: relative;
  z-index: 9000;
border-bottom: 12px solid white;
}

#navigation_wrapper {
  background-color: #C00036;

  /*
  margin-bottom: 12px;
  */
  width: 271px;
  clear: left;
  overflow: hidden;
  
  position: relative;
  z-index: 9000;
  padding: 10px 5px 10px 10px;
}

/* navigation */
#nav_sub,
.navigation {
  /* padding: 10px 10px 0px 10px; */
  z-index: 9100;
  /* position: absolute; */
  /* width: 266px; */
  background-color: #C00036;
}

#nav_sub:hover,
#navigation_wrapper:hover {
  overflow: visible;
}

.navigation ul.clicked .active a {
  color: #FFFFFF;
}


body.petersen .navigation ul.clicked a {
  color: #A1D18F;
}

body.petersen .navigation ul.clicked .active a {
  color: #FFFFFF;
}

.navigation ul.clicked li a {
  color: #D0959C;
}

#nav_sub ul li ul,
.navigation ul li ul {
  margin-top: 4px;
  margin-bottom: 10px;
}

.navigation ul li ul li {
  
}

#nav_sub ul li ul li a,
.navigation ul li ul li a {
  font-size: 10px;
  line-height: 16px;
  padding-left: 14px;
}

#nav_sub ul li ul li a.ACT {
  background-image: url(images/navigation_arrow.gif);
  background-repeat: no-repeat;
  background-position: 4px center;
}

#nav_sub .activesub a {
  color: white !important;
}

#nav_sub ul li a,
.navigation ul li a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  line-height: 20px;
}

#nav_sub ul li a:link,
#nav_sub ul li a:visited,
.navigation ul li a:link,
.navigation ul li a:visited {
  text-decoration: none;
}

#nav_sub ul li a:hover,
#nav_sub ul li a:active,
.navigation ul li a:hover,
.navigation ul li a:active {
  text-decoration: underline;
}

.NO {
  color: #d0959c !important;
}

/* Side Content */

#left {
  float: left;
}

#leftcontent {
  width: 286px;
}

#leftcontent .csc-textpic {
  padding-left: 10px;

}

#leftcontent h2 {
  border-left: 6px solid #C10033;
  padding-top: 10px;
  padding-left: 4px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #636567;
  font-weight: bold;
}

#leftcontent .csc-textpic,
#leftcontent .picture_wrapper {
  /* cm auskommentiert margin-bottom: 12px;*/
}

#leftcontent .picture_wrapper .picture {
  height: 100px;
  background-repeat: no-repeat;
  background-position: left top;
  text-decoration: none !important;
  display: block;
}

#leftcontent h3,
#right h3,
#content h3,
#border h3 {
  font-size: 12px;
  font-weight: bold;
}

*:first-child+html #content {
  min-height: 360px;
}


#leftcontent .list_wrapper {
  height: 161px;
  border-left: 1px solid #9A9E9F;
  padding-left: 9px;
}

#leftcontent ul {
}

#leftcontent ul li {
  display: inline;
}

#leftcontent ul li a {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
  background-image: url(images/arrow.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 10px;
}

#leftcontent ul li a:link,
#leftcontent ul li a:visited {
  color: #000000;
  text-decoration: none;
}

#leftcontent ul li a:hover,
#leftcontent ul li a:active {
  color: #000000;
  text-decoration: underline;
}

#leftcontent p {
  margin-top: 8px;
}

#leftcontent p a {
  font-weight: bold;
  /*
  padding-left: 10px;
  */
}

#leftcontent p a:link,
#leftcontent p a:visited {
  color: #C00035;
  text-decoration: none;
}

#leftcontent p a:hover,
#leftcontent p a:active {
  color: #C00035;
  text-decoration: underline;
}

#content,
#right,
#border {
  width: 220px;
  float: left;
}

*:first-child+html #content {
  height: auto;
}

#content p,
#right p,
#border p {
  padding: 10px 10px 10px 10px;
  margin: 0px !important;
  text-align: justify;
}

/* Footer */
#footer {
  clear: both;
  padding-top: 18px;
  padding-bottom: 6px;
  position: relative;
  margin-top: 16px;
  height: 16px;
}

#footer {
  background-color: #C00036;
  font-weight: bold;
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
  width: 100%;
}

#footer ul {
  list-style: none;
}

#footer ul li {
  display: inline;
}

#footer ul li a {
  float: left;
  border-right: 1px solid white;
  padding: 0 10px;
}

#footer ul li a:link,
#footer ul li a:visited {
  text-decoration: none;
  color: white;
}

#footer ul li a:hover,
#footer ul li a:active {
  text-decoration: underline;
  color: white;
}

#footer .search_and_language {
  position: absolute;
  right: 110px;
  top: 2px;
}

*:first-child+html #footer .search_and_language {
  position: absolute;
  right: 110px;
  top: 1px;
}

#footer .search_and_language #search_string_label {
  text-transform: uppercase;
  color: white;
  margin: 0;
  padding: 0;
}

#footer .search_and_language #search_string {
  border: 0;
  margin: 0;
  padding: 0;
  width: 140px;
}

#footer .search_and_language #search_button {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  background: none;
  border: 0;
  margin-right: 20px;
}

#footer .search_and_language .language_select_wrapper {
  display: none;
}

#footer .search_and_language .language_select_wrapper #language_select {
  margin: 0 10px 0 0;
  padding: 0;
  border: 0;
  width: 100px;
}

#footer .search_and_language .language_select_wrapper #language_select option {
  margin: 0;
  padding: 0;
  border: 0;
}

#footer .search_and_language #langauge {
}

#leftcontent .typ2 img {
  border-left: 1px solid #999c9d;
  margin-bottom: 0px;
  padding-left: 9px !important;
  margin-left: 1px !important;
}

#leftcontent .csc-textpic {
  padding-left: 0px !important;
}

#content ul {
  margin-left: 35px;
}

#content ul li {
  list-style-type: disc;
}

#content table {
  margin-left: 10px;
}

.contenttable {
  margin-top: 10px;
}

.contenttable td {
  padding-right: 20px;
  padding-bottom: 7px;
}

.contenttable .tr-0 {
  font-weight: bold;
}

#content a:link,
#content a:visited,
#content a:hover,
#content a:active {
  color: #c10033;
}

#content .csc-textpic-caption {
  margin-top: 3px;
  font-weight: bold;
}

#powermaildiv_uid13 input,
#powermaildiv_uid28 input {
  width: auto !important;
}

#nav_lang {
  position: absolute;
  z-index: 999;
  top: 40px;
  margin: 0px 0px 0px 900px;
  padding: 0px;
}

*html #nav_lang {
  position: absolute;
  z-index: 999;
  top: 40px;
  margin: 0px 0px 0px 610px;
  padding: 0px;
}

.tx-srlanguagemenu-pi1 {
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

/*.tx-srlanguagemenu-pi1 {
  float: right;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}
*/

.tx-srlanguagemenu-pi1 select {
  padding: 0px;
  margin: -1px 0px 0px 0px;
  font-size: 11px;
}

*:first-child+html .tx-srlanguagemenu-pi1 select {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  font-size: 11px;
}

.tx-srlanguagemenu-pi1 fieldset label { display: none; }
.tx-srlanguagemenu-pi1 fieldset legend { display: none; }
.tx-srlanguagemenu-pi1 fieldset { border: none; }