	* {
		margin:0;
		padding:0;
	}

	html, body {
		height:100%;
	}

	body {
		background: #676767 /*url(../images/background.png) repeat-x*/; 
		font: normal 62.5% "Lucida Sans Unicode",sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
}
	
	a {color: white; text-decoration: none;}
	a:hover {color: #b3b3b3; text-decoration: none;}
	p {margin-bottom: 1em; text-align: justify;}
	img {border: none; margin-top: 0px; margin-left: 0px;}
	li a:hover,.nav a:hover {text-decoration: none;}
	h1,h2,h3,h4,input,textarea,select,option {
		font: normal 1em "Trebuchet MS",sans-serif;
	}
	h1 {font: italic 2em Verdana,sans-serif; padding: 1.3em 0em 1.3em 0em; color: white;
text-align: center;}
	h2 {font: normal 1.25em Verdana, sans-serif; padding: 0.6em 0 0.6em; text-align: center;}
	h3 {font:  italic 1.5em Verdana,sans-serif; padding: 0.6em 0 0.4em; text-align: center;}
	h4 {font: bold 1em "Lucida Sans Unicode",Verdana,sans-serif;}
		
	.left {float: left;}
	.right {float: right;}

	/* outer container */
	.container {
		margin:0 auto;
		position:relative; 
		text-align:left;	
		width:1080px;
		height:100%;
		clear:left;
		font-size: 1.2em;
		overflow: visible;
	}

	/* header */
	#header {
		background: white;
		width:1080px; 
		height: 185px;
	}
		
	#header #logo {
		float: left;
		margin: 0px 0px 0px 350px
	}

	#header #nav {
		width: 275px; 
		text-align: right; 
		padding-top: 75px; 
		padding-right:25px;
		float: right;		
	}
		
	#header #slogan {		
		float: none;
		margin: 0px 20px 0px 20px;
		clear: both;
		color: #526b5f;
	}
		
	#header #slogan .leftcol {
		float: left;
		width: 510px;
		text-align: justify;
	}
	
	#header #slogan .rightcol {
		float: right;
		width: 510px;
		text-align: justify;
	}
		
	#header #nav a {	
		color: black;
		margin-left: 30px;
	}
	
	#header #nav a:hover {
		color: #b3b3b3;
		text-decoration:none;
	}
	
	/* content */

	#impressum {
		background: #d4c886;
		position: absolute; 
		width: 1060px; 
		height: 800px; 
		z-index: 1; 
		left: 0px; 
		top: 187px;
		padding-left: 20px;}

	#contact {		background: #c6c8c2;
		position: absolute;
		width: 1080px; 
		height: 800px; 
		z-index: 1; 
		top: 187px;
		height: 500px; }
	
	#main {
		background:white;
		float: left; 
		width: 1080px;
		color: black;
		padding-top: 0px;
	}
	
	#main table.headofproducttable {
		height: 25px;
		width: 100%;
		border: 0;
		border-collapse: collapse;
		color: white;
		font-weight: bold;
		font-size: 1.2em;
		text-transform: uppercase;
	}
	
	#main table.headofproducttable td {
		width: 50%;
		text-align: center;
	}
	
	#main table.producttable {
		width: 100%;
		border: none;

		color: black;		
	}
	
	#main table.producttable td.product {
		height: 140px;
		width: 50%;
		border: none;
	}			

 	td.productpic {
		width:35%;
		text-align: center;
	}

	#main img:hover {
		background-image: url(images/gelee.jpg);	
	}
	
	td.productdescr {
		width:65%;
		clear: both;
		padding-right: 10px;
	}
	
	.substance {
    	position: relative;
    	margin: 0; padding: 0;
    	float:left;	}

	.substance .substancedescr {		top: 18px; left: 0px;
		background:white;
		border: 1px black solid;
    	margin: 0; padding: 5px;
    	width:350px;
    	position: absolute;    	
		display:none;		text-align: justify;	}

	.substance:hover .substancedescr {		display:block;
	}
	
	.references {
		white-space:nowrap;
		overflow:hidden;
		height:210px	
	}
	
	.references table{
		height: 200px;
		color: black;
		text-align: center;
		margin: 0em 20px 0em 0px;
		border: 0;
	}	
	
	.references tr p{
		font-weight: bold;
		text-align: center;
		padding:0;
		margin:0 5px;
	}	

	/* footer */
	.footer {
		padding: 10px 3% 10px 3%; font: small-caps 10px sans-serif;
		color: white;
	}
		
	.footer a {color: #b3b3b3;}