/*  tiskovy stylovy predpis pro web */
@import "styles.css";
@import "vnitrni.css";
@import "reality.css";

body {
	color: black;
	background: none;
}

div {
	background: none !important;
}
#page-holder-h, #page-holder, #page-content-h {
	width: auto;
	margin: 0;
}

#page-header {
	display: none;
}

#page-menu-top-h {
	display: none;
}

#content-heading {
	height: auto;
}
#content-heading .ch-left {
	display: none;
}
#content-heading .ch-right {
	height: auto;
}
#content-heading .ch-right h2 {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
}

#menu-left-h {
	display: none;
}

#page-content {
	float: none;
	width: auto;
	height: auto;
}

.banner-holder {
	display: none;
}