body {
	color: #000;
	text-align: left;
	font-family: Calibri, 'Trebuchet MS', sans-serif;
	background: #fff;
}

div#kontejner {width: 100%;}
div#tiskarna {display: none;}
div#hlavicka {
	width: 100%;
	margin-bottom: 25px;
	height: auto;
	padding: 0px;
}
	div#hlavicka h1 {
		width: 100%;
		height: auto;
	}
		div#hlavicka h1 a {
			display: block;
			width: 100%;
			height: 100%;
			position: relative;
			overflow: hidden;
		}
			div#hlavicka h1 a span {display: none;}

div#menu {display: none;}
div#obsah {padding: 0px;}
	div#obsah h2 span {display: none;}
div#paticka {display: none;}

