/*--- layout ---*/

html{


}

body{

	background:#b1b1b1 url(../img/bck_body.png) repeat-x top;
	text-align:center;

	padding:0 0 20px 0;

}





/*--- main ---*/

div#main-kontejner{
	margin:0 auto;
	text-align:left;

	width:980px;


}



/*--- header ---*/

div#main-header-blok{



}

/*---*/
div#top-info-blok{
	width:980px;
	height:80px;


}














/*-*/
div.info-blok{
	width:480px;
	height:80px;

	float:left;

}



/*-*/
div.navi-menu{
	width:500px;
	height:80px;

	float:right;

}





/*---*/
div#header-img-blok{
	width:980px;
	height:150px;

}


/*-*/




/*---*/
div#menu-blok{
	width:980px;
	height:70px;

	background:url(../img/bck_mmenu.png) no-repeat;

}


















/*--- content ---*/

div#main-content-blok{

	background:#f5f5f5;

}

div#main-content-blok div.content-bck{
	width:100%;
	height:10px;
}

div#main-content-blok div.bck-top{
	background:url(../img/bck_cont-top.png) no-repeat top;
}
div#main-content-blok div.bck-btm{
	clear:both;
	background:url(../img/bck_cont-btm.png) no-repeat bottom;
}



/*---*/


div#main-content-blok div.levy-sloupec{

	width:229px;
	float:left;

	border-right:1px dashed #cdcdcd;

}

div#main-content-blok div.pravy-sloupec{

	width:750px;
	float:right;

}


div#main-content-blok div.hlavni-sloupec{

	clear:both;
	width:100%;

}


















/*--- footer ---*/


div#main-footer-blok{



}

div.footer-content-blok{

	background:url(../img/bck_footer-bck.png) repeat-y;
}

div.footer-content-blok div.footer-content-bck{
	width:100%;
	height:10px;
	clear:both;
	background:url(../img/bck_footer-btm.png) no-repeat bottom;
}






