@charset "utf-8";
/* CSS Document */

#headerPrint{
display: block;
position:absolute;
top:0px;
border-bottom:2px solid #cc0000;
}
#headerPrint  p{
color:#000000;
}
/* Auszublendende Elemente */
#header{
display: none;
}
#footer{
display: none;
}
#menuLeft{
display: none;
}
#col-left,
#col-right{
display:none;
}
#page,
#main{
width:auto;
height:auto;
overflow:visible;
}

#content{
top:70px;
width:auto;
height:auto;
overflow:visible;
left:0px;
}
#content ul li{
	margin-bottom:0px;
}
#content.grid_11{
width:auto;
height:auto;
overflow:visible;

}
#footerContainer{
	display:none;
}