/* 
	Print CSS-Styles for the Alfred Herrhausen Gesellschaft 
	url: http://www.alfred-herrhausen-gesellschaft.de
	author: Robert Weber for closingtag 2008
	email: info@closingtag.de
*/

/* get all the reset styles to overwrite browser defaults */

@import url("reset.css");

/* lets style the body */

@media print {
      ul[id=print-control] {display: none;}
      
      #main,
      #content,           
      #dbs  {
            width:            100% !important;
      }
}


#dbs	{
	position: 			relative;
	float:                  left;
	background-color: 	#fff;
	color: 			#666;
	font-family: 		Arial,Helvetica,sans-serif;
	font-size: 			62.5%;
	line-height: 		1.33;
	width: 			576px;
	margin:			12px 0 0 13px;
	padding: 			0;
	z-index: 			10;
}

.overviewlink,
.mediathek,
.linklist,
#navigation,
#supertopic,
#marginal,
#footer,
#metanavigation {
	display: 			none;
}

#dbs.page h1 {
  background-image: none;
}

#dbs.page #content {
	margin:			0;
	padding: 			0 !important;
	width: 			576px;
}

*+html #dbs.page #content 	{
	margin:			0;
	padding: 			0 !important;
	width: 			576px;
}