@charset "UTF-8";
/* CSS Document */


* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0; 
	padding: 0; }
body {
  	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
  	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif; }
div {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */ }
#anker { 
	position:absolute; left:0px; top:0px; }
#wrapper {
	border: 1px solid #9ac2aa;
	background-color: #FFF;
	width: 896px;
	height: auto;
	visibility: visible;
	margin:0px auto;
	margin-top: 20px;
	background-position: center top;
	text-align: left; }
#headerlineDiv {
	height: 102px;
	width: 896px;
	background-color: #FFF;
	background-image: url(../img/head_bg.gif);
	background-repeat: no-repeat; }
#navDiv {
	border: 0;
	background-image: url(../img/nav_bg.gif);
	background-repeat: repeat-x;
	height: 38px;
	width: 896px; }
#contentDiv {
	width: 896px;
	background-color: #FFFFFF;
	background-image: url(../img/content_bg2.gif);
	background-repeat: no-repeat;
	background-position: top; }
#leftColDiv {
	float:left;
	width: 280px;
	margin: 20px;
	margin-right: 5px;
	border: 0px solid; }
* html #leftColDiv {
	width: 295px;
	margin-left: 10px;
	padding: 0; }
html * #leftColDiv {
	width: 295px;
	padding: 0; }
#rightColDiv {
	width: 450px;
	float: left;
	margin: 20px;
	margin-left: 10px;
	border: 0px solid; }
#rightColDivAnw {
	width: 540px;
	float: left;
	margin: 20px;
	margin-left: 10px;
	border: 0px solid; }
* html #rightColDivAnw {
	margin-right: 0px; }
#produktImgDiv {
	width: 180px;
	height: 195px;
	align: right;
	float: right;
	vertical-align: top;
	margin-left: 30px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #588e7c;
	padding: 0;}
.productImg { 
	background-color: #588e7c; }
#produktTable {
	background-color: #d8e7e0;
	color: #006032;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em; 
	font-size: 11px;
	margin-left: -3px;
	padding: 5px; }
* html #produktTable {
	background-color: #d8e7e0;
	color: #006032;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em; 
	font-size: 11px;
	margin-left: 0px;
	padding: 5px; }
#innerMood {
	/*margin-left: -5px;*/ }
#footer {
	background-color: #FFF;
	width: 856px;
	height: auto;
	visibility: visible;
	margin:0px auto;
	padding: 20px;
	text-align: left;
	border: 0; }
#footerLeftDiv {
	float: left;
	margin-top: -10px;
	margin-left: 10px;
	font-size: 10px;
	color: #999999; }
#copyright { 
	visible: hidden; 
	display: none; }
#footerRight {
	float: right;
	margin-top: -10px;
	margin-right: 20px;
	font-size: 10px;
	color: #588e7c; }
* html #footerRight {
	margin-right: 10px; }


.clearfix:after { /* clearfix zum Aufheben der Floatumgebung */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
.clearfix {
	display: inline-block; }
* html .clearfix { /* Hides from IE-mac \*/
	height: 1%;}
.clearfix {
	display: block;} /* End hide from IE-mac */



/* Listen */
.prodnav h1, ul, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em; 
	font-weight: normal;
	margin:0;
	padding: 0; }

ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0; 
}


/* FONTS */
h1, p {			/* �berschrift, Absatz */
	margin-left: 0;
	padding: 0; }
	

h1.prodnav {
	margin-bottom: 6px; }
h1.prodnav a {
	color: #006032; 
 	font-size: 12px;
	cursor: hand; 
	cursor: pointer; }
