* {margin:0;padding:0}

html, body 
{
  font-family : tahoma, arial;
  font-size : 12px;
  color : #363636;
  background: url('../../img/site/page_bg.png');
  
}

body.mceContentBody
{
	background: #FFFFFF;
	color: #363636;
}

/* ===================== Layout ===================== */

#page
{
	position : relative;
	width: 916px;
	margin: 20px auto;
	border: solid 1px #978057;
	border-width: 1px 1px 0 1px;
}

#header
{
	position: relative;
	height : 243px;
	z-index: 1000;
	background: #f5f0de;
}

#header_left { width: 280px; height: 243px; position: absolute; top: 0; left: 0; background: url('../../img/site/header_left.png'); z-index: 1000; }

#photo_box
{
	position: absolute;
	top: 0;
	right: 0;
	height: 246px;
	width: 635px;
}

#photo_box img
{
	position: absolute;
	top: 0;
	left: 0;
}

#photo_frame
{
	background : url('../../img/config/photo.jpg') no-repeat top left;
	height: 165px;
	position: relative;
	width: 916px;
}

#photo
{	
	width: 100%;
	height: 100%;
	position : relative;
}

#main { position: relative; padding: 20px 0; background: url('../../img/site/content_bg.jpg'); }

#content
{
	position: relative;
	min-height: 300px;
	width: 465px;
	float: left;
}

#left
{
	min-height: 100px;
	float : left;
	width : 220px;
	position: relative;
	padding-top: 3px;
}

#left_box
{
	position: relative;
	width: 181px;
	padding: 0 15px;
	background: url('../../img/site/left_bg.png') no-repeat;
	margin-left: 4px;
}

#right
{
	min-height: 100px;
	float: left;
	width: 225px;
	padding-top: 13px;
	position: relative;
}

#contacts_frame
{
	position : relative;
	width: 216px;
	margin: 350px auto 20px;
	padding: 0;
}

#contacts_text
{
	padding: 0 15px;
	margin-bottom: -22px;
	position: relative;
	background : url('../../img/site/contact_bg.gif') repeat-y;	
}

#contacts_top
{
	height: 13px;
	background: url('../../img/site/contact_top.gif') no-repeat;
	font-size: 0;
	line-height: 0%;
	margin: 0;
}

#contacts_bottom
{
	height: 37px;
	background: url('../../img/site/contact_bottom.gif') no-repeat;
}

#footer
{
  clear: both;
	height : 75px;
	position: relative;
	background: url('../../img/site/footer_bg.png') no-repeat top left;
}

#solution
{
	text-align: center;
	padding-top: 16px;
	color: #fff;
}

#solution a
{
	color : #FFFFFF;
	font-size : 11px;
	display: block;
	padding: 6px 0 0 0;
	text-align: center;
}

/* ===================== Menu ===================== */

#menu
{
	position: relative;
	width: 916px;
	height: 29px;
	background: url('../../img/site/menu_bg.png') repeat-x top left;
	z-index: 1000;
	/*
	background: url('../../img/site/meniu_bg.gif') repeat-x top left #ff9f1c;	
	*/
} 

#menu_nav 
{
	position: relative;
	z-index: 1000;
	list-style: none;
	font-size: 1em;
	padding: 0 20px;
	width: 876px;
}

#menu_nav li
{
	list-style: none;
	position: relative;
	float: right;
	display: block;
	background: url('../../img/site/menu_bullet.png') no-repeat left center;
}

#menu_nav li.last
{
	background: none;
}

#menu_nav li.last:hover ul li a
{
	background: none;
}

#menu_nav li a
{
	text-decoration: none;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 15px 9px;
}

#menu_nav li a:hover, #menu_nav li a#menu_selected, #menu_nav li a#menu_selected:hover
{
	text-decoration: underline;
}
#menu_nav li ul
{
	position: absolute;
	left: -999em;
	top: 28px;
	width: 140px;
}

#menu_nav li ul li
{
	border-top : none;
	text-align : left;
	display: block;
	float: none;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	background: #f04849;
}

#menu_nav li ul li a
{ 
	display : block;
	background: none;
	text-align: left;
	width: auto;
	padding: 5px 15px;
	margin: 0;
	height: auto;
	color: #FFFFFF;
	font-weight: normal;
}

#menu_nav li ul li a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	background: none;
}

#menu_nav li ul ul
{
	position: absolute;
	top: 0;
	left: -999em;
	margin: 0 0 0 134px;
}

#menu_nav li:hover ul
{
	left: auto;
}

#menu_nav li ul li.submenu_top, #menu_nav li ul li.submenu_bottom
{	
	height: 8px;
	background: #f04849;
	font-size: 0;
	line-height: 0%;
}

#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 { list-style: none; padding: 0 0 0 130px; width: 785px; }
#menu_nav li { position: relative; display: inline-block; }
#menu_nav li a { color: #FFF; padding: 8px 15px; display: block; text-decoration: none; }
#menu_nav li a:hover { text-decoration: underline; }

#menu_nav ul { position: absolute; top: 30px; left: -999em; width: 150px; background: #ff9f1c; }
#menu_nav ul li { display: block; }
#menu_nav ul li a { padding: 3px 10px; }

#menu_nav ul ul { position: absolute; margin-left: 149px; top: 0; }

#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 li ul li.submenu_top, #menu_nav li ul li.submenu_bottom {
	height: 6px;
	font-size: 0;
	line-height: 0%;
}

