@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-x top;
	margin: 0 auto;
	width: 930px;
	position: relative;
	text-align: left;	
}
#header{
	background: #0F304F url(../images/header.jpg) no-repeat top right;
	height: 155px;	
	width: 930px;	
	color: #fff;
	position: relative;
}
#logo{
	width: 460px;
	height: 58px;	
	display: block;
	position: absolute;
	top: 83px;
	left: 17px;
	background: url(../images/logo2.gif) no-repeat;	
	
}
#header_slogan{
	width: 141px;
	height: 15px;
	position: absolute;
	bottom: 14px;
	right: 2px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#header_slogan span{
	width: 141px;
	height: 15px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	background: url(../images/header_slogan.gif) no-repeat;
}

#drobky{
	padding: 6px 10px 0 15px;
	text-align: left;
	font-size: 90%;
}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 6px;
	padding-left: 14px;
	background: url(../images/drobek.gif) no-repeat left;
	color: #29b4de;
}
#drobky  li a{
	color: #29b4de;
}
#drobky  li a:hover{
	text-decoration: none;
}


#main { 
	width: 930px;
	padding-top: 15px;
	padding-bottom: 40px;
	background:  url(../images/main.gif) repeat-y center;

}
#obsah{
	width: 725px;	
	float: left;
}
#content{
	width: 480px;
	float: right;
	background:  url(../images/content.gif) repeat-x top;
	border: 1px solid #ececec;
}
#nav{
	width: 230px;
	float: left;
}
#extra{
	width: 190px;
	float: right;
	margin-bottom: 30px;
	background: #fbfbfb url(../images/boxy.gif) repeat-x top;
}
.mini_box{
	padding: 15px 20px 10px 20px;
	margin-bottom: 15px;
	background: #fff url(../images/mini_box.gif) repeat-x top;
	border: 1px solid #eaeaea;
	color: #234e7c;
	font-size: 85%;
}
.mini_box img{
	margin-bottom: 5px;
}
.mini_box ul{
	margin-left: 15px;
}
.bez{
	border: none;
	background: none;
}


#footer{
	text-align: left;
	clear: both;
	width: 880px;

	font-size: 82%;
	position: relative;
	background: #fefefe url(../images/footer.gif) repeat-x top;
	padding: 25px 25px 35px 25px;
	border-bottom: 1px solid #fff;	
	
	float: left;
}

