@import url("basic.css");
@import url("menu.css");
@import url("modules.css");
@import url("user_edit.css");

#hlavni{
	width: 990px;
	margin: 0 auto;
	background: #fff url(../images/box.gif) 0 0 repeat-y;
	text-align: left;
	position: relative;
	/*min-height: 500px;*/
}
#header{
	background: #fdb615 url(../images/header.jpg) no-repeat top left;
	position: relative;
	height: 257px;

}
#logo{
	position: absolute;
	top: 50px;
	left: 14px;
    width: 190px;
    height: 190px;

}
#header p{
	position: absolute;
	top: 0;
	right: 0;
	width: 495px;
	height: 257px;
	background: url(../images/header_slogan.jpg) no-repeat top right;	
}
#header_left{
	position: absolute;
	top: 0px;
	left: -14px;
	width: 14px;
	height: 174px;
	background: url(../images/header_left.gif) no-repeat top left;	
}
#header_right{
	position: absolute;
	top: 0px;
	right: -20px;
	width: 20px;
	height: 191px;
	background: url(../images/header_right.gif) no-repeat top right;	
}

#header ul{
	position: absolute;
	top: 0;
	right: 280px;
	background: url(../images/header_ul.gif) no-repeat center left;
}
#header ul li{
	list-style-type: none;
	background: url(../images/header_ul.gif) no-repeat center right;
	float: left;
}
#header ul li a{
	color: #5d4300;
	float: left;
	display: block;	
	padding: 10px;

	text-decoration: underline;	
}
#header ul li a:hover{
	text-decoration: none;
}


#drobky_obal{
	background: url(../images/drobky_obal.gif) no-repeat bottom;
	padding-bottom: 1px;
}
#drobky{
	font-size: 93%;
	padding: 9px 7px 11px;
	background: #f99b1d url(../images/drobky_bgr.gif) no-repeat top left;
	border-bottom: 4px solid #fff;
}
#drobky  li{
	display: inline;
	padding: 2px 10px 2px 6px;
	color: #443100;
	background: url(../images/drobky.gif) no-repeat right center;
}
#drobky  li a{
	color: #443100;

}
#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: #443100;
}
 #drobky li.posledni_drobek{
	background: none;
}


#main { 
	float:left; 
	width:810px;  
	/*background: url(../images/main.gif) no-repeat top left;*/
}
#content { 
	float:right; 
	width: 600px; 
	overflow: hidden;
	/*padding: 0 10px 10px 10px;*/

	/*background: url(../images/content.gif) repeat-y left;*/

}

#nav { 
	float:left; 
	width:204px; 
	overflow: hidden;
	background: #fff url(../images/nav.gif) no-repeat left bottom;
	margin-bottom: 50px;	
	margin-left: 1px;
	display: inline;
}
#extra { 
	float:right; 
	width: 174px; 
	margin-right: 1px;
	overflow: hidden;
	background: #fff  url(../images/extra.gif) no-repeat bottom right;
	margin-bottom: 50px;
}




 h3.nadp{
	background: #f99b1d url(../images/nav_h3.gif) repeat-x top;
	color: #443100;
	padding: 7px 10px 8px 5px;
	border: 1px solid #f99b1d;
}

#nav h3.nadp{
	margin-left: 4px;	
}
#extra h3.nadp{
	margin-right: 4px;	
}

.mini_box{
	background: #e1f0b4;
	color: #212400;
	padding: 10px 5px;
	border: 1px solid #c7d69a;
	margin-bottom: 4px;
	overflow: hidden;
}
#nav .mini_box{
	width: 188px;
}
#extra .mini_box{
	width: 158px;
	overflow: hidden;
}

#nav .mini_box{
	margin-left: 4px;	
}
#extra .mini_box{
	margin-right: 4px;	
}




#main_end{
	height: 6px;
	background: url(../images/main_end.gif) no-repeat left bottom;
	width: 990px;
	clear: both;
	float: left;
}


#footer{
	/*background:  url(../images/footer.jpg) no-repeat top left;*/
	color: #000;
	width: 978px;
	padding: 0 5px;
	text-align: left;
	position: relative;
	/*float: left;*/

}
#footer a{
	color: #000;
	text-decoration: none;
	font-size: 105%;
}

#footer2{
	border: 1px solid #c5cba5;
	border-top: none;
	background: #fff;
	width: 978px;
	padding: 5px;
	clear: both;
	text-align: left;
	position: relative;
	color: #fff;

}
#footer2_obal{
	background: #8d9b0d url(../images/footer2_obal.gif) repeat-x top;
	border: 1px solid #8d9b0d;
	clear: both;
	padding: 5px;
	
}
#footer2 a{
	color: #fff;
}
#footer2 a:hover{
	color: #fff;
}
#bs_logo{
	position: absolute;
	bottom: -30px;
	right: 0;
}






