  /* Styles für die Druckausgabe webdaum.de */

	/* Alle Browser */
	
#header,
#menu {
  display:none;
	height:0;
	width:0;
	}
#content {
	top:0;
  }
	
	/* Nur für den IE */
	
* html #content .text {
  margin-left:20px;
  }
* html #footer {
	margin-left:-160px;
  }
* html #footer div.balken {
  border:0;
	background:transparent;
	width:35px;
	}
* html #content h3.relative {
  left:0;
	}	