* {margin:0;padding:0}

html, body
{
	height: 100%;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #c8ccbf;
	background: url('../../img/site/page_bg.gif') repeat-x top left;
}

html { background: #393939; }

body.mceContentBody
{
	background: #ffffff;
}

a img
{
	border: 0;
}

.clear
{
	font-size: 0;
	line-height: 0%;
	clear: both;
}

/* ===================== Layout ===================== */

#page
{
	width: 940px;
	position: relative;
	margin: 0 auto;
}

#header
{
	height: 86px;
	position: relative;
	z-index: 1000;
}

#main
{
	background: url('../../img/site/center_bg.png') repeat-x bottom left #4e4e4e;
}

#right
{
	float: right;
	width: 254px;
	position: relative;
	font-size: 0.75em;
}

#left
{
	position: relative;
}


#content
{
	padding: 20px 105px 40px;
	font-size: 0.75em;
}

#footer
{
	text-align: right;
	height: 90px;
	font-size: 0.75em;
	position: relative;
}

/* ===================== Menu ===================== */

#menu
{
	position: relative;
	z-index: 1000;
	height: 65px;
	margin-left: 300px;
}

#menu_nav
{
	font-size: 0.75em;
	list-style: none;
}

#menu_nav li
{
	position: relative;
	float: left;
	width: auto;
	background: url('../../img/site/meniu_item_bg.gif') no-repeat right top;
	height: 65px;
}

#menu_nav li a
{
	position: relative;
	display: block;	
	text-align: center;
	padding: 15px 20px 0;
	color: #919182;
	text-decoration: none;
	margin-top: 18px;
}

#menu_nav li a:hover
{
	z-index: 1000;
	color: #8dcb22;
	text-decoration: underline;
}

#menu_nav li.last a
{
	background: none;
}

#menu_nav li ul, #menu_nav li ul ul
{
	list-style: none;
	position: absolute;
	left: -999em;
	background: #3a3a3a;
	border: solid 1px #919182;
	margin-top: 5px;
}

#menu_nav li ul li
{
	float: none;
	width: 12em;
	height: auto;
	background: none;
}

#menu_nav li ul li a
{
	float: none;
	text-align: left;
	background: url('../../img/site/submenu_arrow_normal.gif') no-repeat 7px center;
	height: auto;
	padding: 5px 10px 5px 20px;
	margin: 0;
}

#menu_nav li ul li a:hover
{
	background-image: url('../../img/site/submenu_arrow_active.gif');
}

#menu_nav li ul ul
{ 
	position: absolute;
	left: -999em;
	margin: -2.4em 0 0 12em;
}

#menu_nav li:hover ul ul, #menu_nav li:hover ul ul ul
{
	left: -999em;
}

#menu_nav li:hover ul, #menu_nav li li:hover ul, #menu_nav li li li:hover ul
{
	left: auto;
}

#menu_nav a#menu_selected
{
	color: #8dcb22;
}

#menu_nav ul li.submenu_top, #menu_nav ul li.submenu_bottom
{	
	display: block;
	height: 6px;
	line-height: 0%;
	font-size: 0;
	border: 0;
	padding: 0;
}

#photo_container
{
	width: 940px;
	height: 152px;
	background: url('../../img/config/photo.jpg') no-repeat;
	z-index: 1000;
}

#photo_frame
{
	width: 682px;
	height: 154px;
	background: url('../../img/site/photo_frame4.png') no-repeat;
}

/* ===================== Logo ===================== */

#logo_container
{
	position : absolute;
	background : url('../../img/config/logo.png') no-repeat;
	z-index: 1000;
}

#logo_box
{
	position: absolute;
	top: 0;
	left: 0;
	width : 284px;
}

#logo_container a:link, #logo_container a:visited, #logo_container a:hover
{
	display : block;
	width : 100%;
	line-height : 100%;
	position : relative; 
	z-index : 1000;
	text-decoration : none;
}

#logo_innerwrap
{
	width : 100%;
	height : 100%;
}

/* ===================== Icons ===================== */

#icons_container
{
	position: absolute;
	top: 0;
	left: 20px;
}

#icons_container a
{
	display: block;
	float: left;
	padding: 28px 15px 20px;
	background: url('../../img/site/meniu_item_bg.gif') no-repeat top right;
}

#icons img
{
	border : none;
}

#icon_home
{
	margin-left : 0;
}

#icon_mail
{
	margin-left : 0;
}

#icon_map	
{
	margin-left : 0;
}

/* ===================== Languages ===================== */

#langs_container
{
	position : absolute;
	padding: 0;
	right: 120px;
	top: 15px;
}

#langs_container a:link, #langs_container a:visited, #langs_container a:hover
{
	color : #305b75;
	font-family : tahoma;
	float : left;  
	text-decoration : none;
	font-size : 12px;
	padding-right : 14px;
}

#langs_container a.active
{
	color: #fc801a;
	text-decoration: underline;
}

/* ===================== Content ===================== */

h1
{  
	font-size : 16px;
	font-weight	 : normal;
	color : #8dcb22;   
	text-align : left;
	font-family : tahoma;
	padding : 22px 0 10px 0;
}  
 
h2
{
	font-size : 16px;   
	font-weight : bold; 
	line-height : 23px;
	text-align : center;    
	color : #8dcb22;     
	text-decoration : underline;
}  

#content img, .mceContentBody img
{
	border : solid 0 #6581a1;
	margin : 3px;
}

#content ul, .mceContentBody ul
{
	list-style-position: inside;
	padding-left: 10px;
}

#content blockquote, .mceContentBody blockquote
{
	padding-left: 20px;
}

#content p, .mceContentBody p
{
	padding: 6px 0;
}

#content table, .mceContentBody table
{
	border : solid 0 #6581a1;
	border-spacing: 0;
}

#content table th, .mceContentBody table th
{
	border : solid 0 #6581a1;
	padding : 0;
}

#content table td, .mceContentBody table td
{
	border : solid 0 #6581a1;
	padding : 0;
}

a:link, a:visited, a:hover {
	color : #c8ccbf;
	text-decoration : underline;
}

a:hover
{
	color: #8dcb22;
	text-decoration: underline;
}

.content_block {
	padding : 0 0;
}

#clearfooter {
	clear : both;
	height : 82px;
	position: relative;
}

.button
{ 
	padding : 3px 10px;
	font-family : arial, sans-serif;  
	font-size : 11px;
	border : #c8ccbf 1px solid; 
	background : #393939;
	color : #c8ccbf;
}
 
.error_message
{
	color : red;
	font-size : 10px;
}
 
.success_message
{
	color : #6581a1;
	font-size : 11px; 
	font-weight : bold; 
	text-align : center; 
	line-height : 15px;
}

#content table.form_table td, #content table.form_table th
{
	padding: 4px 0;
}

/*================ paging ================*/

.pages_container
{
	text-align: center;
}

#copy
{
	padding: 0 30px;
	height: 61px;
	background: url('../../img/site/footer_bg.gif') no-repeat bottom left;
	position: absolute;
	bottom: 0;
	right: 100px;
}

#copy a
{
	margin-top: 20px;
	display: block;
}
