@import url("menu.css");
@import url("basic.css");
@import url("modules.css");
@import url("user_edit.css");

#box{
	background: #fff url(../images/box.gif) repeat-y;
	margin: 0 auto;
	width: 980px;
	padding: 0 2px;
	text-align: left;	
}

#header{
	background: #2d2a27  url(../images/header.jpg) no-repeat top left;
	position: relative;
	height: 100px;	
	width: 980px;
	overflow: hidden;
}
#logo{
	position: absolute;
	top: 30px;
	left: 14px;
	width: 259px;
	height: 76px;
}
#banner{
	width: 980px;
	height: 152px;
	background: url(../images/banner.jpg) no-repeat top left;
	clear: left;
	position: relative;
}
#banner_text{
	width: 650px;
	height: 95px;
	overflow: hidden;
	position: absolute;
	top: 16px;
	left: 310px;
	/*border: 1px solid #fff;*/
	color: #fff;
	font-size: 90%;
}
#banner h1{
	color: #fff;
	padding-bottom: 7px;
}
#odkazy{
	width: 650px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 115px;
	left: 310px;
}
#odkazy a{
	border: 1px solid #bb390b;
	color: #fff;
	background: #bb390b url(../images/banner_box.gif) repeat-x bottom;
	text-decoration: none;
	display: block;
	float: left;
	padding: 4px 6px;
	margin-right: 10px;
	font-weight: bold;
}
#odkazy a:hover{
	background: #c24012;

}

#drobky{
	/*width: 900px;*/
	font-size: 85%;
	padding: 8px 0 8px 6px;
	background: #f1f1f1;
	text-align: left;
	overflow: hidden;
	clear: left;
}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 14px;
	padding-left: 6px;
	background: url(../images/drobky.gif) no-repeat right;
	color: #7a7a7a;
}
#drobky  li a{
	color: #7a7a7a;
}
#drobky  li a:hover{
	text-decoration: none;
}
 #drobky li.posledni_drobek{
	background: none;
}
#main { 
	width: 980px;  
	clear: both;
	float: left;
}
#content { 
	float: left; 
	width: 694px; 
	/*padding: 12px;*/
	overflow: hidden;
	line-height: 1.3em;	
	font-size: 95%;
}
#obsah{
	padding: 12px;
}
#extra { 
	float:right; 
	width: 285px; 
	padding: 0 0 12px 0;
	overflow: hidden;	
}
.mini_box{
	padding: 10px;
	margin-bottom: 5px;
	overflow: hidden;

}
.mini_box img{
	/*margin-bottom: 5px;*/
}

#extra h3.nadp{
	background: #26231f;
	padding: 8px 0 8px 10px;	
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}
#extra h3.nadp a{
	color: #fff;
	text-decoration: none;
}

#footer{
	text-align: left;
	clear: both;
	width: 984px;
	height: 108px;
	margin: 0 auto;
	background: #26231F url(../images/footer.gif) no-repeat top center;
	font-size: 82%;
	position: relative;
}


#footer a{
	color: #e64505;
}
#footer a:hover{
	color: #000;
}

#footer p{
	padding: 8px;
	color: #fff;
}

#bs_logo{
	text-decoration: none;
	float: left;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
}
#bs_logo span{
	text-decoration: underline;
	position: relative;
	bottom: 4px;
	margin-left: 5px;
}

#player{
	width: 230px;
	height: 180px;
	position: relative;
	margin: 0 auto;
}
#player img{
	border: 1px solid #eee;
}
#player a{
	text-decoration: none;
}
#player span{
	display: block;
}


