@CHARSET "UTF-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	text-align: center;
	background: white;
	font-size:0.7em;
	font-family: Arial, Verdana, Tahoma;
	margin-bottom: 20px;
}
#centrovani {
	text-align: left;
	margin: auto;
	width: 800px;
	background: white;
}
#jazyky {
	text-align:right;
	margin-top:10px;
	background:white;
	border: 1px solid #fff;
}
#jazyky ul {
	float:right;
	display:block;
	list-style: none;
	margin-bottom: 0;
	padding-bottom:5px;
}
#jazyky ul li{
	float:left;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #CCCCCC;
}
#jazyky ul li a.vybrane {
	color: #999;
}
#jazyky ul li a.vybrane:hover {
	color: #F00;
}
#logo {
  position: relative;
	height: 100px;
	clear:both;
}
#logo img {
	float:left;
}
#logo h1 {
	float:right;
	text-indent: -10000px;
}
#logo a {
	display:block;
	width:90px;
	height:75px;
}
#logo div#animace {
	position: absolute;
	top: 0;
	left: 150px;
  height: 100px;
	width: 650px;
}
#menu {
	margin-top: 15px;
	text-transform: uppercase;
	margin-bottom: 15px;
	height:20px;
	line-height:20px;
}
#menu ul {
	float:left;
	display:block;
	list-style: none;
}
#menu ul li{
	float:left;
	padding-right: 7px;
	font-weight: normal;
	margin-right: 7px;
	border-right: 1px solid #CCCCCC;
	font-size:95%;
}
#menu ul li.posledni,
#jazyky ul li.posledni {
	border: 0px none;
	margin-right:0px;
	padding-right:0px;
}
#menu .vybrane {
	color: #FF3332;
}
#menu #hledani {
	float: right;
	_width: 200px;
	text-align:right;
}
#menu #hledani input{
	width:140px;
	
}
#menu #hledani input.tlacitko,
form input.tlacitko {
	width:57px;
	border:0px solid #FF3332;
	background: #FF3332 url('/img/vstoupit.png');
	text-align:center;
	cursor:pointer;
	height:20px;
	font-size:95%;
	color:white;
	vertical-align: top;
}
#hledani a:hover input.tlacitko,
#menu #hledani a:hover input.tlacitko,
form a:hover input.tlacitko {
	background: #FF3332 url('/img/vstoupit.png') -57px 0px;
}
form p a:hover {
	text-decoration:none
}
#menu2 ul {
	list-style: none;
}
#menu2 ul li {
	float:left;
	margin-right:5px;
	text-indent:-10000px;
}
#menu2 ul li a {
	display:block;
	width:152px;
	height:152px;
	text-decoration:none;
}
#menu2 a:hover {
	background-position:-152px 0;
}
#menu2 a.n5 {
	height:40px;
}
#menu2 li.sestavte2 {
	float:right;
}
#menu2 a.n5:hover,
#menu2 a.n6:hover {
	background-position:0 0;
}
.n1 {
	background: url(/img/n1.jpg) no-repeat 0 0;
}
.n2 {
	background: url(/img/n2.jpg) no-repeat 0 0;
}
.n3 {
	background: url(/img/n3.jpg) no-repeat 0 0;
}
.n4 {
	background: url(/img/n4.jpg) no-repeat 0 0;
}
.n5 {
	background: url(/img/sestavte2_anim.gif) no-repeat 0 0;
}
input,
textarea {
	border: 1px solid #CCCCCC;
}
a {
	text-decoration:none;
	color:black;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a img {
	border: 0px none;
}
#levy_sloupec {
	width:630px;
	float:left;
}
#pravy_sloupec {
	width:150px;
	float:right;
}
#katalog {
	width:180px;
	float:left;
}
ul.katalog {
	list-style: none;
	margin-top:-5px;
}
ul.katalog li a:hover {
	background: #ddd;
}
ul.katalog a.vybrsekce {
	background: #F2F2F2;
}
ul.katalog a.vybrane {
	color:red;
	background: #ddd;
}
ul.katalog li ul li a.vybrane {
	background: #ddd url(/img/red.png) no-repeat 8px 9px;
}
ul.katalog li a{
	display:block;
	padding:5px;
}
ul.katalog li {
	border-bottom:1px solid #CCCCCC;
}
ul.katalog_vse li{
	border-bottom:0px none;
	margin-bottom:5px;
}
ul.katalog li ul {
	list-style:none;
	margin:0px;
	padding:0px;
	background: #F2F2F2;
}
ul.katalog li ul li {
	border: 0px none;
}
ul.katalog li ul li a {
	padding:4px 0;
	padding-left:20px;
	margin:0px;
	border-top:1px solid #fff;
	background: url(/img/black.png) no-repeat 8px 9px;
}
ul.katalog li ul li a:hover {
	background: #ddd url(/img/red.png) no-repeat 8px 9px;
}
ul.katalog_vse li a:hover {
	background:none;
}
.animace-leva, .mezera {
	margin-top:20px;
}
#text {
	width: 425px;
	float:right;
	margin-right:7px;
}
hr.cleaner,
div.cleaner {
      clear:both;
      height:1px;
      font-size:1px;
      margin: -1px 0 0 0;
      padding:0;
      border:none;
      visibility: hidden;
}

