html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../images/text_body_bg.jpg) 0 0 no-repeat fixed;
	background-size: cover; 
}

html.pdf, html.pdf body {
	background-image: url(../images/pdf_body_bg.jpg);
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden;
}

#header .logo .text {
	background: rgba(0,0,0,0.8);
}

#content {
	margin: 215px 0 0 405px;
	background: rgba(255,255,255, 0.85);
	padding: 40px 45px;
	font: normal 18px univers_condensedmedium;
	color: #333333;
}

	#content p {
		margin: 0;
	}

	#content h1 {
		margin-top: 0;
		font-size: 48px;
		font-family: univers_condensedbold;
        line-height: 40px;
	}

	#content h1 span {
		font-family: univers_condensedmedium;	
	}

.pdf #wrapper {
	width: 1056px;
}

	.pdf #content {
		margin: 0 auto;
		padding: 0;

		background: #fff;
		overflow: hidden;
	}

		.pdf #content .left,
		.pdf #content .right {
			width: 50%;
			padding: 0 34px;
			box-sizing: border-box;
		}

		.pdf #content .left {
			float: left;
		}

		.pdf #content .right {
			float: right;
		}

		.pdf #content .text {
			margin-top: 25px;
			font-size: 14px;

			-webkit-column-count: 2; /* Chrome, Safari, Opera */
			-moz-column-count: 2; /* Firefox */
			column-count: 2;
		}

		.pdf #content .pager {
			font-weight: bold;
			color: univers_condensedmedium;
			text-align: center;
			padding: 10px 0;
		}

		.pdf #content .cover {
			position: relative;
			margin: 0 -34px;
			padding: 34px;
			background: #5e5e5e;
			color: #fff;
			text-align: center;
		}

		.pdf #content .cover .title {
			font-size: 48px;
			text-align: center;
		}

		.pdf #content .cover img {
			vertical-align: top;
			margin: 10px 0;
		}

		.pdf #content .cover .note {
			font-size: 12px;
			font-style: italic;
		}

	.pdf .navi {}
		
		.pdf .navi a {
			position: absolute;
			display: inline-block;
			background: url(../images/pdf_navi.gif) 0 0 no-repeat;
		}

		.pdf .navi a.prev,
		.pdf .navi a.next {
			top: 50%;
			width: 47px;
			height: 113px;
			margin-top: -56px;
		}

			.pdf .navi a.prev {
				left: 36px;
				background-position: 0 0;
			}

			.pdf .navi a.next {
				right: 36px;
				background-position: -47px 0;
			}

		.pdf .navi a.close {
			top: 36px;
			right: 36px;
			width: 53px;
			height: 53px;
			background-position: 0 -113px;

		}
.news_date{
  font-size: 14px;
}
.news_header a{
    text-decoration: none;
    color: #2A2A2A;
}
.news_header a:hover{
  text-decoration: underline;
  }
.news_conteiner{
  margin-bottom: 10px;
}
.news_conteiner p{
  text-indent: 60px;
  padding-bottom: 10px;
  text-align: justify;
}
.news_body a,.news_body a:visited{
  text-decoration: none;
  color: #006bbf;
}
.news_body a:hover{
  text-decoration: underline;
  }
