@charset "utf-8";

/*******************************/
/* CSS-File Bohmian-Mechanics.net
last change: 19 December 2012
Authors: Johannes Nissen-Meyer, Soeren Petrat
Copyright Johannes Nissen-Meyer, Soeren Petrat */
/*******************************/


/* Show areas that should be shown only when printing */
.only_print { 
	display: inline;
}

/* Print settings for page */
body { 
	background: none; 
}
h1, h2 {
	page-break-after: avoid;
	clear: none;
}
#head, #sidebar , #footer{ 
	display: none;
}
#contentcontainer, #contentcontainer_index {
	width: auto;
	margin: 0;
	border: 0;
	float: left;
	height: auto;
	display: block;
}
#main, #page_container {
	width: 100%;
	margin: 0;
	display: inline;
	float: none;
}

/* Special settings for printing the index page */
#index_text_area {
	float: left;
	width: auto;
	margin: 0;	
	position: static;
}
#index_picture_area {
	float: left;
	width: auto;
	margin: 0;
	position: static;
	padding: 10px;
}
#index_uni_logos_area {
	float: left;
	width: auto;
	margin: 0;
	position:static;
}