h1.prodnav a:hover { 
	text-decoration: none; 
	color: #006032; }
ul.prodnav {
	font-size: 11px;
	margin-left: -5px; }
* html ul.prodnav {
	margin-bottom: 10px; }
html* ul.prodnav {
	margin-bottom: 10px; }
* html .prodnav li {
	margin-left:-15px;
	padding: 0;  }
html* .prodnav li {
	margin-left:-15px;
	padding: 0;  }
	
.prodnav a 				{ font-size: 11px; } /* color:#006032; */
a.prodnav:link 			{ color:#588e7c; text-decoration:none; }
a.prodnav:hover 		{ color:#588e7c; text-decoration:underline; }
a.prodnav:active 		{ color:#588e7c; text-decoration:none; }
a.prodnav:visited 		{ color:#588e7c; text-decoration:none; }
a.prodnav:visited:hover { color:#588e7c; text-decoration:underline; }

h1 {
	line-height: 1.3em;
	color: #588e7c;
	font-size: 24px;
	font-weight:normal;
	margin-left: 0px;
	margin-bottom: 20px; }
h2 {
	line-height: 1.3em;
	color: #588e7c;
	font-size: 16px;
	font-weight:normal;
	margin-left: 0px;
	margin-bottom: 15px; }
h6 {
	line-height: 1.3em;
	color: #006032;
	font-size: 14px;
	font-weight:normal;
	margin-left: 0px; }
p {
	font-size: 12px; 
	line-height: 1.4em; 
	color: #588e7c;
	margin-bottom: 15px;
	/*float: none;*/
	text-align: left;
	/*width:100%;*/ }
.newsp {
	font-size: 12px; 
	line-height: 1.4em; 
	color: #588e7c;
	margin-bottom: 15px; }
.minitype { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #588e7c; /*  006032 */
	/*width: 448px;*/
	/*float: right;*/ }
.formfield1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 1.4em; 
	color: #588e7c;
	width: 200px; }
.textarea1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 1.4em; 
	color: #588e7c;
	width: 200px;
	height: 100px; }

a:link 			{ color:#588e7c; text-decoration:none; }
a:hover 		{ color:#588e7c; text-decoration:underline; }
a:active 		{ color:#588e7c; text-decoration:underline; }
a:visited 		{ color:#588e7c; text-decoration:none; }
a:visited:hover { color:#588e7c; text-decoration:underline; }


a.grey:link 	{ color:#999999; text-decoration:none; }
a.grey:hover 	{ color:#999999; text-decoration:underline; }
a.grey:active 	{ color:#999999; text-decoration:underline; }
a.grey:visited 	{ color:#999999; text-decoration:none; }
a:grey:hover 	{ color:#999999; text-decoration:underline; }

a.bodycopy:link 			{ color:#588e7c; text-decoration:none; }
a.bodycopy:hover 			{ color:#588e7c; text-decoration:underline; }
a.bodycopy:active 			{ color:#588e7c; text-decoration:underline; }
a.bodycopy:visited 			{ color:#588e7c; text-decoration:none; }
a.bodycopy:visited:hover 	{ color:#588e7c; text-decoration:underline; }

a.printbtn:link 			{ color:#588e7c; text-decoration:none; }
a.printbtn:hover 			{ color:#588e7c; text-decoration:underline; }
a.printbtn:active 			{ color:#588e7c; text-decoration:underline; }
a.printbtn:visited 			{ color:#588e7c; text-decoration:none; }
a.printbtn:visited:hover 	{ color:#588e7c; text-decoration:underline; }

a.footerleft:link 			{ color:#999999; text-decoration:none; }
a.footerleft:hover 			{ color:#999999; text-decoration:underline; }
a.footerleft:active 		{ color:#999999; text-decoration:underline; }
a.footerleft:visited 		{ color:#999999; text-decoration:none; }
a.footerleft:visited:hover 	{ color:#999999; text-decoration:underline; }



/* Spezial für die Index-Setie */
#headerlineDivIdx {
	height: 102px;
	width: 896px;
	background-color: #FFF;
	background-image: url(../img/head_bg_idx.png);
	background-repeat: no-repeat; }
#contentDivIdx {
	width: 896px;
	height: 655px;
	background-color: #FFFFFF;
	background-image: url(../img/idx_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0; }
#leftColDivIdx {
	float:left;
	width: 200px;
	margin: 25px;
	border: 0px solid;
	/*background-image:url(../img/idx_whitebg.gif);*/ }
* html #leftColDivIdx {
	margin-left: 10px; }
#rightTopDivIdx {
	width: 450px;
	float: left;
	margin-left: 40px;
	border: 0px solid;
	/*background-image:url(../img/idx_bigbg.jpg);*/ }
p#idxcopy {
	font-size: 12px; 
	line-height: 1.4em; 
	color: #999;
	margin-bottom: 15px;
	width: 200px; }


/* Anwendungen */
div.anw {
	width: 540px;
	/*float: right;*/ }
.anw img	{
	align:right;
	display:block;
	float:right;
	margin: 0;
	margin-left:20px;
	margin-bottom:20px; 
	margin-top:35px;
	padding: 0; }
h1.anw { 
	font-size:20px;
	margin-bottom:0;
	background-attachment: 0 0 ;
	background-repeat: no-repeat;
	height: 28px;
	width: 540px;
	text-indent: -999em; }
/* Anwendungs-Popup */
h1.anwpop { 
	font-size: 18px;
	font-weight: normal;
	margin-top: 42px;
	margin-left: 42px; }
* html h1.anwpop { 
	margin-top: 0px; }
html* h1.anwpop { 
	margin-top: 0px; }
.anwpop p { 
	margin-left: 42px;
	width:240px; }
#anwpop1 {
	background-image: url(../img/anwpopbg1.jpg); display: block; }
#anwpop2 {
	background-image: url(../img/anwpopbg2.jpg); display: block; }
#anwpop3 {
	background-image: url(../img/anwpopbg3.jpg); display: block; }
#anwpop4 {
	background-image: url(../img/anwpopbg4.jpg); display: block; }
#anwpop5 {
	background-image: url(../img/anwpopbg5.jpg); display: block; }
#anwpop6 {
	background-image: url(../img/anwpopbg6.jpg); display: block; }
.hand{
	cursor: hand; 
	cursor: pointer;
}
div.close_btn {
	position:absolute;
	top: 10px;
	left: 450px;
	text-align:center
	}
#anw_hl {
	background-image: url(../img/anw_hl.gif); } 
div.rotalgen {
	width: 126px;
	height: 200px;
	background-image: url(../img/anw_bg_1_4.gif);
	float:left;
	margin-right: 10px; }
.rotalgen h2 {
	width:105px;
	font-size:14px; 
	color:red;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px; }
.rotalgen p {
	width:105px;
 	font-size:10px;
	color: #006032;
	line-height: 1em;
	margin-left: 10px;
	margin-bottom: 10px; }
div.braunalgen {
	width: 126px;
	height: 200px;
	background-image: url(../img/anw_bg_2_4.gif);
	float:left;
	margin-right: 10px; }
.braunalgen h2 {
	width:105px;
	font-size:14px; 
	color:brown;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px; }
.braunalgen p {
	width:105px;
 	font-size:10px;
	color: #006032;
	line-height: 1em;
	margin-left: 10px;
	margin-bottom: 5px; }
div.gruenalgen {
	width: 126px;
	height: 200px;
	background-image: url(../img/anw_bg_3_4.gif);
	float:left;
	margin-right: 10px; }
.gruenalgen h2 {
	width:105px;
	font-size:14px; 
	color:green;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px; }
.gruenalgen p {
	width:105px;
 	font-size:10px;
	color: #006032;
	line-height: 1em;
	margin-left: 10px;
	margin-bottom: 5px; }
div.mikroalgen {
	width: 126px;
	height: 200px;
	background-image: url(../img/anw_bg_4_4.gif);
	float:left;
	margin: 0px; }
.mikroalgen h2 {
	width:105px;
	font-size:14px; 
	color: #3a8293;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px; }
.mikroalgen p {
	width:105px;
 	font-size:10px;
	color: #006032;
	line-height: 1em;
	margin-left: 10px;
	margin-bottom: 5px; }


/* Bild-Zoom */
/* { font-family: Verdana, Helvetica; font-size: 10pt; }*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #588e7c;
}
.highslide:hover img {
	border: 2px solid 588e7c;
}

.highslide-image {
    border: 2px solid 588e7c;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
	color: #006032;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.modaldiv {
display:none;position:absolute;width:540px;height:350px;left:350px;top:300px;background-color:white;border:2px #588e7c solid;
}
