@charset "utf-8";
/* CSS Document */

#headerPrint{
display: block;
position:absolute;
top:0px;
left:0px;
border-bottom:1px solid #000000;
}
/* Auszublendende Elemente */
#header{
display: none;
}
#footer{
display: none;
}
#menuLeft{
display: none;
}
.trana990{
	width:99%;	
}

#mainContainer{
	border: 0px solid red;
	width:auto;
	height:auto;
}
#content{
		border: 0px solid green;
		width:99%;
		margin-top:100px;
}
