@import url("menu.css");
@import url("basic.css");
@import url("modules.css");


#box{
	background: url(../images/box.gif) repeat-y;
	margin: 0 auto;
	width: 904px;
	text-align: left;	
	color: #09468e;
}
#box2{
	background:  url(../images/box2.gif) no-repeat top left;
	width: 900px;
	padding: 0 2px;
	position: relative;
}
#header{

	background:  url(../images/header.gif) repeat-x top;
	position: relative;
	height: 113px;	
	width: 900px;
}
#logo{
	position: absolute;
	top: 6px;
	left: 9px;
	width: 224px;
	height: 83px;
}

p#header_slogan{
	width: 563px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 57px;
	overflow: hidden;
}
p#header_slogan span{
	width: 663px;
	height: 35px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;	
	background: url(../images/slogan.gif) no-repeat;
}
#drobky{
	width: 900px;
	font-size: 85%;
	padding: 8px 0;
	background: #09468e;
	text-align: left;
	overflow: hidden;
	clear: left;
}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 14px;
	padding-left: 6px;
	background: url(../images/drobky.gif) no-repeat right;
	color: #fff;
}
#drobky  li a{
	color: #fff;
}
#drobky  li a:hover{
	text-decoration: none;
}
 #drobky li.posledni_drobek{
	background: none;
}


#main { 
	width: 900px;  
	background:  url(../images/main.gif) repeat-y left bottom;
	clear: both;
	float: left;
}
#obsah{
	width: 900px;
	float: left;
	background: url(../images/obsah.gif) no-repeat  bottom right; 
}
#content { 
	float: left; 
	width: 528px; 
	padding: 12px;
	overflow: hidden;
	line-height: 1.3em;	
	font-size: 95%;
}

#extra { 
	float:right; 
	width: 348px; 
	padding: 12px 0;
	
	background: url(../images/extra.gif) no-repeat top right;
}
.mini_box{
	padding: 0 15px 10px 25px;
	margin-bottom: 5px;
	overflow: hidden;
	background: url(../images/mini_box.gif) no-repeat bottom;
}
.mini_box img{
	margin-bottom: 5px;
}

#extra h3.nadp{
	background: url(../images/extra_h3.gif) no-repeat bottom;
	padding: 13px 0 10px 25px;	
	color: #003c7f;
	font-weight: bold;
	font-size: 1.1em;
}
#extra h3.nadp a{
	color: #003c7f;
	text-decoration: none;
}
.sluzby{
	padding-top: 13px;
}

#footer{
	background: #09468e; 
	text-align: left;
	clear: both;
	width: 900px;
	color: #fefefe;
	font-size: 82%;
	position: relative;
}


#footer a{
	color: #fefefe;
}
#footer a:hover{
	color: #fefefe;
}



#footer ul{
	padding: 8px 0 10px  13px;
	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;
}
#bs_logo{
	text-decoration: none;
	float: right;
	display: block;
	margin-top: 9px;
	margin-right: 10px;
}
#bs_logo span{
	text-decoration: underline;
	position: relative;
	bottom: 4px;
	margin-left: 5px;
}