html, body {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
	font-size: 12px;
	color: #000000;
	height:100%;
	background-color: #d7d7d7;
	background-image: url(/images/new_style/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

h1 {
	font-size:14px;
	font-weight:bolder;
}

h2,h3 {
	font-size:13px;
	font-weight:bolder;
}

h5,h5,h6 {
	font-size:12px;
	font-weight:bolder;
}

a img,a {
	cursor:pointer;
	border:0;
}

a,a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

p { margin:0; padding:0px 0px 4px 0px; }

.clearer{ clear:both; }

#table_bg {
	border-left: 1px solid #979394;
	border-right: 1px solid #979394;
	width: 975px;	
	height:100%;
	background-color: #ffffff;
}

#container {	
	width: 975px;	
	margin: 0 auto 0 auto;
	height:100%;		
}

#header {	
	height:65px;	
	background-image: url(/images/new_style/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;	
}

#header_inside {	
	height:65px;	
	background-image: url(/images/new_style/header_bg_inside.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;	
}

#logo {	
	float:left;		
	display: inline;
	padding: 15px 0 0 102px;	
}
#logo a img {
	border:0;
}

#mainContent {
	background-image: url(/images/new_style/mainContent_bg.jpg);
	background-repeat: no-repeat;
	background-position:center 275px ;
	min-height: 600px;
	height:auto;	
	
}

/* for Internet Explorer min height*/
* html #mainContent {
	height: 600px;	
}

#mainContent_left {
	float:left;
	width: 218px;	
	padding: 0;
	
	display:inline;
	background-color: #d1d1d1;
	border-bottom: 4px solid #979394;	
	min-height: 275px;	
	height:100%;
	height:auto;
}

/* for Internet Explorer min height*/
* html #mainContent_left {
	height: 275px;	
}

#mainContent_flash {
	float:right;
	height:275px;
	width:757px;		
	margin: 0 0 0 0;	
	overflow: hidden;
	display:inline;	
}

#mainContent_right {
	float:right;
	width:757px;	
	min-height: 275px;	
	height:100%;			
	margin: 0 0 20px 0;	
	display:inline;
	background-color: #f1eaea;
	border-bottom: 4px solid #333333;	
	background-image: url(/images/new_style/header_pic_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
}

/* for Internet Explorer min height*/
* html #mainContent_right {
	height: 275px;	
}

#article_title {
	font-size:14px;
	text-transform:uppercase;
	height: 43px;
	padding: 32px 0 0 18px;
	float:left;
	width:450px;
	font-weight:bolder;	
}

/* Meniu */
#mainContent_left ul {
	list-style-type: none;
	text-align: left;
	margin:0;
	padding:0;
}

#mainContent_left li {
	background-image: url(/images/new_style/meniu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:2px;
	font-family: Arial;
	font-size: 11px;
}

#mainContent_left li.last {
	background-image: none;	
}

#mainContent_left ul li a:link,
#mainContent_left ul li a:visited {
	color:#333333;	
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	display: block;	
	padding: 6px 5px 6px 50px;
}

#mainContent_left ul li a:hover {
	color:#333333;	
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	display: block;	
	padding: 6px 5px 6px 50px;
	background-image: url(/images/new_style/meniu_hover_bg.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;	
}

#mainContent_left ul li a.curent {
	color:#ed1c24;	
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	display: block;	
	padding: 6px 5px 6px 50px;
	background-image: url(/images/new_style/meniu_curent_bg.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;	
}

#mainContent_left li ul li {
	background-image: none;
	padding-bottom:2px;
}

#mainContent_left ul li ul li a:link,
#mainContent_left ul li ul li a:visited {
	color:#333333;	
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	display: block;	
	padding: 3px 5px 3px 65px;	
	background-image: url(/images/new_style/sub_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 50px 7px;
}

#mainContent_left ul li ul li a:hover {
	color:#333333;	
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	display: block;	
	padding: 3px 5px 3px 65px;
	background-image: url(/images/new_style/sub_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 50px 7px;	
}

#mainContent_left ul li ul li a.curent {
	color:#333333;	
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	display: block;	
	padding: 3px 5px 3px 65px;
	background-image: url(/images/new_style/sub_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 50px 7px;	
}
