/* $Id: admin_menu.css,v 1.25.2.4 2008/11/02 21:36:22 sun Exp $ */
/**
 * Administration Menu.
 *
 * Implementation of Sons of Suckerfish Dropdowns.
 * @see www.htmldog.com/articles/suckerfish
 **/
body {
 font-family: arial, tahoma, verdana, sans-serif;
 background-color: #93a2c1;
}

#content {
position:absolute;
margin-left:315px;
margin-top:115px;
width:825px;
}

#header_page
{
	width:1280px;
	height:132px;
	background: url(images/top_bg_np.jpg) no-repeat;
	position:fixed;
	margin-left:-8px;
	margin-top:-8px;
}

#page {
	height:905px;
	width:1280px;
    background: url(images/content_bg_al.jpg) no-repeat;
	margin-left:-8px;
	margin-top:-8px;
	position:fixed;
}



#menu_left
{
	width:329px;
	height:905px;
	position:absolute;
}
#menu_link
{
	margin-top:140px;
	margin-left:30px;
	width:260px;
}


#name_conf
{
	
	background: url(images/titel.jpg) no-repeat;
	
	margin-left:0px;
	margin-top:34px;
	
	height:70px;
	width:900px;
	
}


#menu_link a {
	font-size:1.2em;
	font-weight:bolder;
	color:#000000;
	text-decoration:none;
}

#menu_link ul {
	list-style-type:none;	
}

#menu_link ul li{
	margin-top:30px;
}


#issn_conf
{
	font-size:1.2em;
	font-weight:bolder;
	color:#FFFFFF;
	position:auto;	
	float:right;
	margin-top:17px;
	margin-right:35px
}

#titel_conf
{
	height:93px;
	width:772px;
	position:top;
	margin-left:228px;
	margin-top:-162px;
}

#photo_armad
{
	width:427px;
	height:555px;
	
	position:absolute;
	background: url(images/armand.png) no-repeat;
	
	margin-top:120px;
	margin-left:853px;
}



#f_name_conf
{
	width:600px;
	
	text-align:right;
	position:absolute;
	
	font-size:2.3em;
	color:#000000;
	
	margin-top:680px;
	margin-left:530px;
}

#D_conf
{
	width:600px;
	
	text-align:left;
	position:absolute;
	
	font-size:2.3em;
	color:#000000;
	
	margin-top:130px;
	margin-left:330px;
}

#date
{
width:330px;
text-align:center;
color:#000;
position:absolute;
margin-top:855px;
font-size:1.5em;
margin-left:470px;
}

#banners
{
	width:100px;
	position:absolute;
	margin-top:680px;
	margin-left:1155px;
}

#banners a{
margin-top:30px;
margin-bottom:15px;
text-decoration:none;
}
#banners a img {
    border: none; /* Убираем рамку */
   }

#die_uch{
border: 1px solid #000000;
float:left;
padding:3px;
margin-left:22px;
margin-right:5px;
margin-top:-2px;
}


#text
{
	color:#000000;
	font-size:1.0em;
	padding:10px;
	margin:10px;
	background: #ededed; /* Цвет фона */
    border: 1px solid #34377d; /* Параметры рамки */
	/*text-align: justify;*/
	background: url(images/text_bg.png);
}

#text H3
{
	margin-top:20px;
}

#text ol li
{
	margin-top:20px;
}

#text p
{
	text-indent:25px;
}

#text a
{
	color:#000000;
	font-size:0.85em;
	font-weight: bolder;
	
}

#main {
margin-left:50%;
left:-640px;
position:absolute;
}

.right-text {
text-align:right;
margin-top:-5px;
}