hr.odsazeni {
	clear:both;
    height:1px;
    margin: -1px 0 0 0; padding:0;
    border:none;
    visibility: hidden;
   	margin-bottom:30px;
}
#sestavte {
	background: url(/img/sestavte_anim.gif) no-repeat 0 0;
	width:152px;
}
#sestavte a {
	display:block;
	text-decoration:none;
	width:152px;
	height:164px;
}
#katalogy {
	margin-top:20px;
	background: url(/img/katalogy.jpg) no-repeat 0 0;
	width:152px;
}
#katalogy a {
	display:block;
	height:253px;
	width:152px;
}
h1, h2, h3 {
	font-size:1.4em;
	margin-bottom:0.1em;
}
h1 {
	color: #FF3332;
	font-size:1.6em;
	margin-top:3px;
	font-weight:normal;
	margin-left:10px;
	margin-bottom:0.6em;
}
h2.h1 {
  color: #FF3332;
	font-size:1.6em;
	margin-top:3px;
	font-weight:normal;
	margin-left:10px;
	margin-bottom:0.6em;
  }
#ofirme h1 {
	margin-top:10px;
}
h2 {
	color: #FF3333;
	margin-top:15px;
	margin-left:10px;
	font-size:10.0pt;
}
h2.compact {
	margin-top:5px;
	margin-left:0px;
}
/*h2.ramecek {
	border: 1px solid #CCCCCC;
	margin:0px;
	margin-bottom:0.6em;
	font-weight:bold;
	/*font-size:1.30em;*/
	/*font-size:10.0pt;
	padding:5px;
}*/
h3 {
	color: #FF3333;
	font-size:1.2em;
	margin-top:5px;
}
.pryc {
	text-indent:-10000px;
	display:none;
}
#ofirme {
	border: 1px solid #CCCCCC;
	background: #E8E8E8 url('/img/karim_firma.jpg') no-repeat bottom;
	color:black;
	margin-bottom:20px;
}
p.matroska,
#text p, ul.norm {
	padding-bottom:10px;
}
ul.norm {
	padding-left:12px;
	list-style-type:square;
}
.podpis {
	text-align:right;
}
a.more {
	background: url('/img/vice.gif') no-repeat;
	background-position: left center;
	height:17px;
	width:37px;
	line-height:17px;
	display:block;
	text-indent:-10000px;
	text-decoration:none;
}
a.posun {
	float:right;
}
#text a {
	text-decoration:underline;
	color:#ff3333;
}
#text a:hover {
	color:#cc0000;
}
#menu2 ul li a.schovat {
	display:block;
	height:38px;
}
.zvyrazneno {
	font-weight:bold;
}
#paticka {
	clear:both;
	border:none;
	font-size:95%;
}
#paticka ul {
	list-style:none;
	margin-top:10px;
}
#paticka ul li {
	float:left;
}
#paticka ul li a {
	padding-right:5px;
	border-right:1px solid #CCCCCC;
	margin-right:5px;
}
#paticka ul li a.posledni {
	border:0px none;
}
.partneri, .partneri a {
	color:#777;
}
.partneri a:hover {
	color:#f00;
}
div.tenka {
	border:0px none;
	background:white;
	height:0px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:0px;
}
div.oddelovac {
	  clear:both;
	  height:0px;
      border-top:1px solid #CCCCCC;
      margin-bottom:10px;
}
#eu {
	width:400px;
	float:right;
	margin-top:-3px;
	text-align:right;
}
#eu img {
	float:right;
	margin-top:3px;
	margin-left:5px;
}
.odsazeni {
	padding-left:10px;
	padding-right:10px;
}
.odsazeni2 {
	padding-left: 30px;
	list-style:square;
}
a.aktualni {
	font-weight:bold;
}
.jedna_aktualita {
	clear:both;
	margin-bottom:20px;
}
.jedna_aktualita img {
	float:left;
	margin-right:10px;
	border: 1px solid #CCCCCC;
}
.jedna_aktualita h3 {
	font-size:1em;
}
.vpravo {
	text-align:right;
}
.tuv {
	margin-left:30px;
	margin-top:20px;
}
.esf {
	margin-left:15px;
	margin-top:40px;
}
#drobenka {
	color:black;
	padding-left:10px;
	margin-bottom:20px;
}
#drobenka a {
	color:black;
	text-decoration:none;
}
#drobenka a:hover {
	color:red;
}
#drobenka a.vybrane {
	color:red;
}

