@import url("basic.css");
@import url("menu.css");
@import url("modules.css");
@import url("user_edit.css");

#box{
	background: url(../images/box.gif) repeat-y left;
	margin: 0 auto;
	width: 950px;
	position: relative;
	text-align: left;	
}
#header{
	background: url(../images/header.gif) no-repeat top left;
	height: 166px;	
	width: 950px;	
	color: #3F6AA1;
	position: relative;
}
#logo{
	width: 106px;
	height: 139px;	
	display: block;
	position: absolute;
	top: 13px;
	left: 10px;
	background: url(../images/logo.gif) no-repeat;
}
#header_text{
	float: right;
	padding-left: 3px;
	padding-top: 11px;
	padding-right: 10px;
	margin-right: 147px;
	display: inline;
	background: url(../images/header_separator.gif) no-repeat left bottom;
}
#header_text li{
	float: left;	
	list-style-type: none;
	padding: 2px 10px 1px 11px;
	display: inline;
	background: url(../images/header_separator.gif) no-repeat right bottom;
}
#header_text a{
	color: #00347f;
	font-size: 85%;
}
#header_text a:hover{
	color: #000;
}
#header_slogan{
	width: 497px;
	height: 24px;
	position: absolute;
	top: 71px;
	right: 28px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#header_slogan span{
	width: 497px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	background: url(../images/header_slogan.gif) no-repeat;
}

#banner{
	width: 926px;
	height: 176px;
	margin: 0 auto;
	clear: both;	
	border: 2px solid #dde9fa;	
	background: url(../images/banner.jpg) no-repeat;
}

#main { 
	width: 930px;
	margin: 0 auto;
	clear: both;
	background:  url(../images/main.gif) no-repeat left bottom;
}

#drobky{
	width: 920px;
	margin: 0 auto;
	/*float: left;*/
	padding: 9px 10px 11px 2px;	
	font-size: 90%;
	text-align: left;
	background: #fff;
	
}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 14px;
	padding-left: 6px;
	background: url(../images/drobky.gif) no-repeat right;
	color: #537eb4;
}
#drobky  li a{
	color: #537eb4;
}
#drobky  li a:hover{
	text-decoration: none;
}
 #drobky li.posledni_drobek{
	background: none;
}
 #drobky li.prvni_drobek{
	padding-left: 0;
}

#content{
	width: 670px;
	float: right;
	border-top: 1px solid #dde9fa;
}
#nav{
	width: 250px;
	float: left;
	border-bottom: 1px solid #dde9fa;
	background: #fff;

	margin-bottom: 20px;
}
.mini_box{
	padding: 9px 10px;
	margin-bottom: 5px;
	background: #fff;
	border: 1px solid #dde9fa;
	border-top: none;
}
.mini_box img{
	margin-bottom: 5px;
}
.mini_box ul{
	margin-left: 15px;
}

h3.nadp{
	background: #537eb4 url(../images/nav_h3.gif) no-repeat bottom left;
	padding: 7px 4px 8px 10px;	
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}
h3.nadp a{
	color: #003c7f;
	text-decoration: none;
}

#footer{
	text-align: left;
	clear: both;
	width: 950px;
	margin: 0 auto;
	color: #00347f;
	font-size: 82%;
	position: relative;
	padding: 30px 0 10px;
	background: #fff url(../images/footer.gif) no-repeat top;

	
	/*float: left;*/
}


#footer a{
	color: #00347f;
}
#footer a:hover{
	color: #000;
}

#footer ul{
	padding: 1px 0 6px  0;
	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 bottom right;
}
#footer ul li.posledni{
	background: none;
}
#footer li a{
	color: #537eb4;
}
#footer li a:hover{
	color: #000;
}

#bs_logo{
	text-decoration: none;
	float: right;
	margin-right: 3px;
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
}
