/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #F9FFC1;
	color: #000;
	font-size: 12px;
	/*letter-spacing:1px;*/
}
img{border: 0px;}

/*
a {	
	color: #07306E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
*/
/* ---------------------------- */
/* -- NEW !!!!!!!!!!!!!! -- */
/* ---------------------------- */

/* CONTAINER*/
#container{
  width: 760px;
  background: #FFF;
  margin: 0 auto;
  
}

/* HLAVICKA*/
#header{
	clear: both;
	width:760px;
	/*height:139px;*/
	/*background: #FFF url(../i/header.jpg) no-repeat;*/
}


#navmenu {
	float: left;
	width: 760px; height: 54px;
	background: url(../i/menu_bg.jpg) repeat-x;
}
#navmenu ul {
	margin: 0px 0px 0px 100px;
	padding: 0px;
	list-style-type: none;
		
}
#navmenu ul li {float: left; height: 46px;}

#navmenu ul li a{
	display: block;	
	/*width: 113px;*/
	height: 36px;	
	text-decoration: none;
	font-size: 14px;
	color: #46553E;
	font-weight: bold;
	text-align: center;
	padding: 18px 26px 0px 26px ;
	/*background: url(../i/a_left.jpg) no-repeat top right;*/
}
#navmenu ul li a:hover,  #navmenu ul li a.sel_top_menu{
	display: block;
	text-decoration: none;
	background: url(../i/menu_li_hover.jpg) repeat-x;
	color: #fff;
}






/* FOOTER*/
#footer{
	clear: both;
	margin: 0;
	padding: 15px 0px 5px 0px;
	color: #9B8264;
	background: #FFF;
}

#footer a , #footer a:visited, #footer a:active{	
	color: #9B8264;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:hover {
	color: #9B8264;
	text-decoration:none;
}

/* CONTENT*/
#content {
  clear:both;
  text-align:left;
  width: 720px;
  padding: 0px;
  margin:0px;
}

/*all*/
#cont_link {
	font-size:11px; padding-bottom:10px; color: #9B8264;
}
#cont_link img{ border: 0px;}
#cont_link a, #cont_link a:hover{ text-decoration: none; color: #9B8264; font-size:11px;}



/* GALERIA*/
.gal_small{ float:left; 
	margin-bottom:10px; margin-right:6px;}
.gal_small a{border:0px; }

.gal_text{
background: #F7F1B7; padding: 2px 0px 2px 2px; margin-top:1px; color: #7A3A2E;
}




