/***********
* BASE CSS *
***********/
* {
  margin: 0;
  padding: 0;
}
option {
  padding-left: 0.4em
}
html {
  height:100%
}
body {
  font-size: 100.01%;
  position: relative;
  color: #000000;
  /* background: #003064; */
  text-align: left;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}
img {
  border:0;
}
select, input, textarea {
  font-size: 99%
}
p {
  padding-bottom: 8px;
}

/**************************
* Zeilen und Seitenrahmen *
**************************/
#page {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
#logo  {
  height:60px;
  border-top:20px solid #e1000f;
  text-align:right;
  padding:20px 20px 0 0;
}
#copy {
  font-size: 11px;
  color:#9b9b9b;
  clear:both; width: auto;
  padding-top: 3px;
  border-top: 1px solid #9b9b9b;
}
#main {
  clear: both;
  width: auto;
}
#nav0 {
  clear:both;
  width: auto;
  margin-top: 20px;
  margin-bottom: 3px;
}
#created {
  margin-top: 10px;
  clear: both;
  width: auto;
  font-size: 10px;
  text-align: right;
}
#created a {
  color: #d2d2d2;
  font-size: 12px;
  text-decoration: none;
}
#created a:hover {
  color: #018bbc;
}

/**********
* Spalten *
**********/
/* menu */
#spalte1 {
  width: 137px;
  float:left;
  z-index: 3;
  border-top:5px solid #e1000f;
  padding-top: 5px;
}
#spalte1inhalt {
  z-index: 4;
  position:relative;
  line-height: 18px;
  font-size:12px;
  font-weight:normal;
  color: #646464;
  text-transform:uppercase;
}
/* Funktion */
#spalte2 {
  float: right;
  z-index: 5;
  width: 153px;
}
#spalte2inhalt {
  z-index: 6;
  position:relative;
}
/* Inhalt */
#spalte3 {
  width: auto;
  z-index: 1;
  margin-left: 141px;
  margin-right: 153px;
}
#spalte3inhalt {
  z-index: 2;
  position: relative;
}

/* Menu Ebene 1 */
#menu {
  padding:15px 0 15px 0;
}
#menuitem a {
  color: #e1000f;
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
  margin-right:20px;
}
#language {
  float: right;
}
#language img {
  margin-left: 15px;
}

/********************
* Floating Elemente *
********************/

.mclear:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.mclear {
  display: block;
}
.floatinbox {
  overflow: hidden;
  margin-bottom: 15px;
}
#ie_clear {
  display: none;
}

/********
* Links *
********/
a {
  color: #010000;
  text-decoration: none;
}
#inhalt a {
  color: #010000;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
#inhaltr a {
  color: #e1000f;
  text-decoration: none;
}
#inhaltr a:hover {
  text-decoration: underline;
}

/**********
* Submenu *
**********/
/* Ebene 1 */
.m1a {
  color: #e1000f;
  cursor: pointer;
}
a.am1a {
  color: #e1000f;
}
.m1p {
  font-weight: bold;
  color: #000;
  cursor: pointer;
  text-transform:uppercase;
}
a.am1p {
  font-size:12px;
  font-weight:normal;
  color: #000;
  text-transform:uppercase;
}
.m2a {
  color: #e1000f;
  cursor: pointer;
  text-transform:none;
  padding-left:5px;
  display:block;
}
a.am2a {
  color: #e1000f;
  text-transform:none;
  padding-left:5px;
  display:block;
}
.m2p {
  color: #000;
  cursor: pointer;
  text-transform:none;
  padding-left:5px;
  display:block;
}
a.am2p {
  color: #000;
  text-transform:none;
  padding-left:5px;
  display:block;
}
a.am1p:hover, a.am1a:hover, a.am2p:hover, a.am2a:hover {
  text-decoration: none;
}

