/***********************************************/
/* divs.css                                    */
/*                                             */
/* These layout divs define the page layout.   */
/*                                             */
/***********************************************/


/***********************************************/
/* Layout Divs                                 */

/************************************/
#zahlavi{
	top:    20px;
	width: 841px;
	height: 75px;
	overflow:hidden;
	background-image:url(img/title.gif);
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#menu{
	border-bottom: 1px solid #666666;
	top:    20px;
	width: 841px;
	padding-top: 1px;
	height: 21px;
}

#obsah{
	padding-top: 2px;
	top:       108px;
    height:    530px;
	width:     841px;
	overflow: scroll;
}

#footnote{
	top:    600px;
	width: 841px;
}

#order{
	width: 841px;
	overflow:hidden;
	border: 1px solid #666666;
	padding: 4px;
}

/*End Layout Divs                              */
/***********************************************/
