/***********
* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border:0;
}
select, input, textarea {
	font-size: 99%
}
p {
  padding-bottom: 8px;
}
/********
* Links *
********/
a {
	color: #010000;
	text-decoration: none;
}
#inhalt a {
	color: #010000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

/************
* Formulare *
************/
form {
	overflow:hidden;
}
input.eben, textarea {
	width: auto;
	border: 1px #7f9db9 solid;
	background: #ffffff;
	padding: 2px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	border: 1px #7f9db9 solid;
	background: #ffffff;
	color: #000000;
	height: 17px;
}
input.fform{
  width: 110px;
	border: 1px #7f9db9 solid;
	background: #ffffff;
	padding: 2px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.kontaktform{
  width: 154px;
	border: 1px #7f9db9 solid;
	background: #ffffff;
	padding: 2px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
select.kontaktform {
  width: 160px;
}
select.fform{
  width: 138px;
}

/**************************
* Zeilen und Seitenrahmen *
**************************/
#page {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	padding-bottom: 20px;
}
#appborder {
	border: 1px solid #828d95;
	background-color: #FFFFFF;
	color: #010000;
	padding: 4px;
}
#copy {
	font-size: 10px;
	clear:both; width: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #007bb4;
	border-bottom: 1px solid #007bb4;
}
#copy .red {
	color: #e10012;
}
#main {
	clear: both;
  width: auto;
}
#nav0 {
	clear:both;
	width: auto;
	margin-top: 20px;
	text-indent: 10px;
	margin-bottom: 5px;
}
#created {
  margin-top: 10px;
	clear: both;
  width: auto;
  color: #7f9ead;
  font-size: 10px;
  text-align: right;
}
#created a {
  color: #7f9ead;
  font-size: 10px;
  text-decoration: none;
}
/* Menu Ebene 1 */
#menuborder {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #007bb4;
	border-bottom: 1px solid #007bb4;
}
#menu {
	background-color: #d0e3f2;
	color: #005e95;
	text-indent: 76px;
}
.menuitem {
	margin-left: 22px;
}
.flagge {
	margin-left: 10px;
}

/********************
* 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;
}

/**********
* Spalten *
**********/
/* menu */
#spalte1 {
	width: 127px;
	float:left;
	z-index: 3;
	border-right: 1px solid #007bb4;
	padding-right: 3px;
}
#spalte1inhalt {
	z-index: 4;
	position:relative;
	text-align: right;
	border-top: 7px solid #d0e3f2;
	border-bottom: 7px solid #d0e3f2;
	line-height: 18px;
}
/* Funktion */
#spalte2 {
  float: right;
	z-index: 5;
	width: 153px;
}
#spalte2inhalt {
	z-index: 6;
	position:relative;
}
/* Inhalt */
#spalte3 {
	width: auto;
	z-index: 1;
	margin-left: 131px;
	margin-right: 153px;
}
#spalte3inhalt {
	z-index: 2;
	position: relative;
}

/**********
* Submenu *
**********/
/* Ebene 1 */
.m1a {
	font-weight: bold;
	color: #df0025;
	background-color: #e6f2fa;
	padding-right: 4px;
	cursor: pointer;
}
a.am1a {
	font-weight: bold;
	color: #df0025;
}
.m1p {
	font-weight: bold;
	color: #005e95;
	background-color: #e6f2fa;
	padding-right: 4px;
	cursor: pointer;
}
a.am1p {
	font-weight: bold;
	color: #005e95;
}
.m2a {
	color: #df0025;
	background-color: #ffffff;
	padding-right: 4px;
	cursor: pointer;
}
a.am2a {
	color: #df0025;
}
.m2p {
	color: #005e95;
	background-color: #ffffff;
	padding-right: 4px;
	cursor: pointer;
}
a.am2p {
	color: #005e95;
}
a.am1p:hover, a.am1a:hover, a.am2p:hover, a.am2a:hover {
	text-decoration: none;
}