/************
* Formulare *
************/
form {
  overflow:hidden;
}
input.eben, textarea {
  width: auto;
  border: 1px #000 solid;
  background: #ffffff;
  padding: 2px;
  color: #9b9b9b;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
select {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  width: auto;
  border: 1px #000 solid;
  background: #ffffff;
  color: #9b9b9b;
  height: 20px;
  font-size:11px;
}
input.fform {
  font-size:11px;
  width: 110px;
  border: 1px #000 solid;
  background: #ffffff;
  padding: 2px;
  color: #9b9b9b;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  margin:3px 0 3px 0;
}
select.fform{
  width: 150px;
  margin:3px 0 3px 0;
}
input.kontaktform{
  width: 154px;
  border: 1px #000 solid;
  background: #ffffff;
  padding: 2px;
  color: #9b9b9b;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
select.kontaktform {
  width: 160px;
}
input.icon-kontaktform {
  margin-bottom:-7px;
}
img.map-vertreter-d {
  margin-bottom:20px;
}
img.map-vertreter-welt {
  margin-bottom:22px;
}
#kontaktp {
  margin-top:30px;
}

/************
* Tabellen *
************/
table.masse {
  margin-bottom: 14px;
}
table.masse th {
  font-weight: normal;
  padding:0 15px 3px 0;
}
table.masse td {
  padding:2px;
}
table.masse td.border-li {
  border-left:1px solid #000;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
}
table.masse td.border-re {
  border:1px solid #000;
}
table.kontaktdaten {
  border-collapse: collapse;
}
table.kontaktdaten td {
  vertical-align:top;
  padding: 0 4px 0 0;
}
table.table-karriere {
  width:100%;
  margin-bottom:30px;
}
table.table-karriere th {
  padding:5px;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  background-color:#d2d2d2;
  text-align:left;
}
table.table-karriere td {
  padding:5px;
}
table.table-katalog {
  margin-left:210px;
  vertical-align:top;
}
table.table-katalog th {
  padding:5px;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  background-color:#d2d2d2;
}
table.table-katalog td {
  padding:5px;
}
table.lmtabelle{
  margin-bottom: 8px;
  border-collapse: collapse;
  cursor: move;
  border-bottom:1px solid #d2d2d2;
}
table.lmtabelle th{
  padding:5px;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  background-color:#d2d2d2;
}
table.lmtabelle td{
  padding:5px;
}
table.lmtabelle td.lmtdimage{
  vertical-align: top;
  padding-left:0px;
}
table.lmtabelle td.lmtdtext{
  vertical-align: top;
}
table.lmtabelle td.lmtddelete{
  text-align: center;
}
#inhalt table.lmtabelle td.lmtddelete a{
  display:block;
  text-decoration:none;
}

/************
* Formate *
************/

