	@charset "utf-8";
body {
	margin: 0;
/* Je vhodné nastavit nulový okraj a odsazení elementu body a umožnit tak použití různých výchozích hodnot prohlížeče. */
	padding: 0;
	text-align: center;
/* Umístí kontejnery na střed v prohlížečích IE 5*. Text je nastaven na výchozí zarovnání vlevo v selektoru #container. */
	color: #FFF;
	background-attachment: scroll;
	background-color: #779602;
	background-image: url(pozadi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #fafad3;
	text-decoration: none;
	font-weight: bold;
}
h2 {
	font-size: 150%;
}
img {
	border: 0px;
}

.fl-right {
	float: right;
}
.doleva {
	float: left;
}
.uprostred {
	text-align: center;
}
.doprava {
	text-align: right;
}

h3 {
	font-size: 125%;
}

.cleaner {
	clear: both;
	visibility: hidden;
	background-color: #47A9FC;
	margin: -1px 0 0 0;
	;
	height: 10px;
	border: 0px;
	padding: 0px;
}
.fl-left {
	float: left;
}
.odraz {
	visibility: hidden;
	height: 40px;
	clear: both;
}
.content p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#container {
	width: 980px;
	margin: 0 auto;
/* Automatické okraje (společně se šířkou) nastaví stránku na střed. */
	border: 0px;
	text-align: left;
/* Dojde k potlačení zarovnání textu: zarovnání na střed u elementu body. */
}
#container #zahlavi {
	height: 160px;
	width: 980px;
}
.sirka-reference {
	float: left;
	width: 450px;
}

