/******************************************************************************
Global settings
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  overflow: hidden;
}

body.admin {
  overflow: auto !important;
}

a {
  color: #121d25;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
}

html, div, form {
  padding: 0;
  margin: 0;
}

table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
}

select, input, td {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}

div#page {
  margin: 10px 0 0 10px;
  width: 960px;
}

img {
  border: none;
}

/******************************************************************************
  Header
 ******************************************************************************/

.pageheader_container {
  float: left;
  width: 960px;
  height: 72px;
}

.pageheader_logo {
  float: left;
  width: 288px;
  height: 72px;
  background-image: url( ../images/layout/logo.jpg );
}

.pageheader_title {
  float: left;
  margin-left: 3px;
  width: 669px;
  height: 72px;
  background-color: #e5e5e5;
}

/******************************************************************************
  Meta navigation
 ******************************************************************************/
div.metanavigation_container {
  float: left;
  padding: 12px 0 21px 0;
  padding-left: 291px;
  width: 669px;
  height: 18px;
  font-size: 10px;
}

a.metanavigation {
  display: block;
  float: left;
  padding: 1px 9px 2px 9px;
  color: #aa0020;
  line-height: 12px;
  cursor: pointer;
}

div.metamenu {
  position: absolute;
  top: 109px;
  left: 301px;
  width: 145px;
  padding: 7px 1px 7px 1px;
  border: 1px solid #c6c6c6;
  background-color: #fff;
}

div.metamenu a {
  display: block;
  padding: 2px 18px 2px 18px;
  line-height: 12px;
}

div.metamenu a:hover {
  color: #aa0020;
  background-color: #e5e5e5;
}

a#editlink {
  float: right;
}

div.externaldealerlinks {
  float: right;
}

div.externaldealerlinks a {
  margin-left: 10px;
}

/******************************************************************************
  Main navigation
 ******************************************************************************/

/* container */
div.mainnavigation_container {
  float: left;
  border-top: 1px solid #c6c6c6;
  width: 174px;
  height: 515px
}

/* divs */
div.mainnavigation_entry_white {
  border-bottom: 1px solid #c6c6c6;
  padding: 0 0 1px 0;
}

div.mainnavigation_entry_gray {
  border-bottom: 1px solid #c6c6c6;
  padding: 0 0 1px 0;
  background-color: #f1f1f1;
}

div.mainnavigation_type_contents, div.mainnavigation_application_contents {
}

/* links */
a.mainnavigation_level_0 {
  display: block;
  padding: 2px 0 2px 18px;
  line-height: 12px;
}

a.mainnavigation_level_0:hover {
  color: #aa0020;
  background-image: url( ../images/layout/arrow_big_tr.gif );
  background-repeat: no-repeat;
  background-position: left center;
}

a.mainnavigation_level_0_selected {
  display: block;
  padding: 2px 0 2px 18px;
  color: #aa0020;
  background-image: url( ../images/layout/arrow_big_tr.gif );
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 12px;
}

a.mainnavigation_level_1 {
  display: block;
  padding: 2px 0 2px 24px;
  line-height: 12px;
}

a.mainnavigation_level_1:hover {
  color: #aa0020;
}

a.mainnavigation_level_1_selected {
  display: block;
  padding: 2px 0 2px 24px;
  color: #aa0020;
  line-height: 12px;
}

a.mainnavigation_level_2 {
  display: block;
  margin-left: 24px;
  padding: 2px 0 2px 12px;
  background-image: url( ../images/layout/rechteck_lmh_silver.jpg );
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 12px;
}

a.mainnavigation_level_2:hover {
  color: #aa0020;
}

a.mainnavigation_level_2_selected {
  display: block;
  margin-left: 24px;
  padding: 2px 0 2px 12px;
  color: #aa0020;
  background-image: url( ../images/layout/rechteck_lmh_silver.jpg );
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 12px;
}

/******************************************************************************
  Footer
 ******************************************************************************/

div.footer_container {
  float: left;
  margin-top: 18px;
  border-top: 1px solid #c6c6c6;
  padding: 6px 0 6px 0;
  width: 960px;
  height: 18px;
  text-align: right;
}

a.footer_link {
  padding-left: 18px;
  color: #aa0020;
  background-image: url( ../images/layout/arrow_big_tr.gif );
  background-repeat: no-repeat;
  background-position: left center;
}

/******************************************************************************
  Application - Content
 ******************************************************************************/

div.application {
  float: left;
  width: 200px;
  margin-right: 36px;
  margin-bottom: 36px;
}

div.label {
  padding: 4px 11px 4px 11px;
  background-color: #e2e3e4;
}

