@import url("menu.css");
@import url("master.css");
@import url("modules.css");

#hlavni{
	width: 994px;
	margin: 0 auto;
	background: #fff url(../images/hlavni.gif) 0 0 repeat-y;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#header{
	background: #040700 url(../images/header.jpg) no-repeat top right;
	position: relative;
	height: 96px;
}
#logo{
	position: absolute;
	top: 4px;
	left: 0;
    width: 122px;
    height: 82px;
}
#header ul{
	position: absolute;
	top: 35px;
	left: 530px;
}
#header ul li{
	list-style-type: none;
	background: url(../images/header_li.gif) no-repeat center right;
	float: left;
}
#header ul li a{
	color: #fff;
	float: left;
	display: block;	
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
}
#header ul li a:hover{
	color: #ccdbe8;
	text-decoration: underline;
}

#drobky{
	float: left;
	width: 967px;
	padding: 7px 10px 10px 13px;
	margin-left: 1px;
	font-size: 95%;
	background: #216bb3;
	border: 1px solid #fff;
	border-bottom: none;
	display: inline; /* IE6*/ 
}
#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;
}
 #drobky li.prvni_drobek{
	padding-left: 0;
}

div#drobky{
	height: 14px;
	overflow: hidden;
}




#main { 
	float:left; 
	width: 919px;  
	background: url(../images/main.gif) no-repeat bottom right;
	position: relative;
	min-height: 580px;
	/*_height: 580px;*//* IE6 */
}
#content { 
	float:right; 
	width: 635px; 
	overflow: hidden;
	margin-left: 3px;
	background:  url(../images/content.gif) repeat-x top;
	min-height: 320px;
	padding-bottom: 70px;
	line-height: 1.5em;
}
#nav { 
	float:left; 
	width:279px;
	margin-left: 2px; 
	overflow: hidden;
	background: #b3c9dd url(../images/nav.gif) repeat-x bottom;
	display: inline; /* IE6 */
	border-top: 1px solid #fff;

}
#extra{
	height: 476px;
	width: 72px;
	background: url(../images/fop.gif) no-repeat;
	float: right;
	margin-right: 2px;
	display: inline; /* IE6*/
	position: relative;
}

#main_end{
	height: 113px;
	width: 75px;
	position: absolute;
	bottom: 0;
	right: -75px;
	background: url(../images/main_end.gif) no-repeat;
}

.mini_box{
	padding: 15px 30px;
	color: #1C5D9A;
}
.mini_box h3{
	color: #033563;
	padding-bottom: 10px;
}
.mini_box a{
	color: #1C5D9A;
}
.mini_box a:hover{
	color: #000;
}
#footer{
	background: #1860A8 url(../images/footer.jpg) no-repeat top left;
	color: #000;
	width: 994px;
	height: 129px;
	text-align: left;
	overflow: hidden;
	position: relative;
	clear: both;
	font-size: 115%;
}
#footer a{
	color: #ccdbe8;
	text-decoration: none;
	font-size: 105%;
}

#footer ul{
	position: absolute;
	top: 75px;
	left: 20px;
}
#footer ul li{
	list-style-type: none;
	background: url(../images/footer_li.gif) no-repeat center right;
	float: left;
}
#footer ul li.posledni{
	background: none;
}

#footer ul li a{
	color: #ccdbe8;
	float: left;
	display: block;	
	padding: 10px;
}
#footer ul li a:hover{
	color: #fff;
}

#footer_mapa{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 12px;
	left: 292px;		
}
#footer_kontakt{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 14px;
	left: 332px;		
}
#footer_kontakt2{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 14px;
	left: 372px;		
}
#footer_slogan{
	position: absolute;
	top: 70px;
	right: 30px;
	color: #ccdbe8;
}



#home{
	background:  url(../images/home.gif) no-repeat 270px 100%;
	float: left;
	width: 635px;
}

#home_left{
	width: 270px;
	overflow: hidden;
	float: left;
	border-top: 1px solid #fff; 
}
#home_left h2{
	background: #dbe4eb;
	color: #032f58;
	border-bottom: 1px solid #d6e0e7; 
	padding: 15px 13px;
	font-size: 140%;
	font-weight: bold;
}

#home_right{
	width: 362px;
	overflow: hidden;
	float: right;	
	border-top: 1px solid #fff;	
}
#home_right h2{
	background: #dae1e4;
	color: #021323;
	border-bottom: 1px solid #cbd4d9; 
	padding: 15px 13px;
	font-size: 140%;
	font-weight: bold;
}
#bs_footer{
	width: 994px;
	margin: 0 auto;
	color: #216bb3;
	text-align: right;
	padding: 10px 0;	
}
#bs_footer img{
		vertical-align: middle;
		margin-left: 8px;
		position: relative;
		top: 1px;
}














