@import url("./Musterseite_Recklinghausen_CSS.css");

body  {
	margin: 0px;
	padding: 0px;
	color: black;
	background: transparent;
	text-align:left;
}

#header {
	display: none;
}

#sidebarLeft {
	display: none;
}

#sidebarRight {
	display: none;
}

#footer {
	display: none;
}

#mainContent {
}

#mainContent {
position:absolute;
left:1.5em;
top:1.5em;
}

/*@page { size: 29.7cm 21cm; margin:2cm; }*/

@page {margin:2cm; }
@page { widows:2; }

@page[size="A4"] {  
  width: 21cm;
  height: 29.7cm; 
}
@page[size="A4"][layout="landscape"] {
  width: 29.7cm;
  height: 21cm;  
}