.katalog_blok {
	float:left;
	height:200px;
	overflow:hidden;
	width:170px;
	margin-right:20px;
	margin-bottom:20px;
	border: 1px solid #CCCCCC;
	vertical-align:bottom;	
}
.test {
	margin-left:10px;
}
.test h2 {
	margin-left: 0px;
	margin-top: 5px;
}
.test ul, ul.test {
	padding-left: 20px;
	padding-bottom: 5px;
}
.test li {
	margin-bottom: 3px;
}
.katalog_blok span {
	margin:0px;
	display:block;
	width:170px;
	text-align:center;
	position:relative;
	top:-40px;
}
.katalog_blok span.popiska {
	position:relative;
	top:150px;
	height:40px;
	margin-left:5px;
	width:155px;
}
.mensi_vyska {
	height:165px;
}
.mensi_vyska span.popiska{
	top:128px;
}
.katalog_blok img {
	margin-top:10px;
	
	margin-bottom:5px;
}
.jeden_vyrobek .udaje {
	float:left;
	margin-left:20px;
	width:435px;
}
.udaje_aktualita {
	float:left;
	margin-left:20px;
	width:265px;
}
.udaje table {
	float:right;
	border-collapse: collapse;
	margin-bottom:20px;
	width:435px;
	font-size:1em;
}
.udaje table td, form table td {
	border-bottom: 1px solid #CCCCCC;
	padding:3px;
}
.w260 {
	width: 260px;
}
.udaje table td.popis {
	background:#F2F2F2;
}
form table {
	border-collapse: collapse;
	font-size:1em;
}
th {
	text-align:center;
}

.fotogalerie {
	clear:both;
}
#nahled {
	background: none;
	width:100%;
	height:100%;
	visibility:hidden;
 	z-index:1;
 	position:absolute;
 	left:0px;
 	margin-top:-10px;
}
#nahled #span {
	border:1px solid black;
	background:white;
	margin:auto;
	display:block;
}
#nahled #span img {
	margin:20px;
}
ul.files {
	padding-left:15px;
	list-style: none;
	margin-bottom:20px;
}
ul.files li {
	margin-top:0.8em;
	height:16px;
	min-height:16px; /*IE ignoruje - u ostatnich prohlizecu byla orizla ikonka ze spodu*/
	padding-left:23px
}
ul.files li.pdf {
	background: transparent url('/img/iko_pdf.gif') no-repeat 0 0;
}
ul.files li.dwg {
	background: transparent url('/img/iko_dwg.gif') no-repeat 0 0;
}
.jeden_vyrobek h3 {
	clear:left;
	margin-top:10px;
}
.fotogalerie {
	/*padding-top:1px;*/
	padding-top:10px;
}
.dokumentace {
	clear:both;
	/*padding-top:1px;*/
	padding-top:10px;
}
.vlevo {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
#text h2,#text h3 {
	margin-bottom:10px;
}
.form_napiste label {
	width:120px;
	text-align:right;
	margin-right:10px;
	display:block;
	float:left;
	overflow:hidden;
}
.form_napiste input {
	width:200px;
}
.form_napiste td input,
.odp_radio input {
	width:23px;
	border: none;
}
.form_napiste input.kod {
	width:60px;
}
.form_napiste textarea {
	width:200px;
}

.form_napiste textarea.velke {
	width:auto;
}
.form_napiste span,
span.dulezite {
	color:red;
}
input.tlac {
	width:80px;
}
#text .odp_radio p {
    padding: 0 0 0px 10px;
}
p.dopln_ot {
    padding: 5px 0 0 35px;
}

fieldset {
	border: 1px solid #ccc;
	padding: 10px;
    margin: 1em 0;
}
legend {
    color: #000;
    font-weight: bold;
	font-size: 1em;
	padding: 10px;
}

.jeden_vyrobek .nahled {
	float:left;
	width:120px;
	text-align:center;
}
.nahled img {
	cursor: pointer;
	display:block;
	margin:auto;
	margin-bottom:2px;
}
.nahled a {
	display:block;
	cursor: pointer;
}
.nahled a span {
	margin-top:5px;
}
.nahled_foto {
	border:1px solid #CCCCCC;
	width:140px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	height:140px;
	text-align:center;
	overflow:hidden;
}
.nahled_foto img {
	cursor:pointer;
}
.nahled_foto a {
	display:block;
	clear:both;
	margin-top:2px;
	cursor:pointer;
}
.nahled_foto a img {
	display:block;
	border: none;
	margin:auto;
	margin-top:10px;
}
.nahled_foto a span {
	display:block;
	margin-top:5px;
}
.vetsi_vyska {
	height:165px;
}
.nadpis {
	color: #FF3333;
	margin-top:15px;
	margin-left:10px;
	font-size:10.0pt;
}
.ramecek, .ramecek2 {
	border: 1px solid #CCCCCC;
	margin:0px;
	margin-bottom:0.6em;
	font-weight:bold;
	/*font-size:1.30em;*/
	font-size:10.0pt;
	padding:5px;
}
.ramecek2 {
	margin-top:20px;
}

