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

#box{
	background: #e3f4f6 url(../images/box.gif) repeat-y;
	margin: 0 auto;
	width: 960px;
	position: relative;
	text-align: left;	
	overflow: hidden;
}
#header{
	background: #967eed url(../images/header.jpg) no-repeat top right;
	position: relative;
	height: 287px;	
	width: 960px;
}

#logo{
	position: absolute;
	top: 65px;
	left: 37px;
	width: 347px;
	height: 77px;
	display: block;
}
#logo span{
	position: absolute;
	top: 0;
	left: 0;
	width: 347px;
	height: 77px;
	display: block;
	background: url(../images/logo.jpg);
	z-index: 20;
	cursor: pointer;
}


#main { 
	width: 875px;
	clear: both;
	float: left;
	padding: 0 33px 0 52px;
}

#content { 
	float:left; 
	clear: left;
	width: 640px; 
	padding: 20px 0;
	overflow: hidden;
	line-height: 1.3em;	
	font-size: 95%;

}
#extra { 
	float:right; 
	width: 197px; 
	padding: 20px 0 0 0;
	overflow: hidden;
}
.mini_box img{
	margin-bottom: 5px;
}
.mini_box ul{
	margin-left: 15px;
}

h3.nadp{
	background: #F0B4F2 url(../images/akce_nadpis.gif) no-repeat top left;
	padding: 6px 4px 4px 4px;	
	width: 189px;
	color: #aa42ba;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}
.mini_box{
	width: 177px;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;	
	background: #F0B4F2 url(../images/akce_end.gif) no-repeat bottom left;
}
h3.box_foto_nadp{
	background: #87f0f9 url(../images/foto_nadpis.gif) no-repeat top left;
	padding: 6px 4px 4px 4px;	
	width: 189px;
	color: #c440be;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}
.foto_mini_box{
	width: 177px;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;	
	background: #87f0f9 url(../images/foto_end.gif) no-repeat bottom left;
}

h3.nadp a{
	color: #003c7f;
	text-decoration: none;
}

#drobky{
	font-size: 90%;
	padding: 6px 10px 8px 0;
	text-align: left;
	margin-bottom: 10px;
}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 14px;
	padding-left: 6px;
	background: url(../images/drobky.gif) no-repeat right;
	color: #2b3087;
}
#drobky  li a{
	color: #2b3087;/*#2b3087;*/
}
#drobky  li a:hover{
	text-decoration: none;
}
 #drobky li.posledni_drobek{
	background: none;
}
 #drobky li.prvni_drobek{
	padding-left: 0;
}

#footer{
	text-align: center;
	clear: both;
	width: 940px;
	color: #fff;
	font-weight: bold;
	font-size: 82%;
	position: relative;
	background: #8973e4;
	padding: 7px 10px 4px;
	position: relative;
}
#footer p{
	position: absolute;
	top: 15px;
	left: 10px;
}

#footer a{
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover{
	color: #fff;
}
#footer ul{
	padding: 8px 20px 8px  20px;
	/*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: 10px;
	background: url(../images/footer_li.gif) no-repeat center right;
}
#footer ul li.posledni{
	background: none;
}