div.label a {
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
}

div.image img {
  width: 200px;
}

div.image {
  width: 200px;
}

/******************************************************************************
  Type - Content
 ******************************************************************************/

div.application_headline {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

div.type_headline {
  margin-bottom: 1px;
  padding: 0 11px 0 11px;
  height: 40px;
  color: #121d25;
  background-color: #e2e3e4;
  cursor: pointer;
}

div.type_label {
  padding-top: 12px;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  float: left;
}

div.type_images {
  float: right;
}

div.type_images img {
  height: 36px;
  background-color: #e2e3e4;
}

div.ranges_images {
  float: left;
  display: block;
  height: 100px;
  width: 123px;
  background-color: #f1f1f1;
  cursor: pointer;
}

div.range_label {
  padding-left: 12px;
}

div.range_thumb {
  padding-right: 15px;
  text-align: right;
}

div.range_thumb img {
  width: 80px;
}

table.ranges td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/******************************************************************************
  Range - Content
 ******************************************************************************/

div.content_container {
  float: left;
  margin-left: 42px;
  width: 744px;
  height: 516px;
}

div.content_column_container {
  float: left;
  width: 536px;
}

div.marginal_column_container {
  padding-top: 50px;
  float: left;
  width: 208px;  
}

div.title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 26px;
  padding-right:42px;
}

div.highlight_image {
  overflow: hidden;
  height: 260px;
}

div.headline {
  margin-top: 12px;
  padding-right:42px;
  font-weight: bold;
}

div.text {
  width: 500px;
  height: 190px;
  overflow: auto;
}

div.thumb {
  background-color: #e5e5e5;
  height: 260px;
  text-align: center;
}

div.thumb img {
  margin: 37px auto 38px auto;
  height: 185px;
}

div.highlight_container {
  padding-top: 12px;
}

div.highlight {
  padding: 0 18px 2px 0;
}

div.highlight a.link {
  color: #aa0020;
  background-image: url( ../images/layout/arrow_big_tr.gif );
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}

div.highlight a.link:hover {
  text-decoration: underline;
}

div.highlight a.downloadlink {
  color: #aa0020;
  background-image: url( ../images/layout/download.gif );
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}

div.highlight a.downloadlink:hover {
  text-decoration: underline;
}

div.highlight img.labellink {
  padding-top: 5px;
}

/******************************************************************************
  Admin pages
 ******************************************************************************/

div.loginform {
  float: left;
  padding: 41px 20px;
  width: 746px;
  height: 516px;
}

div.adminheadermenu {
  float: left;
  padding: 12px 0 21px 0;
  padding-left: 291px;
  width: 669px;
  height: 18px;
  font-size: 10px
}

a.adminmenuentry {
  margin-right: 6px;
}

a.adminlogout {
  float: right;
}

div.dealers_uploadform {
  padding-bottom: 15px;
}

div.currentdealers {
  margin-top: 12px;
}

div.currentdealers a {
  color: #aa0020;
  background-image: url( ../images/layout/arrow_big_tr.gif );
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  margin-left: 12px;
}

div.dealers_content {
  padding-top: 10px;
  border-top: 1px solid #c6c6c6;
}

div.dealers_content table {
  border-spacing: 1px;
}

div.dealers_content th {
  padding: 4px 11px 4px 11px;
  background-color: #e2e3e4;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
}

div.dealers_content td {
  padding: 3px 1px;
}

div.dealers_content td.tablefooter {
  text-align: right;
}

div.dealers_content td.tablefooter a {
  color: #aa0020;
  background-image: url( ../images/layout/arrow_big_tr.gif );
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  margin-left: 12px;
}

.status_field {
  padding: 3px;
  text-align: center;
}

.status_ok {
  background-color: green !important;
}

.status_working {
  background-color: yellow !important;
}

.status_failed {
  background-color: red !important;
}

div.refresh_content {
  float: left;
  padding: 0 20px;
  width: 746px;
  height: 516px;
}

div.refresh_content a {
  color: #aa0020;
  background-image: url( ../images/layout/arrow_big_tr.gif );
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}

div.refresh_content a:hover {
  text-decoration: underline;
}

div.refresh_content table {
  border-spacing: 1px;
}

div.refresh_content th {
  padding: 4px 11px 4px 11px;
  background-color: #e2e3e4;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
}

div.refresh_content td {
  padding: 3px 5px;
}

div.refresh_content td.column_id {
  text-transform: capitalize;
}

div.refresh_content td.refresh_all {
  border-top: 1px solid #c6c6c6;
  text-align: right;
}