*/
/* ===================== Logo ===================== */

#logo_container
{
	position : absolute;
	background : url('../../img/config/logo.png') no-repeat;
	z-index: 1001;
}

#logo_container a:link, #logo_container a:visited, #logo_container a:hover
{
	display : block;
	width : 100%;
	line-height : 100%;
	position : relative; 
	z-index : 1001;
	text-decoration : none;
}

#logo_innerwrap
{
	width : 100%;
	height : 100%;
}

/* ===================== Icons ===================== */

#icons {
	position : absolute;
	right: 9px;
	top : 5px;
	z-index: 100;
	padding: 3px 8px;
	opacity: 0.75;
}

#icons img
{
	border : none;
	opacity: 2;
}

#icon_home
{
	margin-left : 0;		
	padding-right: 10px;
}

#icon_mail
{
	padding: 0 10px;
}

#icon_map	
{
	padding-left: 10px;
}

/* ===================== Languages ===================== */

#langs_container
{
	position : absolute;
	top : 15px;
	left : 19px;
	z-index: 100000;
}

#langs_container a:link, #langs_container a:visited, #langs_container a:hover
{
	color : #888078;
	float : left;  
	text-decoration : none;
	font-size : 10px;
	padding-right : 19px;	
}

#langs_container a:hover
{
	text-decoration: underline;
}

/* ===================== Content ===================== */

h1
{  
	font-size : 16px;
	font-weight	 : 100;
	color : #956d55;   
	text-align : left;
	font-family : tahoma;
	padding : 22px 15px 10px 19px;
}  

h2
{
	font-size : 16px;   
	font-weight : bold; 
	line-height : 23px;
	text-align : center;    
	color : #956d55;
	text-decoration : underline;
}  

#content_text
{
	padding: 0 8px 0 7px;
	text-align: justify;
}

#content h1
{
	color: #956d55;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	padding: 7px 10px 12px 0;
}

#content img, .mceContentBody img
{
	border : solid 1px #e0bb86;
	margin : 3px;
}

#content ul, .mceContentBody ul
{
	padding-left: 20px;
}

#content blockquote, .mceContentBody blockquote
{
	padding-left: 20px;
}

#content p, .mceContentBody p
{
	padding: 6px 0;
}

#content table, .mceContentBody table
{
	border : solid 0 #e0bb86;
	border-spacing: 0;
}

#content table th, .mceContentBody table th
{
	border : solid 0 #e0bb86;
	padding : 0;
}

#content table td, .mceContentBody table td
{
	border : solid 0 #e0bb86;
	padding : 0;
}

a:link, a:visited, a:hover {
	color : #956d55;
	text-decoration : underline;
}

a:hover
{
	text-decoration: underline;
}

.content_block {
	padding : 0 0;
}

.clear
{
	font-size: 0;
	clear: both;
	line-height: 0%;
	height: 0;
}

.clearfooter {
	clear : both;
	height : 70px;
	position: relative;
}

.button
{ 
	padding : 0 10px;
	font-family : arial, sans-serif;  
	font-size : 11px;
	border : #666666 1px solid; 
	background : #956d55;
	color : white;
}

.error_message
{
	color : red;
	font-size : 10px;
}

.success_message
{
	color : #33568E;
	font-size : 11px; 
	font-weight : bold; 
	text-align : center; 
	line-height : 15px;
}

.center { text-align: center; }

#left p, #right p { padding: 6px 0; }
#left img, #right img { border: 0; }

.box { margin: 0 0 5px 5px; width: 222px; height: 129px; position: relative; background: url('../../img/site/link_bg.png'); }
.box_photo { position: absolute; top: 8px; left: 9px; width: 202px; height: 85px; overflow: hidden; z-index: 10; }
.box_title { position: absolute; color: #FFF; width: 192px; bottom: 14px; left: 14px; text-align: center; font-weight: bold; overflow: hidden; z-index: 100; }
.box_title a { color: #FFF; text-decoration: none; }
.box_title a:hover { text-decoration: underline; }

.team_list { list-style: none; padding-bottom: 20px; }
.team_list li { display: block; border-bottom: solid 1px #d0d0d0; padding: 4px 10px; position: relative;}
.team_points { display: block; float: right; position: relative; padding: 0 0 0 6px; }

.game_box { text-align: center; margin-bottom: 5px; }
.game_box h3 { font-size: 1em; font-weight: normal; display: inline;}
.game_teams { padding-bottom: 3px; }
.game_score { font-size: 1.3em; }
.game_comment { font-size: 0.912em; }
.game_date { font-size: 1.167em; padding: 3px 0;}

/* POLL STYLES */
#poll_container { position: relative; padding: 10px 0; }
.poll_show_box { padding: 8px 0; }
.poll_question { padding-bottom: 5px; }
.poll_table { margin-bottom: 10px; }
.poll_table td { padding: 4px; }
.poll_table .numbers { white-space: nowrap; }

.left_links { padding: 15px 0; text-align: center; position:relative; width: 181px; }
.left_link { padding: 3px 0; }
#left p.left_title { padding: 5px 0 20px; font-size: 1.5em; font-weight: normal; color: #956d55; }

.news_title { font-size: 1.167em; padding-bottom: 5px; }
.pages_container { text-align: center; }

.news_image { float: left; margin: 0 7px 7px 0; }