@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 left;
	margin: 0 auto;
	width: 980px;
	position: relative;
	text-align: left;	
}
#header{
	background: #fff url(../images/header.gif) no-repeat bottom left;
	height: 83px;	
	width: 980px;	
	color: #fff;
	position: relative;
	overflow: hidden;
}
#logo{
	width: 251px;
	height: 33px;	
	display: block;
	position: absolute;
	top: 30px;
	left: 13px;
}

#header_box{
	position: absolute;
	top: -37px;
	right: 0;
	text-align: right;
	padding: 9px 20px 0 0; 
	color: #878dc3;
	width: 700px;
}

#header_text{
	float: right;
	padding-left: 6px;
	background: url(../images/header_li.gif) no-repeat top right;
}

#header_text li{
	float: left;	
	list-style-type: none;
	padding: 3px 8px 4px 14px;
	display: inline;
	background: url(../images/header_li.gif) no-repeat 0 0;
}
#header_text a{
	color: #fff;
	font-size: 85%;
}
#header_text a:hover{
	color: #b0b0b0;
	font-size: 85%;
}
#main { 
	width: 943px;
	margin: 0 auto;
	padding: 0 14px 0 23px;	
	background: url(../images/main.gif) no-repeat top left;
	overflow: hidden;
}
#content{
	width: 698px;
	float: left;
	padding-bottom: 20px;

}
#drobky{
	width: 980px;
	display: block;
	font-size: 85%;
	padding: 29px 0 27px 0;
	text-align: left;
	clear: both;
	float: left;
	background: url(../images/drobky.gif) no-repeat bottom;
}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 12px;
	padding-left: 4px;
	background: url(../images/drobek.gif) no-repeat right;
	color: #6b7d88;
}
 #drobky li.posledni_drobek{
	background: none;
}
 #drobky li.prvni_drobek{
	padding-left: 0;
}
#extra{
	width: 217px;
	float: right;
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
}

.mini_box{
	padding: 9px 10px;
	margin-bottom: 10px;
	text-align: right;
}
.mini_box img{
	margin-bottom: 5px;
}
.mini_box ul{
	margin-left: 15px;
}

#footer{
	text-align: left;
	clear: both;
	width: 972px;
	font-size: 82%;
	position: relative;
	background: #ebeeee url(../images/footer.gif) no-repeat top center;
	padding: 15px 4px 70px;
	position: relative;
}
#footer_leva{
	float: left;
}
#footer_prava{
	float: right;
}
#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;
}
#bs_logo{
	position: absolute;
	top: 17px;
	right: 20px;
}

input.tlacitko {
    padding: 5px 15px;
}

#newsletter_request {
    background: url(/images/box_newsletter.gif) transparent top left no-repeat;
    width: 952px;
    height: 60px; 
    margin-bottom: 10px;
    position: relative;
}
#newsletter_request fieldset {
    border: 0;
}
#newsletter_request legend, #newsletter_request label,#newsletter_request input {
    position: absolute;
}

#newsletter_request legend {
    left: 13px;
    top: 23px;
}
#newsletter_request label {
    left: 160px;
    top: 23px;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
#newsletter_request #email {
    border: 0;
    width: 143px;
    height: 25px;
    background: url(/images/input_newsletter.gif) transparent top left no-repeat;
    left: 720px;
    top: 17px;
}
#newsletter_request .submit {
    left: 863px;
    top: 17px;
}
