@import url("menu.css");
@import url("master.css");
@import url("modules.css");

#hlavni{
	width: 950px;
	background:   url(../images/box.gif) repeat-y left;
	text-align: left;
	position: relative;
	margin: 0 auto;

}
#header{

	background: #fff;
	position: relative;
	height: 100px;	
}


#logo{
	position: absolute;
	top: 40px;
	left: 4px;
}

#slogan{
	background: url(../images/slogan.gif) no-repeat;
	width: 576px;
	height: 19px;
	position: absolute;
	right: 5px;
	bottom: 28px;
}

#slogan_en{
	background: url(../images/slogan_en.gif) no-repeat;
	width: 668px;
	height: 19px;
	position: absolute;
	right: 5px;
	bottom: 28px;
}



#drobky{
	/*float: left;
	width: 585px;*/
	font-size: 85%;
	padding: 7px 20px 8px 5px;
	background: #fff;
	display: block;
}

#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 14px;
	padding-left: 4px;
	background: url(../images/drobky_li.gif) no-repeat right;
	color: #000066;
}
#drobky  li a{
	color: #000066;
}
#drobky  li a:hover{
	text-decoration: none;
}
 #drobky li.posledni_drobek{
	background: none;
}
 #drobky li.prvni_drobek{
	padding-left: 10px;
}
#lista{
	width: 950px;
	height: 70px;
	background: #000066 url(../images/lista.gif) no-repeat top left;	
	list-style-type: none;
}
#lista li{
	list-style-type: none;
	display: block;
	float: left;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	padding-top: 15px;
	overflow: hidden;
}
#lista a{
	color: #fff;
	text-decoration: none;
}
#lista a:hover{
	color: #DFDBB5;
	text-decoration: none;
}

#box1{
	width: 180px;
	height: 40px;
}
#box2{
	width: 165px;
	height: 40px;
	margin-right: 5px;
}
#box3{
	width: 194px;
	height: 40px;
}


#content { 
	float:right; 
	width: 719px; 
	overflow: hidden;
	min-height: 250px;

	padding: 15px;

	background:  url(../images/content.gif) no-repeat top left;
}
#extra { 
	float:left; 
	width: 196px; 
	overflow: hidden;
}

#extra h3.nadp{
	background:  url(../images/nadp.gif) no-repeat 3px 20px;
	color: #000066;
	padding: 15px 10px 8px 20px;
	font-size: 135%;
	font-weight: bold;
}

#extra .mini_box{
	background:  url(../images/extra_hr.gif) no-repeat bottom left;
	width: 174px;
	padding: 10px;
	/*border: 1px solid silver;*/

}


#footer{
	background: #fff;
	color: #000066;
	clear: both;

	overflow: hidden;
	padding: 6px 0 12px 0;
	/*width: 848px;*/
	text-align: left;
	font-size: 95%;
	position: relative;
}
#footer a{
	color: #000066;
}
#footer p{
	padding-left: 15px;
}

#footer ul#footer_menu{
	margin-top: 10px;
}

#footer ul#footer_menu li{
	list-style-type: none;
	display: inline;
	margin-left: 10px;
	padding-right: 10px;
	background: url(../images/footer_li.gif) no-repeat center right;
}

#footer ul#footer_menu li.posledni{
	background: transparent;
}


#bs_footer{
	float: right;
	font-size: 100%;
	text-decoration: none;
	position: relative;
	bottom: 15px;
}

#bs_footer span{
	
	position: relative;
	bottom: 3px;
}

ul#languages {
    float: right;
    line-height: 30px
}

ul#languages li {
    float: left;
    list-style-type: none;
}

ul#languages img {
    margin-right: 8px;
}

ul#languages li.czech {
    float: left;
    background: url(../images/lang_sep.png) no-repeat right;
    padding-right: 20px;
}

ul#languages li.eng {
    float: left;
    padding-left: 20px;
}

