body, html {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(images/body-bg.gif) right 0;
}
#megadiv-null {
	border-top: 2px solid #ccc;
}
#megadiv {
	width: 968px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#top {
	width: 968px;
	height: 123px;
}
#top-logo {
	width: 300px;
	float: left;
}
#top-menu {
	width: px;
	float: right;
}

/* HLAVNI obsah */
#content {
	width: 968px;
	background: url(images/menu-spacer.gif) repeat-y 0 0;
	margin-bottom: 25px;
}
#left-content {
	width: 306px;
	float: left;
}
#main-content {
	width: 632px;
	float: right;
}
.content-text {
	padding: 5px 15px 10px 15px;
}
#left-box {
	width: 235px;
	float: left;
}
#right-box {
	width: 235px;
	float: right;
}
/* PATICKA */
#footer-null {
	height: 87px;
	background: #F3F3F4;
	clear: both;
	width: 968px;
}
#footer {
	padding-top: 35px;
	color: #959CA1;
	margin-left: 25px;
}
#footer-left {
	width: 280px;
	float: left;
}
#footer-right {
	width: 663px;
	float: left;
}
#footer a {
	color: #959CA1;
	text-decoration: none;
}
#footer a:hover {
	color: #434343;
}
#footer li {
	float: left;
	margin-right: 10px;
}