@import url("basic.css");
@import url("menu.css");
@import url("modules.css");
@import url("user_edit.css");

#box{
	background: #fff url(../images/box.gif) repeat-y center;
	margin: 0 auto;
	width: 960px;
	position: relative;
	text-align: left;	
}
#header{
	background: #3f4b58 url(../images/header.gif) repeat-x top;
	height: 90px;	
	width: 960px;	
	color: #fff;
	position: relative;
	overflow: hidden;
}
#logo{
	width: 359px;
	height: 41px;	
	display: block;
	position: absolute;
	top: 25px;
	left: 5px;
	background: url(../images/logo.gif) no-repeat;
}
#header_box{
	text-align: right;
	padding: 40px 0 0 0; 
}

#header_text{
	float: right;
	padding-left: 6px;
}
#header_text ul{
	padding-right: 6px;
}
#header_text li{
	float: left;	
	list-style-type: none;
	padding: 4px 12px 4px 10px;
	display: inline;
	background: url(../images/header_li.gif) no-repeat right center;
}
#header_text a{
	color: #fff;
	font-size: 85%;
}
#header_text a:hover{
	color: #b0b0b0;
	font-size: 85%;
}
#main { 
	width: 950px;
	margin: 0 auto;
	padding-bottom: 6px;
	background: url(../images/main.gif) no-repeat bottom left;
}
#content{
	width: 725px;
	float: left;
	padding-bottom: 20px;
	overflow: hidden;
}
#drobky{
	width: 930px;
	font-size: 85%;
	padding: 6px 10px 10px 10px;
	text-align: left;
	background: #fff;
	clear: both;
	float: left;
}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 12px;
	padding-left: 4px;
	background: url(../images/drobky.gif) no-repeat right;
	color: #b0b0b0;
}
#drobky  li a{
	color: #b0b0b0;
}
#drobky  li a:hover{
	text-decoration: none;
}
 #drobky li.posledni_drobek{
	background: none;
}
 #drobky li.prvni_drobek{
	padding-left: 0;
}
#extra{
	width: 220px;
	float: right;
	margin-bottom: -5px;
	border-bottom: 0px solid #dedede;
	background: #fff url(../images/boxy.gif) repeat-x top;
}
.mini_box{
	padding: 9px 10px;
	margin-bottom: 5px;
	background: #fff;
	border: 1px solid #dedede;
	border-top: none;
}
.mini_box img{
	margin-bottom: 5px;
}
.mini_box ul{
	margin-left: 15px;
}

h3.nadp{
	background: #4c5b6b;
	padding: 4px 8px;	
	border: 1px solid #34414f;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}
h3.nadp a{
	color: #003c7f;
	text-decoration: none;
}
#footer{
	text-align: left;
	clear: both;
	width: 928px;
	margin-left: 5px;
	color: #fff;
	font-size: 82%;
	position: relative;
	background: #4c5b6b;
	padding: 3px 10px 6px;
	border: 1px solid #34414f;	
	float: left;
	display: inline;
	position: relative;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #b0b0b0;
}

#footer ul{
	/*padding: 3px 0 6px  4px;*/
	/*float: left;*/
	background: url(../images/footer_logo.gif) no-repeat center left;
}
#footer ul li{
	list-style-type: none;
	display: inline;
	padding-left: 6px;
	padding-right: 7px;
	background: url(../images/footer_li.gif) no-repeat bottom right;
}
#footer ul li.posledni{

	background: none;
}

#footer2{
	width: 950px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 30px;
	clear: both;
	font-size: 87%;
	color: #656a7a;
	position: relative;
	background: url(../images/footer2.gif) no-repeat bottom center;
}
#bs_logo{
	position: absolute;
	top: 12px;
	right: 0;
}

#odkazy_2{
	text-decoration: none;
	/*float: right;*/
	margin-right: 3px;
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
}
#extra #banner_m {
  display: block;
  margin-bottom: 5px;
}
