
body
{
    font-size: 10pt;
	background: none;
}

#frame {
	width: 100% !important;
	margin-right:auto;
	margin-left:0px;
	margin-top:0px;
	padding:0px;
	text-align:left;
}

#contentcenter {
	padding:0px;
	float:left;
	display:inline; /* IE hack - fixes the IE double-margin on same-direction float! */
	margin-left: 80px;
	width:70%;
}

div#searchbox, div#path, div#topmenu, div#sidemenu, div#extrainfo, div#footer, div#usermenu, 
div#toolbar, div#spalte3, div#banner_div, div#contentbottomnav, div#contentfooter, 
div#contentfooter2, div#contenttopnav, div.langselect, ul.hzlistnav
{
    display: none; /* Hide elments not wanted on a printed page */
}

div#contentlogo { 
	padding-left: 0px;
	margin-left: 30px;
	line-height: 32px;
}
img.logo {
	width:145px;
	height:80px;
}

div#spalte1og2 {
    width: 100% !important;
}

div#spalte3 {
    width: 0px !important;
}

div.news {
    width: 100% !important;
}

div.pub_list ul {
    width: 100% !important;
}

#news1 {
	width:100%;
}
#news1 p {
	text-align:left;
}
div.news2, #news2, #news3 {
	float: left;
	width: 47%;
}
/* Node7 ScrollerBox - fully expand and hide scrollbar for prints */
.ScrollBox 
{
	height: 100%;
	overflow:-moz-scrollbars-none;
	/* the pub_list ul is already padded 6px left, so add another 7 to make it the width of the scroller-images */
	padding-left: 7px;
}
.BigBox
{
	height: 100%; /*auto;*/ /*600px;*/
}
img.scroll {
	padding-top: 2px;
	padding-bottom: 2px;
	display:none;
}


