@import url("basic.css");
@import url("menu.css");
@import url("modules.css");
@import url("user_edit.css");

#box{
	width: 958px;
	margin: 0 auto;
	background: #fff url(../images/box.gif) repeat-y center;
	text-align: left;
	position: relative;
}
#header{
	width: 958px;
	height: 209px;	
	position: relative;	
	background: #cff090 url(../images/header.jpg) no-repeat top left;
}
#logo{
	position: absolute;
	top: 101px;
	left: 16px;
    width: 371px;
    height: 95px;
	display: block;
	background: url(../images/logo.gif) no-repeat top left;
}
#drobky{
	width: 406x;
	height: 34px;
	overflow: hidden;
	font-size: 85%;		
	padding: 13px 540px 0 12px;
	position: relative;
	background: url(../images/drobky_bgr.jpg) no-repeat top left;
}
#drobky  li{
	display: inline;
	padding: 2px 10px 2px 6px;
	color: #384f04;
	background: url(../images/drobky.gif) no-repeat right center;
}
#drobky  li a{
	color: #384f04;

}
#drobky  li a:hover{
	text-decoration: none;
}
#drobky li.prvni_drobek{
	background: url(../images/drobky.gif) no-repeat right center;
	padding-left: 12px;
}
#drobky li.prvni_drobek a{
	color: #384f04;
}
 #drobky li.posledni_drobek{
	background: none;
}
#main { 
	float:left; 
	width: 958px;
	background: url(../images/main.gif) no-repeat bottom left;
}
#content { 
	float:right; 
	width: 718px; 
	overflow: hidden;
	background: url(../images/content.jpg) no-repeat top left;
}
#nav { 
	float:left; 
	width: 232px; 
	overflow: hidden;
	background: #e4edc8;
	/*margin-bottom: 60px;	
	padding-bottom: 9px;*/
	display: inline;
}




 h3.nadp{
	background: #333 url(../images/h3_nadp.gif) no-repeat top left;
	color: #fff;
	font-size: 100% !important;
	padding: 9px 10px 8px 15px;
}

.mini_box{
	padding: 10px;
	margin-bottom: 8px;
	overflow: hidden;
	background: url(../images/mini_box.gif) no-repeat bottom left;
}



#footer{
	background: #fff  url(../images/footer.gif) no-repeat top left;
	color: #000;
	width: 958px;
	height: 34px;
	overflow: hidden;
	padding-top: 18px;
	font-size: 95%;
	text-align: center;
	position: relative;
	/*float: left;*/
}
#footer_left{
	float: left;
	padding: 8px;
	padding-left: 0px;
}
#footer_right{
	float: right;
	padding: 5px 13px 6px 13px;
}
#footer a{
	color: #520716;
}
#footer li{
	padding: 0 10px;
	display: inline;
	font-size: 95%;
	background: url(../images/footer_li.gif) no-repeat center right;
}
#footer li.posledni{
	background: none;
}
#footer_2{
	width: 958px;
	margin: 0 auto;
	padding-top: 2px;
	color: #e60645;
}
#footer_2 a{
	color: #e60645;
}
#footer_2 a:hover{
	color: #b80536;
}


#bs_logo{
	float: right;
	margin: 13px 10px 0 0;
}
ul#top_box{
	height: 35px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
}
ul#top_box li{
	float: left;	
	list-style-type: none;
	padding: 9px 10px 11px 10px;
	display: inline;
	font-size: 88% !important;	
	background: url(../images/top_box_li.gif) no-repeat bottom right;
}
ul#top_box li.posledni{
	background: none;
	padding-right: 0;
}
ul#top_box a{
	color: #fff;
}
ul#top_box a:hover{
	color: #fff;
}
.flash{
	position: absolute;
	top: 115px;
	right: 240px;
}




