@import url("basic.css");
@import url("menu.css");
@import url("modules.css");
@import url("user_edit.css");

#box{
	background: #fff url(../images/box.gif) repeat-y;
	margin: 0 auto;
	width: 980px;
	position: relative;
	text-align: left;	
	overflow: hidden;
	color: #3e3e3e;
	
}
#header{

	background: #202020 url(../images/header_2010.jpg) no-repeat top right;
	position: relative;
	height: 197px;	
	width: 980px;
}
#logo{
	position: absolute;
	top: 38px;
	left: 5px;
	width: 273px;
	height: 142px;
}


#language{
	background: url(../images/lng_li.gif) no-repeat left bottom;
	/*width: 200px;*/
	height: 29px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}

#language li{
	float: left;	
	list-style-type: none;
	margin-left: 10px;
	padding-right: 10px;	
	padding-top: 7px;
	/*padding-bottom: 5px;*/
	height: 20px;
	/*display: inline;*/
	background:  url(../images/lng_li.gif) no-repeat right bottom;
	color: #bbb;
	font-size: 85%;	
}
#language a{
	text-decoration: none;
	color: #bbb;
}
#language a:hover{
	color: #fff;
}
#language img{
	padding-top: 2px;
}


#main { 
	padding: 0 3px;
	width: 974px;  
	overflow: hidden;
	clear: both;
}

#drobky{
	width: 954px;
	/*height: 16px;*/
	overflow: hidden;
	font-size: 85%;
	padding: 9px 10px 11px 10px;
	background: #dedede;
	text-align: left;
	border: 3px solid #fff;
	border-left: 0;
	border-right: 0;
	/*clear: left;*/
	float: left;

}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 14px;
	padding-left: 6px;
	background: url(../images/drobky.gif) no-repeat right;
	color: #444;
}
#drobky  li a{
	color: #444;
}
#drobky  li a:hover{
	text-decoration: none;
}
 #drobky li.posledni_drobek{
	background: none;
}
 #drobky li.prvni_drobek{
	padding-left: 0;
}
#left{
	width: 651px;
	float: left;	
}
#right{
	width: 320px;
	float: right;	

	overflow: hidden;
}

.mini_box{
	padding: 10px;
	width: 300px;
	border-bottom: 3px solid #fff;
}
.mini_box img{
	margin-bottom: 5px;
}

h3.nadp{
	background: url(../images/h3_nadp.gif) no-repeat top;
	padding: 9px 10px 10px 10px;	
	width: 300px;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
}
h3.nadp a{
	color: #fff;
	text-decoration: none;
}

#footer{
	width: 954px;
	background: #212121;
	color: #fff;
	padding: 10px 10px 4px;
	margin-left: 3px;
	display: inline;
	float: left;
	font-size: 85%;
	border-bottom: 3px solid #c5c5c5;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	text-decoration: none;
}


#footer_copy{
	float: left;
	width: 300px;
}
#footer ul{
	padding: 0 0 10px  0;
	float: right;
	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;
}
#footer_2{
	width: 974px;
	height: 80px;
	margin: 0 auto;
	clear: both;
	background: url(../images/footer_2.gif) no-repeat top center;
}
#bs_logo{
	text-decoration: none;
	float: right;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
#odpocet{
	background: #c3478a url(../images/odpocet.gif) no-repeat bottom;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
}