/* Funktionen */
.fblock {
  position: relative;
  padding: 1px;
  border: 1px solid #a8a7a7;
  margin-bottom: 5px;
}
.fitem {
  background-color: #ebebeb;
  border-bottom: 1px solid #a8a7a7;
  margin-bottom: 1px;
  color: #000000;
  padding: 5px;
  font-size: 10px;
  line-height: 18px;
}
.fitemlast {
  background-color: #ebebeb;
  color: #000000;
  padding: 5px;
  font-size: 10px;
  line-height: 18px;
}
.iconi {
  position: relative;
}
.imfocus {
  background-color: #ebebeb;
  color: #000000;
  padding: 5px;
  font-size: 10px;
}
.focusimg {
  padding: 2px;
  border: 1px solid #007bb4;
  background-color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
}
.icond {
  position: relative;
  margin-top: -2px;
  margin-right: 10px;
}
#headline {
  width: 327px;
  height: 70px;
  border-bottom: 1px solid #007bb4;
  position:relative;
  margin-bottom: 20px;
}
.subhead {
  font-weight: bold;
  color: #007bb4;
}
.down{
  color: #df0025;
  font-size: 16px;
  font-weight: bold;
  position:absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 4px;
}
#inhalt {
  margin-left: 12px;
  margin-right: 12px;
}
#inhaltl {
  width: 316px;
  float: left;
}
#inhaltr {
  width: 350px;
  float: right;
}
.cbox {
  padding: 3px;
  border: 1px solid #007bb4;
}
#reiter {
  float: right;
  border-right: 1px solid #007bb4;
}
#reiter a {
  color: #005e95;
  font-weight: bold;
  text-decoration: none;
}
.rbox {
  float: left;
  border-left: 1px solid #007bb4;
  border-bottom: 1px solid #007bb4;
  line-height: 17px;
  width: 20px;
  text-align: center;
  padding: 0px 3px 3px 3px;
}
.ritema {
  background-color: #b9d2e9;
  cursor: pointer;
}
.ritem {
  background-color: #dbe8f4;
  cursor: pointer;
}
.cboxhead {
  line-height: 24px;
  background-color: #e6f2fa;
  padding-left: 5px;
  font-weight: bold;
  color: #007bb4;
}
.cboxkatanr {
  line-height: 24px;
  padding-left: 5px;
  font-weight: bold;
  color: #007bb4;  
}
table.masse {
  margin-left: 7px;
  border: 0px solid #007bb4;
  border-collapse: collapse;
  color: #004976;
  text-align: center;
  margin-bottom: 14px;
}
table.masse th {
  font-weight: normal;
  padding: 2px 6px 2px 6px;
}
table.masse td {
  border: 1px solid #007bb4;
  padding: 2px 6px 2px 6px;
}
#cboxsl {
  float: left;
  width: 180px;
  padding: 1px;
  border: 1px solid #a8a7a7;
  height: 152px;
  background-color: #ebebeb;
}
#cboxsr {
  float: right;
  padding: 1px;
  border: 1px solid #a8a7a7;
  width: 152px;
  background-color: #ebebeb;
}
.lvk {
  text-align: center;
  padding: 1px;
  overflow: hidden;
  width: 150px;
  height: 150px;
}
.agentlinehead {
  margin-bottom: 1px;
  border-bottom: 1px solid #a8a7a7;
  padding-left: 5px;
}
.agentline {
  margin-bottom: 1px;
  border-bottom: 1px solid #a8a7a7;
  padding-left: 5px;
  line-height: 16px;
  height: 35px;
  background-color: #ebebeb;
}
.agentlineend {
  padding-left: 5px;
  line-height: 19px;
  height: 19px;
}
.iconah {
  margin-bottom: -3px;
}
.icona {
  margin-top: 4px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.icone {
  margin-top: 5px;
  margin-right: 5px;
}
.cfullg {
  padding: 1px;
  border: 1px solid #a8a7a7;
  margin-top: -3px;
}
#cfullgend {
  background-color: #ebebeb;
  padding-left: 5px;
  line-height: 22px;
}
.cfullt {
  margin-top: 20px;
  color: #004976;
  margin-bottom: 10px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 3px;
  border: 1px solid #007bb4;
}
.centry {
  line-height: 20px;
  background-color: #e6f2fa;
  text-indent: 10px;
}
#totop a {
  float: right;
  color: #007bb4;
	background-image: url(../img/site/bg_totop.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 30px;
	margin-bottom: -4px;
	line-height: 18px;
	padding-bottom: 4px;
	text-decoration: none;
}
#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 {
  padding: 3px;
  border: 1px solid #007bb4;
  width: 308px;
  height: 308px;
  position: relative;
}
.bildlinks, .bildrechts {
  padding: 2px;
  border: 1px solid #007bb4;
  margin-bottom: 15px;
}
.bildlinks {
  float: left;
  margin-right: 15px;
}
.bildrechts {
  float: right;
  margin-left: 15px;
}
.bildlinksu, .bildrechtsu {
  padding: 2px;
  border: 1px solid #007bb4;
}
.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;
}
.bildthuebersicht {
  padding: 1px;
  border: 1px solid #007bb4;
  margin-bottom: 3px;
  margin-left: 7px;
}
.bilddownload {
  padding: 2px;
  border: 1px solid #007bb4;
  margin-bottom: 15px;
  margin-left: 25px;
}
#bbox {
  position: relative;
}
.slidelink {
  display: none;
}
#myBlack {
  background-color: #000;
}
#bimage {

}
.brahmen {
  border: 1px solid #007bb4;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  width: 620px;
}
.famblock {
  float: left;
  border: 1px solid #007bb4;
  padding: 1px;
  background-color: #fff;
  color: #007bb4;
  text-align: center;
  margin: 4px;
}
.famblockhead {
  border-bottom: 1px solid #007bb4;
  height: 20px;
  line-height: 20px;
  background-color: #e7f0f7;
  width: 100px;
}
.famblockhead a{
  color: #007bb4;
  text-decoration: none;
}

/* 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;
}

/* lightbox */
/* leuchtenmappe */
.lmtabelle{
  margin-bottom: 8px;
  border: 1px solid rgb(0, 123, 180);
  border-collapse: collapse;
  cursor: move;
}
.lmtdimage{
  vertical-align: top;
  border: 1px solid rgb(0, 123, 180);
  padding: 2px;
}
.lmtdtext{
  vertical-align: top;
  border: 1px solid rgb(0, 123, 180);
  padding: 1px 1px 10px 1px;
}
.lmfamilie{
  line-height: 24px;
  font-size: 14px;
  background-color: rgb(230, 242, 250);
  padding: 0px 5px 0px 5px;
  margin: 2px;
  font-weight: bold;
  color: rgb(0, 123, 180);
}
.lmprodukt{
  padding: 5px;
  font-weight: bold;  
}
.lmkatalognummer{
  padding: 0px 5px 0px 5px;
}
.lmbeschreibung{
  padding: 5px;
}
.lmdelete{
  text-align: center;
  padding: 4px;
}
.lmicon{
  padding-top: 4px;
  padding-left: 4px;
  margin-right: 5px;
  margin-bottom: -4px;
}
.kompetenzen {
  padding: 15px;
  color: #9a9a9a;
  font-size: 9px;
  text-align: justify;
}
.kompetenzen a {
  color: #9a9a9a;
}
.kompetenzen a:hover {
  color: #000000;
  text-decoration:underline;
}
/* leuchtenmappe */