/* Funktionen */
.fblock {
  position: relative;
  margin-bottom: 15px;
  border-top:5px solid #e1000f;
  padding-top: 5px;
}
.fhead {
  font-size:12px;
  font-weight:normal;
  color: #000;
  text-transform:uppercase;
  margin-bottom:10px;
}
.fitem {
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 5px;
  padding-bottom:5px;
  color: #9b9b9b;
  line-height: 18px;
  font-size:11px;
}
.fitem a, .fitem a:visited, .fitem a:active {
  font-size:11px;
  font-weight:normal;
  color: #9b9b9b;
  text-decoration:none;
}
.fitem a:hover {
  color: #000;
}
.fitemlast {
  color: #9b9b9b;
  line-height: 18px;
  font-size:11px;
}
.fitem-img {
  width:153px;
  overflow:hidden;
  margin:10px 0 10px 0;
}
.fitemlast a, .fitemlast a:visited, .fitemlast a:active {
  font-size:11px;
  font-weight:normal;
  color: #9b9b9b;
  text-decoration:none;
}
.fitemlast a:hover {
  color: #000;
}
.iconi {
  margin-top:2px;
}
.icond {
  position: relative;
  margin-top: -2px;
  margin-right: 10px;
}
#headline {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 20px;
}
.subhead {
  font-weight: bold;
  color: #e1000f;
}
.down{
  color: #000;
  font-size: 19px;
  font-weight: bold;
  text-transform:uppercase;
}
#inhalt {
  margin-left: 12px;
  margin-right: 12px;
}
#inhaltl {
  width: 316px;
  float: left;
}
#inhaltr {
  width: 350px;
  float: right;
}
.cbox {
}
#reiter {
  margin-top:5px;
}
#reiter a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.rbox {
  float: left;
  line-height: 17px;
  width: 20px;
  text-align: center;
  padding: 0 5px 3px 0;
}
.rboxlast {
  float: left;
  line-height: 17px;
  width: 20px;
  text-align: center;
  padding: 0 0 3px 0;
}
.ritema {
  background-color: #d6d6d6;
  cursor: pointer;
}
.ritem {
  color: #9b9b9b;
  cursor: pointer;
  background-color: #9b9b9b;
}
.cboxhead {
  font-weight: bold;
  margin-bottom:20px;
}
.cboxkatanr {
  line-height: 24px;
  padding-left: 5px;
  font-weight: bold;
  color: #e1000f;  
}
.lmprodukt{
  padding: 5px;
  font-weight: bold;  
}
.lmkatalognummer{
  padding: 0px 5px 0px 5px;
}
.lmbeschreibung{
  padding: 5px;
}
.lmicon{
  padding-top: 4px;
  padding-left: 4px;
  margin-right: 5px;
  margin-bottom: -4px;
}
img.lmlink{
  margin-bottom:-7px;
}
.mapleft {
  float:left
}
.mapright {
  margin:0 0 0 250px;
}
#cboxsl {
  float: left;
  width: 180px;
}
#cboxsr {
  float: right;
  width: 152px;
}
.lvk {
  text-align: center;
  padding: 1px;
  overflow: hidden;
  width: 150px;
  height: 150px;
}
.agentlinehead {
  margin-bottom: 5px;
}
.agentline {
  margin-bottom: 1px;
  line-height: 16px;
  height: 35px;
}
.agentlineend {
}
.iconah {
  margin-bottom: -3px;
}
.icona {
  margin-top: 2px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.icone {
  margin-top: 5px;
  margin-right: 5px;
}
.cfullt {
  margin-top: 10px;
  margin-bottom: 10px;
}
#pimage {
  width: 308px;
  height: 308px;
  overflow: hidden;  
}
#overlay{
  position: absolute;
  top: 3px;
  left: 3px;
  width: 308px;
  height: 308px;
  background-color: #000;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#loading{
  position: absolute;
  left: 0;
  text-align: center;
  top: 40%;
  line-height: 0;
}
#pbox {
  width: 308px;
  height: 308px;
  position: relative;
}
.bildlinks, .bildrechts {
  margin-bottom: 15px;
}
.bildlinks {
  float: left;
  margin-right: 15px;
}
.bildrechts {
  float: right;
  margin-left: 15px;
}
.bildlinksu {
  float: left;
  margin-right: 15px;
}
.bildrechtsu {
  float: right;
  margin-left: 15px;
}
.bildohnelinks {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.bildohnerechts {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.bilddownload {
  margin-bottom: 15px;
  margin-right: 25px;
}
#bbox {
  position: relative;
}
.slidelink {
  display: none;
}
#myBlack {
  background-color: #000;
}
.brahmen {
  border: 1px solid #e1000f;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  width: 620px;
}
.famblock {
  float: left;
  background-color: #fff;
  color: #e1000f;
  text-align: center;
  margin: 4px;
}
.famblockhead {
  height: 22px;
  line-height: 14px;
  width: 208px;
  margin-top: 10px;
}
.famblockhead a{
  color: #e1000f;
  text-decoration: none;
}
a.leuchtenliste {
  padding-top:5px;
}
.produktgruppe {
  width:168px;
  float:left;
}
#inhalt .produktgruppe a {
  text-decoration:none;
  color:#9b9b9b;
}

/* lightbox */
#lightbox{
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
  }

#lightbox a img{ border: none; }

#outerImageContainer{
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  }

#imageContainer{
  padding: 10px;
  }

#lbloading{
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  }
#hoverNav{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
  width: 49%;
  height: 100%;
  background: transparent url(/img/site/blank.gif) no-repeat; /* Trick IE into showing hover */
  display: block;
}
#prevLink, #bprevLink { left: 0; float: left;}
#nextLink, #bnextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/img/site/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/site/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer, #closeDataContainer{
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
}

#imageData{
  padding:0 10px;
}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold;  }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }      
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;  }  
    
#lboverlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#print { display:none; }

