@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: 780px;
	text-align: left;	
	overflow: hidden;
	position: relative;
}

#header{
	background: #0054a6  url(../images/header.jpg) no-repeat top left;
	position: relative;
	height: 152px;	
	width: 780px;
	overflow: hidden;
	color: #fff;
}
#header_top{
	width: 780px;
	height: 33px;
	position: relative;
	margin: 0;
	padding: 0;
}
#header_top span{
	width: 780px;
	height: 33px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/header_top.gif) no-repeat top left;	
}
#header_ack{
	width: 274px;
	height: 19px;
	position: absolute;
	display: block;
	right: 8px;
	top: 129px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#header_ack span{
	width: 274px;
	height: 19px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/ack.gif) no-repeat top left;	
	cursor: pointer;
}
#header_foto{
	width: 780px;
	height: 74px;
	background: url(../images/pruh_obrazku3.jpg) no-repeat top left;
}
#logo{
	position: absolute;
	top: 107px;
	left: 13px;
	width: 233px;
	height: 45px;
}
#drobky{
	font-size: 85%;
	padding: 8px 0 5px 6px;
	text-align: right;
	overflow: hidden;
	clear: left;
}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 4px;
	background: url(../images/drobky.gif) no-repeat right;

}
#drobky  li a:hover{
	text-decoration: none;
}
 #drobky li.posledni_drobek{
	background: none;
}
#main { 
	width: 780px;  
	clear: both;
	float: left;
	background: #d8e2f1 url(../images/nav.gif) repeat-y left;
}
#content { 
	float: right; 
	width: 594px; 
	overflow: hidden;
	line-height: 1.3em;	
	position: relative;
}
#obsah{
	padding: 12px;
}
#nav { 
	float:left; 
	width: 185px; 
	padding: 0 0 52px 0 !important;
	overflow: hidden;	
	background: #0054a6;
}
.mini_box{
	padding: 30px 10px;
	margin-bottom: 5px;
	overflow: hidden;
	color: #fff;
	background: #0054A6;
}
.mini_box a{
	color: #fff;
}
.mini_box a:hover{
	text-decoration: none;
}
#footer{
	text-align: center;
	clear: both;
	width: 780px;
	margin: 0 auto;
	background: #0054A6;
	color: #fff;
	font-size: 82%;
	position: relative;
	border-top: 3px solid #fff;
}


#footer a{
	color: #fff;
}
#footer a:hover{
	color: #000;
}

#footer p{
	padding: 8px;
	color: #fff;
}

