@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: 960px;
	position: relative;
	text-align: left;	
	overflow: hidden;
}
#header{

	background: #fcfcfc url(../images/header.jpg) repeat-x top;
	position: relative;
	height: 118px;	
	width: 960px;
}
#logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 248px;
	height: 107px;
}




#main { 
	width: 960px;
	/*padding: 0 1px; */ 
	background:  url(../images/main.jpg) no-repeat top right;
	clear: both;

	float: left;
}
#main2 { 
	width: 958px;  
	background: url(../images/main2.gif) repeat-x top;
	overflow: hidden;
	clear: both;
	float: left;
}

#obsah{
	width: 750px;
	float: left;
}
#nav{
	float: left;
	width: 230px;
	padding-left: 10px;
	padding-bottom: 50px;
	overflow: hidden;
}

#content { 
	float:right; 
	width: 490px; 
	padding: 0 10px 10px;
	overflow: hidden;
	line-height: 1.3em;	
	font-size: 95%;
}
#extra { 
	float:right; 
	width: 200px; 
	padding: 0 8px 0 0;
	overflow: hidden;
}


.mini_box{
	padding: 9px 4px;
	margin-bottom: 5px;
	width: 220px;
	border: 1px solid #d5d5d5;
	background: #fbfbfb;
}
.mini_box img{
	margin-bottom: 5px;
}




h3.nadp{
	background: #eaeaeb url(../images/h3.gif) no-repeat bottom;
	padding: 4px;	
	width: 220px;
	border: 1px solid #d5d5d5;	
	border-bottom: none;
	color: #47494d;
	font-weight: bold;
	font-size: 1em;
}
h3.nadp a{
	color: #003c7f;
	text-decoration: none;
}

#extra .mini_box{
	width: 190px;
}
#extra h3.nadp{
	width: 190px;
}



#drobky{
	/*width: 968px;*/
	font-size: 85%;
	padding: 6px 10px 8px 10px;
	background: #fdfdfd url(../images/drobky_bgr.gif) no-repeat bottom left;
	text-align: left;
	margin-bottom: 10px;
	width: 918px;
	/*clear: left;*/
	float: left;
	margin-left: 10px;
	

}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 14px;
	padding-left: 6px;
	background: url(../images/drobky.gif) no-repeat right;
	color: #afafaf;
}
#drobky  li a{
	color: #afafaf;
}
#drobky  li a:hover{
	text-decoration: none;
}
 #drobky li.posledni_drobek{
	background: none;
}
 #drobky li.prvni_drobek{
	padding-left: 0;
}




#footer{
	background: url(../images/footer.gif) no-repeat top; 
	text-align: left;
	clear: both;

	width: 950px;
	color: #fff;
	font-size: 82%;
	padding: 13px 0 10px 10px;
	position: relative;
	/*border-bottom: 1px solid #9d9d9f;*/
}


#footer a{
	color: #6a6b6e;
}
#footer a:hover{
	color: #86878a;
}

#footer2{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 60px;
	background: url(../images/footer2.gif) no-repeat center bottom;
}

#footer2 ul{
	padding: 15px 0 15px 0;
	text-align: center;
	background: url(../images/footer_logo.gif) no-repeat center left;
}
#footer2 ul li{
	list-style-type: none;
	display: inline;
	padding-left: 6px;
	padding-right: 10px;
	background: url(../images/footer_li.gif) no-repeat center right;
}
#footer2 ul li.posledni{

	background: none;
}
#footer2 a{
	color: #fff;
	font-size: 85%;
}
#footer2 a:hover{
	color: #86878a;
}

#bs_logo{
	text-decoration: none;
	float: right;
	display: block;
	position: relative;
}

#copy{
	background: #cc1483;
	border: 1px solid #9b0b62;
	padding: 7px 10px 4px;
	margin-bottom: 15px;
	width: 913px;
	float: left;
}
#copy p{
	float: left;
}
#copy a{
	color: #fff;
}
#copy a:hover{
	color: #d4d5d7;
}

