@charset "utf-8";
/* CSS Document */
#header, #shortcuts, #main_nav, #subnavi, #fachbereiche {
	width:0px;
	height:0px;
	visibility:hidden;
	overflow:hidden;
}

#content {
	width:70%;
	float:left;
}

#rightcol {
	width:28%;
	float:right;
}

