﻿html,body{
	margin:0; padding:0;
}
body{
	background-color: #F6F6F6;
	text-align:center;
}
/*  fonty  */

html,body,div,td,p,span,a {
	font-family:verdana;
	font-size: 12px;
	color: #333333;
}
a {
	color:black;
	text-decoration:none;
}
a:hover {
	text-decoration:undeline;
}
#header {
	color: 253A06#;
}




/* divy */
#site{
	text-align:left;
	margin:0 auto;
	width:1000px;
}

#logo{
	width:1000px;
	margin:0 auto;
	text-align:left;
	background-image: url('../img/logo_hr.gif');
	background-repeat: repeat-x;
	background-position: 0px 30px;
}
#navbar  {
	height:31px;
	background-image: url('../img/navbar_bg.gif');
	background-repeat: repeat-x;
	text-align:center;
	line-height:25px;
}
#main {
	margin-top:5px;
}
#leftnav {
	width:193px;
	float:left;
}
#content {
	float:left;
	width: 552px;
	margin:0px 0px;
}
#rightnav {
	float:left;
	width:193px;
	text-align:left;
}
#footer {
	margin-top:20px;
	background-color:white;
	border:1px solid #E0E0E0;
	text-align:center;
}



/* listy ul, ol itd.. */ 

#navbar  ul {
	list-style-type:none;
}
#navbar ul li {
	display:inline;
	color:white;
	font-size:11px;
}
#navbar ul li a {
	color:white;
	font-size:11px;
	margin:0px 5px;
}

#footer  ul {
	list-style-type:none;
}
#footer ul li {
	display:inline;
	color:#807D7D;
	font-size:11px;
}
#footer ul li a {
	color:#807D7D;
	font-size:11px;
	margin:0px 5px;
}
/* sidebary */

#sidebar_0 {
	background-image: url('../img/ramka_bg.gif');
	background-repeat: repeat-y;
	width:193px;
	position:relative;
	padding-bottom:10px;
}
#sidebar_0 div.title{
	width:193px;
	height:39px;
	display:block;
	background-image: url('../img/ramka_top.gif');
	background-repeat: no-repeat;
	font-size:14pt;
	font-family: 'Candara', times, verdana;
	color: #525252;
	line-height: 39px;
	text-indent: 30px;
}
#sidebar_0_end{
	display:block;
	width:193px;
	HEIGHT:7px;	
	background-image: url('../img/ramka_bottom.gif');
	background-repeat: no-repeat;
	font-size:-1pt;
	margin-bottom:20px;
}




#sidebar_big {
	background-image: url('../img/ramka_duza_bg.gif');
	background-repeat: repeat-y;
	width:553px;
	position:relative;
	padding-bottom:10px;
}
#sidebar_big div.title{
	width:553px;
	height:39px;
	display:block;
	background-image: url('../img/ramka_duza_top.gif');
	background-repeat: no-repeat;
	font-size:14pt;
	font-family: 'Candara', times, verdana;
	color: #525252;
	line-height: 39px;
	text-indent: 30px;
}
#sidebar_big_end{
	display:block;
	width:553px;
	HEIGHT:7px;	
	background-image: url('../img/ramka_duza_bottom.gif');
	background-repeat: no-repeat;
	font-size:-1pt;
	margin-bottom:20px;
}



#sidebar {
	background-color:white;
	position:relative;
	display:block;
}
#sidebar div.bg1 {
	border-left:2px solid #E2E2E2;
	border-right:2px solid #E2E2E2;
}


#sidebar div.title{
	height:39px;
	display:block;
	left:0;
	text-align:left;
	background-image: url('../img/sidebar_title_bg.gif');
	background-repeat: y-repeat;
	font-size:14pt;
	font-family: 'Candara', times, verdana;
	color: #525252;
	line-height: 39px;
	text-indent: 30px;
	position:relative;
}
#sidebar div.title div.left{
	background-image: url('../img/sidebar_title_left.gif');
	background-repeat: no-repeat;
	width: 27px;
	height:39px;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
#sidebar div.title div.right{
	background-image: url('../img/sidebar_title_right.gif');
	background-repeat: no-repeat;

	width: 6px;
	height:39px;
	display:block;
	position:absolute;
	right:0;
	top:0;
}
#sidebar div.foot{
	height:7px;
	display:block;
	bottom:0;
	background-image: url('../img/sidebar_foot_bg.gif');
	background-repeat: y-repeat;
	position:relative;
}
#sidebar div.foot div.left{
	background-image: url('../img/sidebar_foot_left.gif');
	background-repeat: no-repeat;
	width: 5px;
	height:7px;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
#sidebar div.foot div.right{
	background-image: url('../img/sidebar_foot_right.gif');
	background-repeat: no-repeat;
	width: 5px;
	height:7px;
	display:block;
	position:absolute;
	right:0;
	top:0;
}



