html, body {
  
	margin: 0;
	padding: 0;
}

a{
color: #494848;
text-decoration:underline;
}
a:hover{
text-decoration:none;
}
#icon{
position:absolute;
left:700px;
top:50px;
}
body{
background: #eaeaea url('/images/bg1.jpg') ;

}
img.photo {
	padding: 5px;
	border: 2px solid #ddd6a9;
	background: #f6f3e6;
}

img.photo:hover {
	background: #f0edde;
}

ul {
	list-style: square;
	font-size: 0.9em;
}

 table {
	border: 0px;
}

	td.g {
		width: 60px;
		color: #494848;
    
	}

	td.nazev {
		width: 380px;
		color: #494848;
	}



	td.cenaN {
		width: 60px;
		text-align: right;
		color: #7f9625;
	}



.text_sidebar{
padding-left:10px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color: #494848;
}
.text_content{
padding-left:10px;
padding-right:10px;
font-family: Tahoma, sans-serif; font-size: 0.9em;
color: #494848;
}
.h1{
 font-size:14px;
 font-weight: bold;

 
}

#page-container {
	width: 760px;
	margin: auto;
	background-color:red;
	position: relative;
	left: 3px;
	top: 3px;

}


 
#page-container .shadow2,
#page-container .shadow3,
#page-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#page-container .shadow1 {
		background: #F1F0F1;
	}
 
	#page-container .shadow2 {
		background: #DBDADB;
	}
 
	#page-container .shadow3 {
		background: #B8B6B8;
	}
 
	#page-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 10px;
	}

#main-nav {

	height: 50px;
}
#header {
	background: url('/images/head3.png');
	height: 113px;
	margin-bottom:-5px;
}
#sub_header {
	margin-top:-10px;
  background: url('/images/sub_header10.png') no-repeat;
	height: 150px;
}

#sub_footer {
	background:  url('/images/sub_footer10.png') no-repeat;
	height: 150px;
}
#header_box {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color: #494848;
  padding-top:10px;
  width:130px;
  float:right;
}

#sidebar-a {
  width:145px;
  height:430px;
  float:right;
 
	background: #FFF ;
}

#content {

	min-height:280px;

  width:590px;
	border-left: 1px solid #5da855;
	border-right: 1px solid #5da855;
}


#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 13px;
	text-align:center;
	color: #c9c9c9;
	border-top: 2px solid #efefef;
	padding:10px 25px;
	line-height: 10px;
}

#bg_content{


}

ul#menu { width: 100%; height: 40px; background: #5da855 url("/css/1/images/menu-bg.gif") top left repeat-x; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu li { display: block; float: left; margin: 0 0 0 1px; }
ul#menu li a { height: 48px; color: #fff; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu li a:hover { color: #FFF; background: #72b563; padding: 5px 15px 0;  }  
ul#menu li a.current{ color: #FFF; background: #72b563 url("/css/1/images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }