@charset "UTF-8";

/* -- Weitere CSS-Dateien importieren -- */
/*                                       */
/*        @import url(name.css);         */
/*                                       */
/* -- Weitere CSS-Dateien importieren -- */

@import url(main-menue.css);

@media all
{
  div#preise-left span, div#preise-right span, p {
    font-size            : 1em;
  }
  
  p {
    margin-bottom        : 25px;
	line-height          : 16px;
  }
  
  h2 {
	margin-bottom        : 6px;
	
    font-size            : 15px;
	font-weight          : normal;
  }
  
  div#preise-left, div#preise-right {
	float                : left;
	height               : 140px;
  }
  
  div#preise-left {
    width                : 130px;
  }
  
  div#preise-right {
    width                : 250px;
	margin-left          : 70px;
  }
  
  div#preise-left p, div#preise-right p {
    margin-bottom        : 2px;
  }
  
  div#preise-left span.left, div#preise-right span.left {
    display              : block;
	width                : 85px;
	
	float                : left;
  }
  
  span.price {
    display              : block;
	margin-top           : 3px;
	
    text-align           : right;
	
	width                : 165px;
	
	font-size            : 0.9em!important;
  }
  
  p.margin {
    margin-top           : 4px;
	margin-bottom        : 4px!important;
  }
}