#container #zahlavi .motto {
	float: left;
	height: 160px;
	width: 680px;
	background-image: url(podklad-motto-titul.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content img {
	margin: 5px;
}

#container #zahlavi .motto-sub {
	float: left;
	height: 160px;
	width: 680px;
	background-image: url(podklad-motto.png);
	background-repeat: no-repeat;
}
#container #zahlavi .nadpisy {
	height: 70px;
	width: 660px;
	clear: both;
	float: right;
	margin-top: 40px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #fafad3;
}
.nadpis-stranky {
	float: right;
	width: 658px;
	height: 70px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #fafad3;
	margin-top: 40px;
	margin-bottom: 0px;
}
.nadpis-stranky h1 {
	margin: 0px;
	width: 600px;
	height: 48px;
	background-color: #D5DDFE;
	border: 1px solid #FFF;
	margin-left: 20px;
	background-image: url(sipka-cb.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 48px;
	text-indent: 50px;
	color: #000;
}
.main-content {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 150%;
}
#container #zahlavi .logo {
	float: left;
	height: 160px;
	width: 300px;
}
#container #telo {
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	width: 940px;
	background-color: #47A9FC;
	background-position: 100px;
	min-height: 750px;
}
#container #telo #leva {
	float: left;
	height: auto;
	width: 280px;
	background-image: url(podklad-odkazy-index.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #47A9FC;
}
#container #telo #leva-sub {
	float: left;
	height: auto;
	width: 280px;
	background-image: url(podklad-odkazy.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #47A9FC;
}
#leva .obsah-aktualit {
	width: 260px;
	float: right;
	line-height: 150%;
}
#leva-sub .obsah-aktualit {
	width: 260px;
	float: right;
	line-height: 150%;
}
#container #telo #prava-obsah {
	background-color: #47A9FC;
	width: 660px;
	float: left;
}
#container #telo #leva-index {
	float: left;
	height: auto;
	width: 280px;
	background-image: url(podklad-odkazy-index.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #47A9FC;
}
#container #telo #prava {
	float: right;
	height: 600px;
	width: 660px;
	background-color: #47A9FC;
}
#container #telo #prava-top {
	background-image: url(podklad-prava.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 260px;
	width: 660px;
	float: right;
}
#container #telo #prava .obsah {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #fafad3;
	width: 640px;
	float: right;
	height: inherit;
}
#container #telo #prava-obsah .stred {
	float: left;
	height: auto;
	width: 410px;
}
#container #telo #prava-obsah .kraj {
	float: right;
	height: auto;
	width: 245px;
}
#container #telo #prava-obsah .stred .obsah-stredu {
	margin-right: 20px;
	margin-left: 20px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fafad3;
	border-left-color: #fafad3;
	width: 370px;
}
.odkaz-sortiment-titul a {
	height: 50px;
	width: 330px;
	display: block;
	margin-left: 20px;
	line-height: 48px;
	text-indent: 50px;
	font-size: 14px;
	color: #000;
	background-image: url(sipka-sortiment.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.odkaz-sortiment-titul a:hover {
	background-position: left bottom;
}
.odkaz a {
	display: block;
	background-image: url(sipka-cb.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 48px;
	text-indent: 20px;
	font-size: 14px;
	line-height: 48px;
}
.odkaz a:hover {
	background-position: right bottom;
}
.odkaz-aktiv {
	height: 48px;
	width: 280px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
	color: #FAFAD3;
	background-image: url(sipka-cb.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	line-height: 48px;
}
#container #zahlavi .motto .telefon {
	font-size: 200%;
	font-weight: bold;
	color: #fafad3;
	width: 210px;
	clear: both;
	float: right;
	margin-top: 30px;
}
.aktuality a {
	float: right;
	height: 48px;
	width: 260px;
	display: block;
	line-height: 48px;
	text-indent: 50px;
	background-image: url(sipka-cb.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #d5ddfe;
	border: 1px solid #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000;
	font-size: 14px;
}
.aktuality a:hover {
	background-position: left bottom;
}
.main-content-sortiment {
	width: 400px;
	margin-left: 20px;
	line-height: 150%;
	float: left;
	background-color: #47a9fc;
}
.okno-kategorie {
	height: 180px;
	width: 155px;
	background-color: #FFF;
	margin-left: 20px;
	margin-top: 20px;
	background-image: url(okno-kategorie-po.png);
}
#prava-obsah .content {
	height: auto;
	width: 580px;
	margin-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #fafad3;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 150%;
	min-height: 770px;
}
.okno {
	float: left;
	width: 180px;
	margin-left: 5px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 260px;
}
.okno img {
	text-align: center;
	border-left: 0px;
}


#prava-obsah .content-sort {
	height: auto;
	width: 420px;
	margin-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #fafad3;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	min-height: 770px;
	line-height: 150%;
}
#container #telo #prava-obsah .prave-menu {
	float: right;
	width: 170px;
}
.odkaz-pravy-sloupek a {
	background-color: #d5ddfe;
	height: 48px;
	width: 224px;
	border: 1px solid #FFF;
	display: block;
	line-height: 48px;
	text-indent: 50px;
	font-size: 14px;
	color: #000;
	background-image: url(sipka-cb.png);
	background-position: left 4px;
	background-repeat: no-repeat;
}
.sortiment-menu {
	font-size: 80%;
	margin: 0px;
}
.sortiment-menu h2 a {
	margin: 0px;
	padding: 0px;
	display: block;
}
.odkaz-pravy-sloupek a:hover {
	background-position: left -48px;
}
.sortiment-menu #sortiment-menu-aktiv {
	width: 155px;
	height: 180px;
	background-image: url(okno-kategorie-po.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.prave-menu .sortiment-menu .sortiment-odkaz {
	background-image: url(podklad-kategorie.png);
	background-repeat: no-repeat;
	width: 154px;
	height: 42px;
	line-height: 42px;
	text-indent: 40px;
	display: block;
	margin-bottom: 20px;
}
#container #telo #prava-obsah .prave-menu .sortiment-menu .sortiment-odkaz a {
	display: block;
}
.obsah-technologie {
	width: 225px;
	height: auto;
	margin-top: 20px;
	line-height: 150%;
	margin-bottom: 20px;
}
.content h3 {
	margin-top: 0px;
	font-size: 125%;
}
.content h2 {
	margin-top: 0px;
	font-size: 150%;
}
#pl-okna {
	height: 180px;
	width: 155px;
	margin-left: 20px;
	margin-top: 20px;
}
#pl-okna a {
	display: block;
	height: 180px;
	background-image: url(okno-kategorie-po.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#pl-okna a:hover {
	background-position: left bottom;
}
#dv {
	height: 180px;
	width: 155px;
	margin-left: 20px;
	margin-top: 20px;
}
#dv a {
	display: block;
	height: 180px;
	background-image: url(okno-kategorie-dv.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dv a:hover {
	background-position: left bottom;
}
.nic {
	visibility: hidden;
}
#do {
	height: 180px;
	width: 155px;
	margin-left: 20px;
	margin-top: 20px;
}
#do a {
	display: block;
	height: 180px;
	background-image: url(okno-kategorie-do.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#do a:hover {
	background-position: left bottom;
}
#os {
	height: 180px;
	width: 155px;
	margin-left: 20px;
	margin-top: 20px;
}
#os a {
	display: block;
	height: 180px;
	background-image: url(okno-kategorie-os.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#container .zapati {
	color: #666;
	background-color: #FFF;
	text-align: center;
	float: right;
	height: 30px;
	width: 600px;
	line-height: 200%;
	margin-bottom: 50px;
	font-size: 90%;
}
#container .zapati a {
	color: #999;
}
#os a:hover {
	background-position: left bottom;
}
.content table {
	border-collapse: collapse;
	border-bottom: 0px;
	font-size: 80%;
}
.content table tr th {
	text-align: left;
	vertical-align: top;
	font-size: 130%;
	border-collapse: collapse;
	border-bottom: 1px dotted #ffffff;
	line-height: 250%;
}



