@import url("menu.css");
@import url("basic.css");
@import url("modules.css");
@import url("user_edit.css");

#box{
	background: #fff url(../images/box.gif) repeat-y;
	margin: 0 auto;
	width: 996px;
	padding: 0;
	text-align: left;	
	position: relative;
}
#box2{
	background: url(../images/box2.gif) no-repeat top;
	margin: 0 auto;
	width: 988px;
	padding: 0 4px;
	position: relative;
}

#header{
	background: #f6f8fc url(../images/header.jpg) no-repeat top;
	position: relative;
	height: 101px;	
	width: 988px;
	overflow: hidden;
}
#header_box{
	text-align: right;
	padding: 10px 10px 0 0; 
}

#language{
	float: right;
	padding-left: 6px;
}
#language li{
	float: left;	
	list-style-type: none;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline;
}

#header_text{
	float: right;
	padding-left: 6px;
}
#header_text li{
	float: left;	
	list-style-type: none;
	padding: 4px 10px 4px 11px;
	display: inline;
	background: url(../images/header_separator.gif) no-repeat right bottom;
}
#header_text a{
	color: #234198;
	font-size: 85%;
}

#logo{
	position: absolute;
	top: 3px;
	left: 12px;
	width: 252px;
	height: 82px;
	background: url(../images/logo.gif) no-repeat;
}
#obsah { 
	width: 958px;  
	margin: 0 auto;
	clear: both;
	background: url(../images/main.gif) no-repeat top;
}
#obsah2 { 
	width: 958px;  
	margin: 0 auto;
	clear: both;
	background: url(../images/obsah2.gif) no-repeat bottom;
}
#main{
	width: 723px;
	float: left;	
}
#nav{
	width: 210px;
	float: left;
	padding-top: 20px;
	margin-bottom: 50px;
	background: #fff url(../images/nav.gif) no-repeat bottom;
}
#content { 
	width: 498px; 
	position: relative;
	line-height: 1.3em;	
	min-height: 400px;
	padding-top: 20px;
	float: right;
}
#content_blok{
	background: #234198;
	padding: 10px 17px 10px 11px;	
}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 14px;
	padding-left: 6px;
	background: url(../images/drobky.gif) no-repeat center right;
	color: #91a0cc;
	font-size: 85%;
}
#drobky  li.posledni_drobek{
	background: none;
}
#drobky  li a{
	color: #91a0cc;
}
#drobky  li a:hover{
	text-decoration: none;
}

#extra{
	width: 220px;
	float: right;
	padding-top: 20px;
	margin-bottom: 50px;	
	background: #fff url(../images/extra.gif) no-repeat bottom;
}

h3.nadp{
	background: #d2d8eb;
	padding: 4px 0 5px 11px;	
	color: #234198;
	font-weight: bold;
	font-size: 1em;
}
h3.extra_nadpis{
	color: #fff;
	background: #ec2028;
}
.mini_box{
	padding: 10px;
	background: #fff;
	border: 1px solid #dee3f2;
	border-top: none;
	margin-bottom: 10px;
}
.odk{
	margin-bottom: 10px;
	display: block;

}
.odk img{
	display: block;

}


#footer{
	width: 958px;	
	padding: 14px;
	border: 1px solid #d2d8eb;
	background: #fcfcfe url(../images/footer.gif) repeat-x bottom;
	font-size: 90%;
	color: #234198;
	position: relative;
}
#footer p {
	padding: 0;
	margin: 0;
}
#footer a {
	color: #234198;
}

#nahoru{
	width: 4em;
	margin: 15px auto 30px auto;		
	padding: 7px 14px;
	display: block;
	background: #234198 url(../images/nahoru.gif) no-repeat 10px 13px;
	color: #fff;	
}
#bs_logo{
	text-decoration: none;
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;

}
