#modul_steuerung{
	margin-left: 20%;
	float: left;
}

#module_inhalt {
	float: none;
	margin-left: 30%;
	width:60%; height:auto;
	/*background-color: grey;*/
}
#module_inhalt img p{
	padding-left: 20%;
	padding-right: 20%;
}
module_inhalt ul li{
	display: inline;
	list-style: none;
}

#modulbild_zusatz ul li{
	display: inline;
	list-style: none;
}
#modulbild_zusatz p{
	/* background-color: pink; */
	margin-left: 0;
	width:100%; height:auto;
}
#modulbild_zusatz img {
	height: 50px;    /* Höhe der Buttons  */
}




/*-------------- bis 440 px --------------------------------- responsiv */
@media screen and (max-width:440px) {
	
#modulbild_zusatz ul li{
	display: block;	
	width: 83px;height: auto;}
	
}    /* --------------------Ende responsiv 440px! -----------------------------------*/	

/*-responsiv--------- von 440 px bis 949 px----------------------------- responsiv */
@media only screen and (min-width: 440px) and (max-width:949px) {
	
#modulbild_zusatz ul li{
	width: 83px;height: auto;
	display: block;
	list-style: none; }

}    /* --------------------Ende responsiv 440 - 949px ! -----------------------------------*/