html, body {
	border: 0;
	margin: 0;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f9faec;
}

/* lightbox-part */

#lightbox{
	position: absolute;
	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;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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: normal;
	}

#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	}			

#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	}	

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

/* ende lightbox-part */
	

/* hcpy-part */
	
p {
	color: #353535;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #686767;
	padding-right: 5px;
}
	
h2 {
  font-size: 13px;
   color: #aa4545
	}
	
h3 {
	font-size: 11px;
	color: #efb000;
	font-weight: normal;
	}
	
td {
	color: #909090;
	margin: 0; 
}

td.main {
	width: 981px;
}

td.maintop {
	width: 981px;
}

td.language {
	text-align: right;
	vertical-align: middle;
}

td.contenthead {
	background-color: silver;
	color: Black;
	font-weight: bold;
	font-size: 11px
}

td.content {
	background-color: #dedede;
	color: Black;
	font-weight: normal;
	font-size: 10px
}

table.lacto {
	line-height: 1em;
}

table.lacto td {
	border-bottom: 1px dotted blue;
	font-size: 12px;
	color: Navy;
	padding-top: 5px;
}

.footer {
	background-image: url(../images/huebner-blatt.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

ul {
	position: relative;
	left: 0px;
	color: #404040;
}

.scndnav, .scndnava {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #909090;
	line-height: 1.9em;
	padding-left: 8px;
}

.thrdnav, .thrdnava {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #909090;
	line-height: 1.8em;
	padding-left: 23px;
}

.fourthnav, .fourthnava {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #909090;
	line-height: 1.8em;
	padding-left: 8px;
}

a.scndnav:link {
	color: #909090;
}
a.scndnav:hover {
	color: #073332;
	text-decoration: none
}
a.scndnav:active {
	color: #073332;
}
a.scndnav:visited {

}

a.scndnava {
	color: #073332
}

a.thrdnav:link {
	color: #909090;
}
a.thrdnav:hover {
	color: #073332;
	text-decoration: none
}
a.thrdnav:active {
	color: #073332;
}
a.thrdnav:visited {
}

a.thrdnava {
	color: #073332
}

a.fourthnav:link {
	color: #909090;
}
a.fourthnav:hover {
	color: #073332;
	text-decoration: none
}
a.fourthnav:active {
	color: #073332;
}
a.fourthnav:visited {
}

a.fourthnava {
	color: #073332
}

li {
	line-height: 1.2em;
	font-size: 12px
}

img {
	border: 0px none;
	padding: 0px 0px 0px 0px;
}

img.right {
	padding-left: 20px;
	padding-bottom: 30px;
}

img.left {
	padding-right: 40px;
	float: left;
}

form {
	margin: 3px;
	border: none;
}

input {
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	color: #909090;
	padding-left: 2px;	
}

textarea {
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	color: #909090;
	padding-left: 2px;
}

.checkbox {
	border: none;
	font-size: 10px;
	color: #909090;
}

.shopfinder {
	border: 0px;
}

a:link {
	text-decoration: none;
	}

a:active {
	text-decoration: none
	}
	
a:visited {
	text-decoration: none;
}
	
a:hover {
	color: white;
	text-decoration: underline
	}

.active {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #dddddd;
}

.inactive {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a0a0a0;
}

.activesmall {
	color: white;
}

.inactivesmall {
	color: gray;
}

.printthis {
	visibility: visible;
	text-align: right
}

.nextproduct {
	font-size: 10px;
	visibility: visible;
	text-align: center;
}

.beilage {
	visibility: hidden;
}

.footercontent {
	color: #ffffff;
	white-space: nowrap;
	padding-top: 35px;
}

.black {
	color: #000000;
}

.red {
	color: #ff0000;
}

.bestandteile {
	color: #ababab;
	line-height: 1.6em;
	font-size: 11px;
}

#printinfo {
	position: absolute;
	left: 20px;
	top: 20px;
	color: black;
	display: none;
}

#main_out {
	width: 981px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#produkt {
	margin-top: 10px;
}

#produktexport {
	margin-top: 10px;
	width: 600px;
}

.flash {
	background-image: url("../images/green-top.jpg");
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 10px;
	color: white
}	

.flashheader {
	font-size: 14px;
	font-weight: bold;
	color: #073332
}

#search {
	position: relative;
	left: -6px;
	top: 20px;
	z-index: 400
}

.search {
	visibility: hidden;
}

.news {
	padding-bottom: 2px
}

.topmenu {
	padding-left: 14px;
	font-size: 14px;
	font-weight: bold;
	color: grey;
}

#hauptmenu {
	background-image: url("../images/naviback.jpg");
	background-repeat: no-repeat;
	background-position: top
}

#blatt {
	background-image: url(../images/huebner-blatt.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.job {
	/*display: none;*/
}

#grafikrechts {
	position: absolute;
	left: 800px;
	top: 250px;
}

#video {
	position: absolute;
	left: 350px;
	top: 570px;
	z-index: 900
}

.highlight {
	background-color: #f0bd34;
	font-size: 17px;
	line-height: 2em;
	padding-left: 3px;
}

.highlightblue {
	background-color: #c8e1f7;
	font-size: 17px;
	line-height: 2em;
	padding-left: 3px;
}

.highlightred {
	background-color: #FA8072;
	font-size: 17px;
	line-height: 2em;
	padding-left: 3px;
}

.highlightredmedium {
	background-color: #FA8072;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
}

.lowlight {
	position: relative;
	   top: -19px;
	background-color: #f9e09e;
	padding-left: 3px;
	padding-top: 8px;
}

.bbhighlight {
	background-color: #e1e1f7;
	font-size: 12px;
	font-weight: bold;
	color: Navy;
	line-height: 1em;
	padding-left: 3px;
}

.smallred {
	font-size: 11px;
	color: #aa4545
}

.tblhighlight {
	background-color: #99cc66;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	line-height: 1.6em;
	padding-left: 3px;
}

