/* hide header, funcnav, leftnav, footer and rest */
#header {display:none;}
#funcnav {display:none;}
#leftnav {display:none;}
#contentBottom {display:none;}
#moreinfoTop {display:none;}
.buttonRightBottom {display:none;}

/*logo*/
#logo {
	top:20px;
	left:10px;
}

/*rightcontent*/
#rightcontent {
	width:100%;
}

/*content elements*/
h1 {
	color:#000;
	font-size:24px;
	font-weight:bold;
	border-bottom:1px solid bottom;
}
a {
	color:#000;
	text-decoration:underline;
}