@import url("basic.css");
@import url("menu.css");
@import url("modules.css");
@import url("user_edit.css");

#box{
	background: #333 url(../images/box.gif) repeat-y;
	margin: 0 auto;
	width: 980px;
	padding: 0 8px;
	position: relative;
	text-align: left;	
	overflow: hidden;
}
#header{

	background: #000 url(../images/header.gif) no-repeat top right;
	position: relative;
	height: 96px;	
	width: 980px;
}
#logo{
	position: absolute;
	top: 24px;
	left: 40px;
	width: 445px;
	height: 45px;
}
#menu_box{
	width: 980px;
	height: 310px;
	background: url(../images/menu_box.jpg) no-repeat top right;
	overflow: hidden;
}
#obsah{
	width: 980px;
	background: url(../images/obsah.gif) no-repeat top left;
	float: left;
}
#content{
	width: 624px;
	float: right;
	padding: 40px 20px 15px 0;
	overflow: hidden;
}
#left{
	width: 246px;
	float: left;
	padding: 40px 40px 25px 50px;	
	overflow: hidden;
}

h3.nadp{
	color: #fff;
	background: url(../images/box_h3.gif) no-repeat center left;
	margin: 0 0 15px 0;
	font-size: 120%;
}

.mini_box a{
	color: #ff6600;
}


#drobky{
	padding: 0 10px 8px 0;
	margin-bottom: 12px;
	text-align: left;
	overflow: hidden;
	background: url(../images/hr.gif) no-repeat left bottom;
}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 14px;
	padding-left: 6px;
	background: url(../images/drobky.gif) no-repeat right;
	color: #838383;
}
#drobky  li a{
	color: #838383;
}

 #drobky li.posledni_drobek{
	background: none;
}
 #drobky li.prvni_drobek{
	padding-left: 0;
}



#footer{
	width: 996px;
	height: 132px;
	margin: 0 auto;
	background: url(../images/footer.gif) no-repeat top left;
	overflow: hidden;
	color: #fff;
	font-size: 90%;
}

#footer a{
	color: #b2b2b2;
}
#footer a:hover{
	color: #fff;
}

#footer ul{
	padding: 45px 0 15px 25px;
	float: left;
}
#footer ul li{
	list-style-type: none;
	display: inline;
	padding: 6px 12px 6px 2px;
	background: url(../images/footer_li.gif) no-repeat center right;
}
#footer ul li.posledni{

	background: none;
}
#footer_right{
	padding: 25px 35px 15px 25px;
	float: right;
}
.footer_mezera{
	font-size: 110%;
	padding: 0 5px;
}

#stranky_leva{
	width: 287px;
	padding-right: 32px;
	overflow: hidden;
	float: left;
}
#stranky_prava{
	width: 300px;
	overflow: hidden;
	float: left;
	padding: 0;
}

