@import url("../spolecna_data/css/style.css");
@import url("basic.css");
@import url("modules.css");
@import url("menu.css");
@import url("user_edit.css");
@import url("top_box.css");
#box{
	width: 970px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	clear: left;
	overflow: hidden;
	background: url(../images/box.gif) repeat-y left;
}
/****** HLAVICKA *****/
#header{
	width: 970px;
	padding-top: 6px;

	background:  url(../images/header.gif) no-repeat top left;
	float: left	
}
#logo{
	float: left;
}

#header_box{
	width: 700px;
	float: right;
	padding-top: 26px;
	padding-bottom: 2px;
}
#header_obal{
	float: left;
	border: 1px solid #eaeaea;
	padding: 9px 8px 9px 0;
	width: 400px;
}


#top_prihlaseni, #top_odhlaseni{
	width: 190px;
	height: 17px;
	overflow: hidden;
	position: relative;
	float: right;
	display: block;
	background: #a0a0a0;
	color: #fff;
	text-decoration: none;
	padding: 4px;
	margin-right: 6px;
}
#top_prihlaseni span{
	width: 198px;
	height: 25px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background: url(../images/prihlaseni.gif) no-repeat;	
}
#top_prihlaseni span:hover{
	background: url(../images/prihlaseni_hover.gif) no-repeat;	
}


#top_odhlaseni span{
	width: 198px;
	height: 25px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background: url(../images/odhlasit.gif) no-repeat;	
}


#top_registrace, #top_vas_ucet{
	width: 170px;
	height: 17px;
	overflow: hidden;
	position: relative;
	float: right;
	display: block;
	background: #e60000;
	color: #fff;
	text-decoration: none;
	padding: 4px;
	margin-right: 6px;
}
#top_registrace span{
	width: 178px;
	height: 25px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background: url(../images/registrace.gif) no-repeat;	
}
#top_registrace span:hover{
	background: url(../images/registrace_hover.gif) no-repeat;	
}
#top_vas_ucet span{
	width: 79px;
	height: 25px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background: url(../images/vas_ucet.gif) no-repeat;	
}


/***** OBSAHOVA CAST *****/

#obal{
	width: 970px;
	clear: both;
	float: left;
	padding-bottom: 6px;
		padding-top: 5px;
	background:  url(../images/obal2.gif) no-repeat bottom left;
}

#main{
	width: 970px;
	float: left;
	background: url(../images/main2.gif) repeat-y right;
}
#content { 
	float:left; 
	width: 665px; 
	padding-bottom: 15px;
	overflow: hidden;
}
#extra{ 
	float:right; 
	width: 300px; 
	overflow: hidden;
	background: #fff url(../images/extra.gif) no-repeat bottom;
	margin-bottom: 40px;

}



#content_blok{
	background: #eaeaea;
	padding: 16px 21px 24px 21px;	
}


/** drobeckova navigace **/

#drobky{
	width: 600px;
	overflow: hidden;
	font-size: 85%;
	text-align: left;
}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 14px;
	padding-left: 6px;
	background: url(../images/drobky.gif) no-repeat right;
	color: #707070;
}
#drobky  li a{
	color: #707070;
}
#drobky  li a:hover{
	text-decoration: none;
}
 #drobky li.posledni_drobek{
	background: none;
}
 #drobky li.prvni_drobek{
	padding-left: 0;
}


/** boxy  **/

h3.nadp{
	padding: 8px 10px;
	color: #e60000;
	background: #eaeaea;
	font-size: 130%;
	font-weight: bold;
}
.mini_box{
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #eaeaea;
	background: #fff;
}

.mini_box img{
	margin-right: 5px;
}

.box_odkaz img{
	margin-bottom: -3px;
}
.box_odkaz{
	margin-bottom: 5px;
	display: block;
}




/***** PATICKA *****/

#footer{
	width: 952px;
	background: #828282;
	color: #fff;
	padding: 8px 8px 2px;
	float: left;
	font-size: 85%;
	border: 1px solid #707070;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	text-decoration: none;
}


#footer_copy{
	float: left;
	width: 300px;
}
#footer p{
	padding-bottom: 8px;

}
#footer ul{
	padding: 0 0 5px  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;
}
.ven{
	background: url(../images/ven.gif) no-repeat right center;
	padding-right: 13px;
}

#footer_2{
	width: 980px;
	margin: 0 auto;
	text-align: right;
	padding: 10px 0;
}


