@import url("basic.css");
@import url("menu.css");
@import url("modules.css");
@import url("user_edit.css");

#box{
	background: #fff url(http://www.brumlovka.com/images/box.gif) no-repeat top left;
	margin: 0 auto;
	width: 950px;
	position: relative;
	text-align: left;	
	overflow: hidden;
}

#header{
	background: #315385 url(../images/header.jpg) no-repeat top left;
	position: relative;
	height: 149px;	
	clear: both;
}

#logo{
	position: absolute;
	top: 58px;
	left: 36px;
	width: 167px;
	height: 39px;
}


#language{
	position: absolute;
	top: 4px;
	right: 8px;

}

#language li{
	float: left;	
	list-style-type: none;
	margin-left: 4px;
	padding-right: 4px;	
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline;
	position: relative;

}

#language img{
	position: relative;
	top: 1px;
}




#main { 
	float:left; 
	width: 950px;  
}
#content { 
	float:right; 
	width: 716px; 
	overflow: hidden;
	background:  url(../images/content.jpg) repeat-x top;
	line-height: 1.2em;
	margin-bottom: 5px;
}


#nav { 
	float:left; 
	width: 231px;
	padding: 70px 0 5px 3px; 
	overflow: hidden;
	background: url(../images/nav.jpg) no-repeat top left; 
}
#nav h3.nadp{
	font-size: 100%;
	background: #d1e5ed;
	border: 1px solid #adc7d1;
	padding: 4px 0 5px 11px;	
	color: #11698a;
	font-weight: bold;
}
#nav h3.nadp a{
	color: #11698a;
}
#nav h3.nadp a:hover{
	color: #fff;
}
.mini_box{
	padding: 20px 10px 10px;

	color: #1a82a9;

	margin-bottom: 5px;
}
#drobky{
	background: url(../images/drobky_bgr.jpg) no-repeat bottom left;
	font-size: 85%;
	padding: 4px 10px 7px 12px;

	text-align: left;
	display: block;
	margin-bottom: 5px;
	color: #666;
}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 11px;
	padding-left: 3px;
	background: url(../images/drobky.gif) no-repeat right;

}
#drobky  li a{
	color: #666;
}
#drobky  li a:hover{
	text-decoration: none;
}
 #drobky li.posledni_drobek{
	background: none;
}
 #drobky li.prvni_drobek{
	padding-left: 0;
}


#footer{
	background: #a6afbf;
	color: #fff;
	clear: both;
	height: 16px;
	overflow: hidden;
	padding: 6px 10px 6px 0;
	
	text-align: left;
	font-size: 95%;
	position: relative;
}
#footer a{
	color: #fff;
}
#footer p{
	padding-left: 15px;
}
#footer_copy{
	float: left;
}
#footer ul{
	float: right;
}
#footer ul 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 li.posledni{

	background: none;
}


#footer2{
	color: #babfc7;
	background: #fff;
	text-align: right;
	padding-right: 5px;
	margin: 0 auto;
	clear: both;
	padding-top: 8px;
}


#footer2 a{
	color: #babfc7;
	
}

#bs_footer{
	font-size: 100%;
	text-decoration: none;
	position: relative;
	top: 4px;

}

#bs_footer span{
	
	position: relative;
	bottom: 3px;
}


