/* $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
 **/
html {
	margin: 0;
	padding: 0;
}

body {
 font-family: arial, tahoma, verdana, sans-serif;
 background-color: #000000;
}



#content {
position:absolute;
margin-left:315px;
margin-top:170px;
width:825px;
left:50%;
margin-left:-300px;
}



#header_page
{
	width:1280px;
	height:160px;
	background: url(images/top_bg_np.jpg) no-repeat;
	position:fixed;
	left:50%;
	margin-left:-640px;
	margin-top:-8px;
	
}

#page {

	position: relative;
	left:50%;
	margin-left:-640px;
	margin-top:-8px;
	height:905px;
	width:1280px;
    background: url(images/content_bg_al.jpg) no-repeat;
	position:fixed;
}



#menu_left
{
	width:329px;
	height:905px;
	position:absolute;
}
#menu_link
{
	margin-top:160px;
	margin-left:-15px;
	
	width:260px;
}


#name_conf
{
	
	background: url(images/titel.jpg) no-repeat;
	
	margin-left:10px;
	margin-top:40px;
	
	height:51px;
	width:795px;
	
}


#menu_link a {
	font-size:1.2em;
	font-weight:bolder;
	color:#FFFFFF;
	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:absolute;
	margin-left:1000px;
	margin-top:-10px;
}

#titel_conf
{
	font-size:1.2em;
	font-weight:bolder;
	color:#FFFFFF;
	position:absolute;
	margin-top:-10px;
	margin-left:25px;
}

#f_name_conf
{
	width:1000px;
	
	text-align:center;
	position:absolute;
	
	font-size:1.7em;
	font-weight:bolder;
	color:#FFFFFF;
	
	margin-top:680px;
	margin-left:290px;
}

#date
{
width:330px;
text-align:center;
color:#000;
position:absolute;
margin-top:855px;
	font-size:1.2em;
	font-weight:bolder;
	color:#FFFFFF;
margin-left:600px;

}

#banners
{
	width:100px;
	position:absolute;
	margin-top:570px;
	margin-left:1155px;
	
	
}


#text
{
	color:#000000;
	font-size:1.0em;
	padding:10px;
	margin:10px;
	background: #ededed; /* Цвет фона */
    border: 1px solid #34377d; /* Параметры рамки */
	
	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;
	
}