/**
*	disable showing of these items
*/
ul.menu-top,
div.column,
div.select-basely-user,
div.language-switch,
div.quick_navigation,
div.document_top form,
div.back_button,
div.AdditionalSubFolderMenu,
div#print-icon {
	display:none;
}

/**
*	disable left column ( tree menu and that nice girl image :-) )
*/
div.midle-column,
div.midle-midle-column {
    margin-left: 0px;
}

/**
*	make H1 bigger
*/
div.project_folder_view h1 {
	font-size:	150%;
}

.header {
	background-image: none;
}
/* set fonts bigger than in presentation */
html{
	font-size:		100%;
}

.header,
.header-content {
	height: 0px;
}

.some-references {
    padding-top: 140px;
    padding-left: 14px;
    margin:			0;
}

div.project_folder_view {
	padding-top: 40px;
}

/**
*	adjust widht to auto of main column ( 880px as standard presentation is too wide to fit on print A4 )
*/
.header-content,
.content,
.footer,
.footer-box,
.news {
    width: auto;
}

.content {
	padding-right:20px;
	border: none;
}

.header-content {
	display:none;
}

div.current-dates,
div.midle-midle-midle-column {
	width: 90%;
}

/**
*	disable bookmarks
*/
div#view_type_selector div {
	display:none;
}

/**
*	try to show only active bookmark, but it is not functional yet ( and I don't know why )
*/
div#view_type_selector div#bookmark_selected {
	display:block;
	color: #000000;
	text-decoration:	underline;
}

.logo_program_print {
	display: none;
}