.content table tr td {
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dotted #fff;
	line-height: 250%;
}
.content table tr td strong {
	font-size: 120%;
}
#map {
	float: right;
	height: 350px;
	width: 350px;
	border: 1px solid #FFF;
	color: #000;
}
#map a {
	color: #000;
	text-decoration: underline;
}
.cisty {
	clear: both;
}
.dotaz {
	text-align: center;
}
.cenik {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ffffff;
}
.cenik tr th {
	border-collapse: collapse;
	border: 1px solid #ffffff;
}
.cenik tr td {
	border-collapse: collapse;
	border: 1px solid #ffffff;
}



.dotaz #mainContent{
	width: 600px;
	/* Automatické okraje (společně se šířkou) nastaví stránku na střed. */
	border: 20px solid #FFF;
	text-align: left;
	background-color: #47a9fc;
	padding: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.rozmery {
	width: 100%;
}
.rozmery tr td {
	font-size: 120%;
}
.rozmery tr th {
	text-align: center;
}


ul li {
	list-style-image: url(odrazka.png);
}
.content-sort img {
	margin: 5px;
}
.obsah-aktualit h3 {
	margin-top: 0px;
}
input , textarea, select{
	background-image: url(podform.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	border: 1px solid #006ab3;
}
.bocni-menu {
	float: left;
	height: auto;
	width: 150px;
}
.bocni-menu .aktiv {
	width: 100%;
	border: 2px solid #FFF;
	margin-bottom: 10px;
}
.bocni-menu .bocni-odkaz h3 {
	margin: 0px;
	background-color: #94BB00;
	height: 40px;
	width: 100%;
	text-indent: 10px;
	line-height: 250%;
	font-size: 110%;
}

.bocni-menu .bocni-odkaz {
	height: 40px;
	width: 100%;
	margin-bottom: 10px;
	border: 2px solid #FFF;
}
.bocni-menu .aktiv h3 {
	text-indent: 10px;
	background-color: #94BB00;
	height: 40px;
	margin: 0px;
	line-height: 250%;
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 110%;
}
.bocni-odkaz a {
	display: block;
}

.bocni-menu .aktiv p {
	text-align: center;
}
.prave-menu .bocni-menu .aktiv p img {
	margin: 15px;
}
