

body {
	background-color: #ffffff;
	background-image: none;
	padding: 5px;
}
#all_inner {
	border: 0px;
	width: 620px;
}
#header {
	background-image: none;
	background-color: #ffffff;
	height: auto;
}
#header_text {
	height: 10px;
}
#licenselink {
	width: 620px;
	color: #555555;
}
#licenselink a {
	color: #555555;
}
#content {
	border: 1px solid #555555;
	
}

/******************************************************************************
* EN: hide DIV-tags that are not required in the print version                *
* DE: verstecke die DIV-Tags, die in der Druckversion nicht erforderlich sind *
******************************************************************************/
#menu { display: none; }
#shadow_top { display: none; }
#sidebar { display: none; }
#header_text { display: none; }
#shadow_bottom { display: none; }
#bottom { display: none; }


