@charset "utf-8";
/* CSS Document */

/*////////////CONSTRUCTION///////////////*/

body {
	background-image: url(../images/main-news-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	}
.tab {
	width:332px;
	float:left;
	margin-left:5px;
}
.page-header {
	margin-left:15px;
}
.news{
	width:332px;
	float:left;
}
.news-header{
	float:left;
	height:24px;
	margin-top:28px;
	font-size:14px;
}
.news-header h2{
	line-height: 14px;
	margin:0px 0px 0px 18px
}

.news ul {
	text-align: left;
	list-style:none;
	margin-top:0px;
}
.news ul li a {
	background-image:url(../images/bg_news_widget.png);
	background-repeat:no-repeat;
	height:45px;
	width:297px;
	background-position: 0px -45px;
	display:block;
	padding-left:35px;
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
.news ul li a:hover  {
	background-image:url(../images/bg_news_widget.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	color:#920000;
}
.news .text{
	height:40px;
	width:300px;
}
.news .text h2{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.people-img{
	margin:5px;
	float:left;
}
.people-descr{
	margin:2px 5px 0px 10px;
	padding-top:10px;

}
#content-container{
	width:100%;
	min-height:400px;
	background-image: url(../images/bg_news_content.jpg);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	background-position: center top;
}
#s-content{
	width:918px;
	margin-left:auto;
	margin-right:auto;
}
#content-header{
	height:60px;
	width:400px;
	float:left;
}
.date{
	padding-top:5px;
	padding-left:5px;
	width:90px;
	float:left;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.menu{
	padding-top:5px;
}
.left-content{
	width:570px;
	float:left;
	padding-bottom:30px;
}
.right-content{
	width:348px;
	float:left;
}
.content{
	clear:both;
	float:left;
	width:530px;
	padding:20px;
	margin-top:-35px;
}
.content ul{
	list-style-image: url(../images/li.gif);
	margin-left:40px;
}
.content ul li{
	margin-bottom:10px;
}
.post {
	margin-top:37px;
	margin-left:5px;
	}
.post table{
	height:54px;
	vertical-align:middle;
	}
.post h2, .menu, .date{
	color:#f9f8f3;
	text-decoration: none;
	text-align:left;
}
.post h2{
	font-size:14px;
}
.menu a{
	color:#dad7c9;
}
.menu a:hover{
	color:#f9f8f3;
}

#footer-container{
	width:100%;
	height:94px;
	background-image: url(../images/bg_news_footer.jpg);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	background-position: center top;
	clear:both;
}
#footer{
	width:918px;
	margin-left:auto;
	margin-right:auto;
}
#footer-menu {
	padding-top:7px;
	padding-left:20px;
	width:388px;
	height:35px;
	float:left;
}
#footer-logo {
	margin-left:15px;
}
#footer-mif {
    margin-right: 5px;
	font-size:9px;
	padding-top:0px;
	float: left;
	color:#8f8d84;
	line-height: 12px;
	text-align: right;
	padding-top:17px;
}
.mif {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
/*////////////END OF CONSTRUCTION///////////////*/
/*////////////////////TYPOGRAFI/////////////////*/

/*/////////////START OF SUB PAGE////////////*/
/*/////////////END OF SUB PAGE////////////*/
#tit{
	width:570px;
	height:151px;
	margin-top:-46px;
	float:left;
}
#tit-left {
	background-image:url(../images/title-left.png);
	background-repeat:no-repeat;
	width: 43px;
	height: 151px;
	display:block;
	float:left;
	clear:both;
}
#tit-right {
	background-image: url(../images/title-right.png);
	background-repeat:no-repeat;
	width: 78px;
	height: 151px;
	display:block;
	float: right;
}
#tit-bg{
	background-image:url(../images/title-bg.png);
	background-repeat:repeat-x;
	width: 449px;
	height: 150px;
	float:left;
	display:block;
}

/*////////////COMMENT///////////////*/
#PageComments_holder div#CommenterURL {
    display: none;
}

#PageComments_holder input[name=Name], #PageComments_holder textarea[name=Comment] {
    width: 100%;
    margin-right: 10px;
    box-sizing: border-box;
}
/*////////////END OF COMMENT///////////////*/