/*
	AUTHOR: TFGroup

	CREATED: 08.09.2008
	MODIFIED: 24.01.2010

	ENCODING: УТФ-8
*/

/*******************************************************************************************/
/************************************  Default Const  **************************************/
/*******************************************************************************************/

html, body{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px;
}

body{
	font-size: 16px;
	font-family: arial;
	/*background-color: #EEE;*/
	color: #000;
	min-height: 100%;
	padding: 0px;
}

body * {
	font-size: 16px;
	font-family: arial;
	/*color: #000;*/
}

img {
	border: 0 none;
}

a{
	text-decoration: none;
	outline-style: none;
	cursor: pointer;
}

form {
	margin: 0px;
	padding: 0px;
}

span{
	display: block;
}

a:hover{
	text-decoration: underline;
}

a.menulink{
	color: #A80000;
	font-weight: bold;
	font-size: 14px;
}

a.menulink:hover{
	color: #666;
}

/*******************************************************************************************/
/************************************  Global Styles  **************************************/
/*******************************************************************************************/

.top_block{
	margin: 0px auto;
	width: 1000px;
	min-height: 100%;
	_height: 60%;
	/*background-color: #777;*/
}

.divide.top{
	height: 30px;
}

.divide.footer{
	height: 70px;
}

.loger {
	display: none;
}

/*******************************************************************************************/
/*****************************************  Header  ****************************************/
/*******************************************************************************************/

.header{
	/*display:none;*/
	margin: 0px auto;
	width: 1000px;
	height: 110px;
}

.header span{
	position: absolute;
	background: transparent no-repeat scroll 0px 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	/*background-color: #999;*/
}

.header .top_text{
	width: 650px;
	margin: 80px 0px 10px 95px;
	font-size: 20px;
	color: #A80000;
}

.header a.logo1{
	position: absolute;
	text-align: center;
	background: transparent url('../images/redesign/logo1.gif') no-repeat scroll 0px 0px;
	width: 96px;
	height: 110px;
	padding: 0px;
	margin: 0px;
	color: #FFF;
}

.header .logo2{
	background-image: url('../images/redesign/logo2.gif');
	width: 230px;
	height: 62px;
	margin-left: 89px;
}

.header .logo_pl{
	background-image: url('../images/redesign/logo_pl.gif');
	background-repeat: repeat-x;
	width: 600px;
	height: 62px;
	margin-left: 200px;
	/*background-color: #EEE;*/
}

.header .phrase{
	background-image: url('../images/redesign/phrase.gif');
	width: 251px;
	height: 110px;
	margin-left: 750px;
}

/*******************************************************************************************/
/***************************************  Menu Bar  ****************************************/
/*******************************************************************************************/

.menubar{
	/* By TFGroup[AlexMakII] v  */
		/*height: 19px;*/
		height: 27px;
	/* By TFGroup[AlexMakII] ^  */
	width: 1000px;
	/*padding: 1px 0px 1px 1px;*/
	margin: 0px auto;
	/*background-color: #DDD;*/
	border: 0px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.menubar span.menu{
	float: left;
	/* By TFGroup[AlexMakII] v  */	
		/*padding: 0px 2px 2px 4px;*/
		padding: 3px;
	/* By TFGroup[AlexMakII] ^  */
	font-size: 12px bold arial;
}

.menubar span.menu a.menulink{
	margin-left: 7px;
}

.menubar span.menu a.menulink-grau{
	color: #666;
	text-decoration: none;
	margin-left: 7px;
}

/*******************************************************************************************/
/*************************************  Search bar  ****************************************/
/*******************************************************************************************/

.menubar span.searchbar{
	float: right;
	padding: 2px;
	/*height: 30px;*/
	text-align: right;
}

.menubar .searchbar input{
	font-size: 12px;
}

.menubar .searchbar .searchstr{
	width: 183px;
	border: 1px solid #000;
	padding-left: 6px;
	background-color: #FFF;
	color: #000;
}

.menubar .searchbar .searchbtn{
	width: 50px;
	padding: 0px 5px 0px 5px;
	border-width: 2px 2px 2px 3px;
	background-color: #FFF;
	color: #000;
	border: 1px solid #000;
	cursor: pointer;
}

/*
.menubar .searchbar .searchstr{
	border: #887BD7 2px solid;
	background-color: #9FD8EF;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 40px 1px 6px;
	margin: 0px;
	height: 16px;
	width: 197px;
}

.menubar .searchbtn{
	width: 30px;
	height: 23px;
	padding: 0px;
	margin: -2px 0px -1px -30px;
	background-color: #807DD9;
	border: 1px solid #807DD9;
	font-weight: bold;
	cursor: pointer;
}
*/

/*******************************************************************************************/
/***************************************  Main Block  ***************************************/
/*******************************************************************************************/

.main_text{
	/*background-color: #AAA;*/
	padding: 7px;
	text-align: justify;
}

.news{
	line-height: 110%;
	padding: 0px 10px 15px 10px;
	clear: left;
}

.ant{
	color: #3B3C9F;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.ant2{
	color: #3B3C9F;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.text9{
	font-size: 9px;
}

.text10{
	font-size: 10px;
}

.text11{
	font-size: 11px;
}

.text12 {
	font-size: 12px;
}

.text14{
	font-size: 14px;
}

.text16{
	font-size: 16px;
}

.anons{
	margin: 0px;
	padding-top: 5px;
	font-size: 14px;
	line-height: 140%;
}

.text {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-size: 14px;
	line-height: 140%;
}

.text span {
	display: inline;
}


.text * {
	font-size: 14px;
	line-height: 140%;
}

.text img {
	padding: 0px;
	margin: 0px 5px 5px 5px;
}

/*******************************************************************************************/
/*****************************************  Sitemap  ****************************************/
/*******************************************************************************************/

div.sitemap_tree{
     padding: 10px 20px 50px;
     font-size: 13px;
}

div.sitemap_tree a.selected{
    margin-left: -12px;
    padding-left: 12px;
    background: url(../images/punct.gif) no-repeat 0% 50%;
}

div.sitemap_tree a.tree_lvl1{
    display: block;
    color:#AF4148;
}
div.sitemap_tree a.tree_lvl2{
    display: block;
    color:#3B3C9F;
}

div.sitemap_tree a.tree_lvl3{
    display: block;
    color:#666666;
}

div.sitemap_tree a.item0{
    font-weight: bold;
}

div.sitemap_tree a.item0{
    font-weight: bold;
}

div.sitemap_tree a.item1{
    color: #000;
    font-weight: normal;
    font-weight: lighter;
    margin-left: 20px;
}

div.sitemap_tree a.item1{
    color: #000;
    font-weight: normal;
    font-weight: lighter;
    margin-left: 20px;
}

div.sitemap_tree div{
    float: left;
}
div.sitemap_tree div.button{
    float: right;
    cursor: pointer;
    /*border: solid #000 1px;*/
    padding: 4px;
    font-weight: bold;
}

/*******************************************************************************************/
/*****************************************  Footer  ****************************************/
/*******************************************************************************************/

div.bottom_block{
	margin: -65px auto 0px;
	height: 65px;
	width: 1000px;
	/*background-color: #CAC;*/
}

.bottom_block .copyright{
	color: #A80000;
	font-size: 10px;
	float: right;
}

.bottom_black .sitemap{
	float: left;
}

#content_news{
	width:720px;
}