@import url("basic.css");
@import url("menu.css");
@import url("modules.css");
@import url("user_edit.css");

#box{
	width: 950px;
	margin: 0 auto;
	background: #fff url(../images/box.gif) repeat-y center;
	text-align: left;
	position: relative;
}
#header{
	width: 950px;
	height: 81px;	
	border-bottom: 1px solid #fff;
	position: relative;	
	background: #333 url(../images/header.gif) no-repeat top left;
}
#logo{
	position: absolute;
	top: 40px;
	left: 0;
    width: 223px;
    height: 41px;

}
#banner{
	width: 950px;
	height: 180px;
	position: relative;
	background: url(../images/banner.jpg) no-repeat top left;
}
#banner p{
	font-size: 140%;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	right: 210px;
	color: #fff;
}



#main { 
	float:left; 
	width:754px;
	/*background: url(../images/main.gif) no-repeat top left;*/
}
#content { 
	float:right; 
	width: 538px; 
	overflow: hidden;
	/*padding: 0 10px 10px 10px;*/

	/*background: url(../images/content.gif) repeat-y left;*/

}
#drobky{
	font-size: 85%;
	padding: 9px 7px 11px 0;
	position: relative;
	left: -6px;
}
#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;
}

#nav { 
	float:left; 
	width: 200px; 
	padding-left: 1px;
	overflow: hidden;
	/*background: url(../images/nav.gif) no-repeat left bottom;*/
	margin-bottom: 50px;	
	display: inline;
}
#extra { 
	float:right; 
	width: 181px; 
	padding-right: 1px;
	overflow: hidden;
	/*background:   url(../images/extra.gif) no-repeat bottom right;*/
	margin-bottom: 50px;
}




 h3.nadp{
	background: #333;
	color: #fff;
	padding: 7px 10px 8px 10px;
}

.mini_box{
	padding: 10px;
	margin-bottom: 4px;
	overflow: hidden;
}
.mini_box a{
	color: #333;
}
.mini_box a:visited{
	color: #333;
}
.mini_box a:hover, .mini_box a:focus{
	color: #dd0000;	
}


#footer{
	/*background: #333  url(../images/footer.jpg) no-repeat top left;*/
	background: #333;
	color: #000;
	width: 950px;
	font-size: 95%;
	text-align: left;
	position: relative;
	/*float: left;*/
}
#footer_left{
	float: left;
	padding: 10px;
	padding-left: 0px;
	color: #fff;
}
#footer_right{
	float: right;
	padding: 5px 13px 6px 13px;
	background: #fff;
}
#footer a{
	color: #fff;
}
#footer_right a{
	padding-right: 12px;
	color: #333;
	background: url(../images/nahoru.gif) no-repeat center right;
}
#bs_logo{
	float: right;
	margin: 10px 10px 0 0;
}
ul#top_box{
	position: absolute;
	top: 6px;
	right: 0;
	color: #999;
	border-bottom: 1px solid #4a4a4a;
}
ul#top_box li{
	float: left;	
	list-style-type: none;
	padding: 4px 8px 8px 18px;
	display: inline;
	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: #999;
	font-size: 90%;
}
ul#top_box a:hover{
	color: #fff;
}
ul#top_banner{
	width: 181px;
	height: 179px;

	overflow: hidden;
	position: absolute;
	top: 82px;
	right: 1px;
}


ul#top_banner a{
	width: 181px;
	height: 179px;
	overflow: hidden;
	display: block;
	position: relative;
}
ul#top_banner span{
	width: 181px;
	height: 179px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#banner_1 a{
	position: absolute;
	top: 0;
	left: 0;
}

#banner_1 span{
	background: url(../images/banner/madrace.jpg) no-repeat top left;
}
#banner_1 a:hover span{
	background: url(../images/banner/madrace_hover.jpg) no-repeat top left;
}


