/** Font Def: **/
body, a, p, h1, h2, h3, h4, input, li, td, th {
  font-family:Arial, Tahoma, 'sans serif';
  font-size:12px;
  color:#0a0a0f;
}

*{margin:0;padding:0;}

a { text-decoration:none; }

a:hover { text-decoration:underline; }

h1 {
  font-size:13px;
  font-weight:bold;
  line-height:16px;
  margin:4px 0 0 0;
  padding:0;
  color:#232343;
}

p {
  margin:12px 0 8px 0;
}

/** positioning and layouting **/
body {
  padding:0;
  margin:0;
  text-align:center;
  padding-top:30px;
  background-color:#fafafa;
}

#stage {
  position:relative;
  width:832px;
  background-color:#efefef;
  border:1px solid #dfdfdf;
  margin:auto;
  text-align:left;
}

#header {
  height:129px;
  background:url(/images/head_logo.jpg) no-repeat right top #ffffff;
}
#blaier-logo {
  height:110px;
  background:url(/images/blaier_logo.gif) no-repeat 23px bottom;
}

#mainMenu {
  float:left;
  position:relative;
  height:400px;
  width:140px;
}
#mainMenu ul { list-style-type:none; }
#mainMenu ul.first {padding-top:20px; padding-left:25px;}
#mainMenu ul.first li {
  background:url(/images/menuLine.gif) no-repeat left bottom;
}

#mainMenu ul li {font-size:1px;}
#mainMenu ul li span,
#mainMenu ul li a {
  display:block;
  padding:4px 3px 4px 3px;
  color:#0060ea;
  text-decoration:none;
  font-size:12px;
}

#mainMenu ul.second {padding-bottom:7px;}
#mainMenu ul.second li a {
  padding:0 0 0 10px;
}


div#mainMenu ul li a:hover {
  text-decoration:underline;
}

#mainMenu ul.second li {
  background:none;
}

#mainBox {
  background-color:#ffffff;
  background:url(/images/content_back.jpg) #ffffff no-repeat right top;
}

div#contentBox {
  padding-top:20px;
  margin-left:200px;
}

#content {
  width:500px;
  background-color:#ffffff;
  overflow:hidden;
  padding-bottom:20px;
}

.closeContent {
  background:url(/images/pfooter.gif) no-repeat left bottom;
  height:14px;
  clear:both;
}

#footer { clear:both; background-color:#ffffff;}

.clear { clear:both;font-size:1px;line-height:1px; }

#footer ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#footer ul li {
  line-height:18px;
  color:#afafaf;
  display:block;
  float:left;
  padding-left:10px;
}

#footer ul li.right {
  float:right;
  padding-right:10px;
}

div#footer ul li a {
  color:#afafaf;
}

.machineList,
.contactList {
  list-style-image:url(/images/listBullet.gif);
  list-style-type:none;
  margin-left:20px;
  padding:0;
}

.contactList li {
  padding:10px 0 3px 0;
}
.machineList li {
  clear:right;
  padding:10px 0 3px 0;
}

.machineList li h3,
.contactList li h3 {
  font-weight:bold;
  color:#232343;
  padding:0 0 3px 0;
  margin:0;
}

.image a { font-size:0px; }
.image a img { border:0; }

.image {
  border:1px solid #dfdfdf; padding:1px;
  margin:0 5px 5px 5px;
  font-size:0px;
}

.left { float:left; }
.right { float:right; }

#zertifikat-logo {
  position:absolute;
  bottom:80px;
  left:20px;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ 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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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: 100px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #636363; }

