/* @override http://www.flaga.cz/css/global/layout.css */

/* @group common-properties */

#dc-head-logo, .dc-languages, .search-fulltext-panel, .dc-menu, #dc-menu-popup, .dc-navigation, .dc-path, #dc-content, #dc-left, #dc-right, #dc-footer, .login-form, .box {
	height: 0;
	min-height: 0;
}

div[id] #dc-head-logo, div[class] .search-fulltext-panel, div[class] .dc-menu, div[id] #dc-menu-popup, div[class] .dc-navigation, div[class] .dc-path, div[id] #dc-content, div[id] #dc-left, div[id] #dc-right, div[id] #dc-footer, div[class] .login-form, div[class] .box {
	height: auto;
}

#dc-content, #dc-left, #dc-right {
	position: relative;
	z-index: 20;
}

/* @end */

/* @group dc-page */

.outner {
	padding: 35px 0 10px 0;
}

.middle-gradient {
	margin: 0 0 -17px 0;
	padding: 0 0 50px 0;
	background: url(img/specific/body-gradient.png) transparent 0 100% repeat-x;
}

.top-part, .middle-part, .bottom-part {
	width: 960px;
	height: 0;
	min-height: 0;
	padding: 0 5px;
	margin: 0 auto;
	position: relative;
	z-index: 7;
}

div[class] .top-part, div[class] .middle-part, div[class] .bottom-part {
	height: auto;
}

.top-part {
	z-index: 8;
}

body.intro .middle-part {
	background: url(img/specific/intro-boxes.png) transparent 25px 100% no-repeat;
}

body.intro .top-part {
	z-index: 6;
}

#dc-page {
	position: relative;
	z-index: 5;
}

/* @end */

/* @group dc-content */

#dc-content {
	width: 677px;
	float: left;
}

body.two-cols-right #dc-content {
	background: url(img/specific/content-box-top.png) transparent 0 0 no-repeat;
}

/* @end */

/* @group margin */

.margin {
	height: 350px;
	min-height: 350px;
}

div[class] .margin {
	height: auto;
}

.dc-content .margin {
	padding: 10px 0;
}

body.one-col .dc-content .margin {
	padding: 20px 26px;
}

body.intro.one-col .dc-content .margin {
	padding: 10px 0 25px 22px;
}

body.two-cols-right .dc-content .margin {
	padding: 20px 26px 46px 26px;
	background: url(img/specific/content-box-bottom.png) transparent 0 100% no-repeat;
}

/* @end */

/* @group dc-left */

#dc-left {
	width: 194px;
	float: left;
	left: -542px;
}

/* @end */

/* @group dc-right */

#dc-right {
	width: 247px;
	float: right;
	padding: 0 0 58px 0;
	background: url(img/specific/logo-todays-energy.png) transparent 50% 100% no-repeat;
}

/* @end */

.dc-bottom {
	margin: 0 0 10px 0;
}

/* @group dc-footer */

.dc-footer .set-off {
	height: 0;
	min-height: 0;
	margin: 0;
	padding: 10px;
	line-height: normal;
}

div[class] .dc-footer .set-off {
	height: auto;
}

.dc-footer .left, .dc-footer .right {
	display: block;
	height: 0;
	min-height: 0;
}

div[class] .dc-footer .left, div[class] .dc-footer .right {
	height: auto;
}

.dc-footer .left {
	float: left;
}

.dc-footer .right {
	float: right;
}

#dc-footer {
	clear: both;
}

/* @end */

/* @group body.one-col */

body.one-col #dc-content {
	width: auto;
	float: none;
	left: 0;
}

/* @end */

/* @group body.two-cols-left */

body.two-cols-left #dc-content {
	width: 751px;
	float: right;
	left: 0;
}

body.two-cols-left #dc-left {
	left: 0;
}

/* @end */