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

* {
	margin:0 auto; 
	padding:0; 
	border:0;
}


html {
	background-color:#f0ffb8;
	position:relative;
	height:100%;

}

#container {
	margin-top:20px;
	width:1022px;
	height:477px;
}


#iberogast {
	float:left;
	position:relative;
	width:213px;
	height:477px;
	background:url(../images/iberogast.jpg);
}

#iberogast_button a {
	background:url(../images/button.jpg);
	background-repeat:no-repeat;
	width:117px;
	height:32px;
	position:absolute;
	margin-top:335px;
	margin-left:50px;
}

#iberogast_button a:hover {
	background:url(../images/button_mo.jpg);
	background-repeat:no-repeat;
}



#gingium {
	float:left;
	position:relative;	
	width:199px;
	height:477px;
	background:url(../images/gingium.jpg);
}


#gingium_button a {
	background:url(../images/button.jpg);
	background-repeat:no-repeat;
	width:117px;
	height:32px;
	position:absolute;
	margin-top:335px;
	margin-left:50px;
}

#gingium_button a:hover {
	background:url(../images/button_mo.jpg);
	background-repeat:no-repeat;
}


#bepanthen {
	float:left;
	position:relative;	
	width:200px;
	height:477px;
	background:url(../images/bepanthen.jpg);
}


#bepanthen_button a {
	background:url(../images/button.jpg);
	background-repeat:no-repeat;
	width:117px;
	height:32px;
	position:absolute;
	margin-top:335px;
	margin-left:50px;
}

#bepanthen_button a:hover {
	background:url(../images/button_mo.jpg);
	background-repeat:no-repeat;
}



#wobenzym_n {
	float:left;
	position:relative;	
	width:200px;
	height:477px;
	background:url(../images/wobenzym_n.jpg);
	
}


#wobenzym_n_button a {
	background:url(../images/button.jpg);
	background-repeat:no-repeat;
	width:117px;
	height:32px;
	position:absolute;
	margin-top:335px;
	margin-left:50px;
}

#wobenzym_n_button a:hover {
	background:url(../images/button_mo.jpg);
	background-repeat:no-repeat;
}




#movicol_btl {
	float:left;
	position:relative;	
	width:210px;
	height:477px;
	background:url(../images/movicol_btl.jpg);
	
}
	
	
	
#movicol_btl_button a {
	background:url(../images/button.jpg);
	background-repeat:no-repeat;
	width:117px;
	height:32px;
	position:absolute;
	margin-top:335px;
	margin-left:50px;
}

#movicol_btl_button a:hover {
	background:url(../images/button_mo.jpg);
	background-repeat:no-repeat;
}	
	



/* Impressum */ 

#impressum {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#impressum a {
	background:none;
	text-decoration:none;
	color:#666;
	font-size:11px;
	position:absolute;
	margin-top:443px;
	margin-left:95px;	
}

#impressum a:hover {
	background:none;
	text-decoration:none;
	color:#999;
}