@Media Print
{
	html, body, ul, h1, h2, h3, h4, p 
	{
		background: none !important;
		color: #000;
		margin: 0;
		padding: 0;
	}

	img 
	{
		border:0
	}

	th 
	{
		text-align: left;
	}
		
	#site 
	{
		position: relative;
		width: auto !important; /* 950px;*/
		margin: none !important;
		text-align: left;
	}
	
	#content 
	{
		float: left;
		display: inline;
		width: auto !important;
		margin-left: 7px;
	}
	
	#content-inline 
	{
		float: left;
		display: inline;
		width: auto !important;
	}
	
	#header, #languagebar, #printpagelink, #footer ul, .department-menu, .top, .readmore, .article .image_readmore .readmore, .rightblock .readmore 
	{
		display: none;
	}
	
	#content-inline .top, #content-inline .bottom 
	{
		display: none;
	}
	
	#content-inline .middle
	{
		background: none !important;
		width: auto !important;
	}
	.department-startpage {
		float: left;
		display: block;
		width: auto !important; /* 878px; */
		margin: 5px auto 10px 15px;
	}
	
	.department-content 
	{
		float: left !important;
		display: block;
		/*width: 632px;*/
		width: auto !important;
		margin: 25px 40px 25px auto;
	}
	.department-start {
		width: auto !important;
		margin-top: 10px;
		margin-right: 25px;
	}
	
	.article .image_readmore {
		position: relative;
		float: right;
		width: 300px;
		margin-right: auto !important; /* -62px;*/
		margin-bottom: auto !important; /*10px;*/
		margin-left: 30px;
	}
	#footer 
	{
		float: none !important;
		width: auto !important; /* 910px;*/
		margin-top: 3px;
		margin-left: 7px;
		display: block;
	}
	#footer p {
		color: #867E6C;
		line-height: 18px;
	}
	#footer p i {
		font-style: normal;
		color: #867E6C;
	}
	
	.updated 
	{
		color: #000 !important; /* #A4A4A4;*/
	}
}