Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 611826.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 a {
10 border: 0;
11 /* color: #999;*/
12 color: #fff;
13 font-size: 12px;
14 outline: none;
15 text-decoration: none;
16 font-weight: bold
17 }
18
19 a:visited {
20 border: 0;
21 color: #fff;
22 outline: none;
23 font-weight: bold;
24 text-decoration: none;
25 }
26
27 a:hover {
28 border: 0;
29 color: #444;
30 text-decoration: underline;
31 font-weight: bold
32 }
33
34 a:active {
35 border: 0;
36 color: #DDD;
37 }
38
39 a.graf {
40 outline: #000 solid 1px;
41 }
42
43 a.graf:visited {
44 outline: #000 solid 1px;
45 }
46
47 a.graf:hover {
48 outline: #DDD solid 1px;
49 }
50
51 a.graf:active {
52 outline: #000 solid 1px;
53 }
54
55 a.zamer {
56 color: #353535;
57 outline: none;
58 text-decoration: none;
59 }
60
61 a.zamer:visited {
62 color: #353535;
63 font-weight: bold;
64 outline: none;
65 text-decoration: none;
66 }
67
68 a.zamer:hover {
69 color: #353535;
70 text-decoration: underline;
71 }
72
73 a.zamer:active {
74 color: #353535;
75 text-decoration: underline;
76 }
77
78 abbr, acronym, .help {
79 cursor: help;
80 }
81
82 abbr, acronym, span.help {
83 border-bottom: 1px dashed #000;
84 cursor: help;
85 }
86
87 blockquote {
88 quotes: "\00BB" "\00AB";
89 }
90
91 blockquote:after {
92 content: close-quote;
93 }
94
95 blockquote:before {
96 content: open-quote;
97 }
98
99 body {
100 background-color: #FFF;
101 color: #606060;
102 font: 11px/1.4 "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
103 margin: 0px 0px 0px 0px;
104 padding: 0px 0px 0px 0px;
105 }
106
107 /* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/
108 h1 {
109 font-size: 24px;
110 font-weight: bold;
111 line-height: 44px;
112 margin-bottom: 0;
113 margin-top: 0;
114 }
115
116 h2 {
117 font-size: 18px;
118 font-weight: bold;
119 line-height: 40px;
120 margin-bottom: 0;
121 margin-top: 0;
122 }
123
124 h3 {
125 font-size: 16px;
126 font-weight: bold;
127 line-height: 22px;
128 margin-bottom: 0;
129 margin-top: 0;
130 }
131
132 h4 {
133 font-size: 14px;
134 font-weight: bold;
135 line-height: 26px;
136 margin-bottom: 0;
137 margin-top: 0;
138 }
139
140 h5 {
141 font-size: 12px;
142 font-weight: bold;
143 line-height: 22px;
144 margin-bottom: 0;
145 margin-top: 0;
146 }
147
148 h6 {
149 font-size: 10px;
150 font-weight: bold;
151 line-height: 18px;
152 margin-bottom: 0;
153 margin-top: 0;
154 }
155
156 img {
157 border: 0;
158 }
159
160 img.foto {
161 border: 1px solid #000;
162 margin: 10px 10px 10px 10px;
163 }
164
165 img.graf {
166 border: 1px solid #000;
167 margin: 10px 10px 10px 10px;
168 }
169
170 img.ikona {
171 left: 10px;
172 position: relative;
173 top: 10px;
174 }
175
176 img.sramcekom {
177 border: 1px solid #000;
178 }
179
180 li {
181 text-align: left;
182 font-size: 12px;
183
184 }
185
186 li.zamer {
187 color: #353535;
188 font-size: 13px;
189 font-weight: bold;
190 letter-spacing: 3px;
191 line-height: 35px;
192 list-style: circle;
193 list-style-position: inside;
194 list-style-position: inside;
195 margin: 0;
196 text-align: left;
197 }
198
199 p {
200 font-size: 12px;
201 }
202
203 p.justify {
204 text-align: justify;
205 }
206
207 p.justify:first-letter {
208 padding-left: 1.5em;
209 }
210
211 q {
212 quotes: "\201E" "\201D";
213 }
214
215 q:after {
216 content: close-quote;
217 }
218
219 q:before {
220 content: open-quote;
221 }
222
223 strong, b {
224 font-weight: bold;
225 }
226
227 ul {
228 color: #9F9D44;
229 line-height: 25px;
230 text-align: justify;
231 }
232
233 ul.zamer {
234 line-height: 35px;
235 text-align: left;
236 }
237
238 .ahem {
239 display: none;
240 }
241
242 .center {
243 text-align: center;
244 }
245
246 .graf {
247 text-align: center;
248 }
249
250 .nowrap {
251 font-size: 10px;
252 font-weight: bold;
253 margin-bottom: 0; /* must be combined with nobr in html for ie5win */
254 margin-top: 0;
255 white-space: nowrap;
256 }
257
258 .poznamka {
259 font-size: 11px;
260 }
261
262 .sub {
263 font-size: 10px;
264 vertical-align: sub;
265 }
266
267 .tiny {
268 font-size: 9px;
269 line-height: 16px;
270 margin-bottom: 5px;
271 margin-top: 15px;
272 }
273
274 #content {
275 padding: 0px 0px 0px 0px;
276 text-align: left;
277 width: 801px;
278 }
279
280 #content>p+p {
281 text-indent: 0px;
282 }
283
284 /* obsah */
285 #contentframe {
286 background: url(../images/layout/kronospan_14.png) no-repeat top left;
287 text-align: left;
288 width: 841px;
289 }
290
291 #contenttext {
292 float: left;
293 height: 600px;
294 left: 134px;
295 margin-top: 1px;
296 text-align: left;
297 width: 263px;
298 font-size: 11px;
299
300 }
301
302 #contenttext p {
303 padding: 10px 15px 15px 15px;
304 text-align: left;
305 }
306
307 #contenttext li {
308 text-align: left;
309 padding-left: 10px;
310
311 }
312
313 #contenttimages {
314 float: left;
315 height: 600px;
316 left: 397px;
317 margin-top: 1px;
318 text-align: center;
319 width: 264px;
320 padding-top: 10px;
321
322 }
323
324 #contenttimages .content {
325 padding: 30px 15px 15px;
326 text-align: center;
327 }
328
329 #logo {
330 left: 75px;
331 position: relative;
332 top: 50px;
333 }
334
335 /* menu */
336 #menu {
337 background-color: #FFF;
338 color: #000;
339 height: 20px;
340 left: 0;
341 padding: 0;
342 top: 0;
343 width: 800px;
344 }
345
346 /* polozky menu */
347 #menufirma {
348 float: left;
349 height: 20px;
350 left: 0;
351 text-align: center;
352 width: 133px;
353 }
354
355 #menukontakt {
356 float: left;
357 height: 20px;
358 width: 132px;
359 }
360
361 #menunovinky {
362 float: left;
363 height: 20px;
364 width: 132px;
365 }
366
367 #menupredaj {
368 float: left;
369 height: 20px;
370 width: 132px;
371 }
372
373 #menuprodukty {
374 float: left;
375 height: 20px;
376 width: 132px;
377 }
378
379 #menuspacer {
380 float: left;
381 height: 20px;
382 width: 139px;
383 }
384
385 /* submenu */
386 #submenufirma {
387 float: left;
388 height: 800px;
389 left: 0px;
390 margin-bottom: 0;
391 margin-top: 1px;
392 text-align: left;
393 top: 0px;
394 width: 133px;
395 background-color: #DBE1E3;
396 padding-top: 10px;
397
398 }
399
400 #submenufirma .content {
401 padding: 10px;
402 text-align: right;
403 }
404
405 #submenuprodukty {
406 float: left; /* background-color: #DBE1E3;*/
407 height: 600px;
408 left: 134px;
409 margin-bottom: 0;
410 margin-top: 1px;
411 text-align: left;
412 top: 0px;
413 width: 132px;
414 position: relative;
415 background: #DBE1E3 url(../images/layout/kronospan_20.png) no-repeat top left;
416 }
417
418 #submenuprodukty .content {
419 padding: 10px 10px 10px 10px;
420 text-align: right;
421 }
422
423 #submenupredaj {
424 float: left; /* background-color: #DBE1E3;*/
425 height: 600px;
426 left: 266px;
427 margin-bottom: 0;
428 margin-top: 1px;
429 text-align: left;
430 top: 0px;
431 width: 132px;
432 position: relative;
433 background: #DBE1E3/* url(../images/layout/kronospan_16.png) no-repeat top left;*/
434 }
435
436 #submenupredaj .content {
437 padding: 10px 10px 10px 10px;
438 text-align: right;
439 }
440
441 #submenunovinky {
442 float: left; /* background-color: #DBE1E3;*/
443 height: 600px;
444 left: 398px;
445 margin-bottom: 0;
446 margin-top: 1px;
447 text-align: left;
448 top: 0px;
449 width: 132px;
450 position: relative;
451 background: #DBE1E3 /*url(../images/layout/kronospan_17.png) no-repeat top left;*/
452 }
453
454 #submenunovinky .content {
455 padding: 10px 10px 10px 10px;
456 text-align: right;
457 }
458
459 /* vrchny riadok */
460 #submenukontakt {
461 float: left; /* background-color: #DBE1E3;*/
462 height: 600px;
463 left: 529px;
464 margin-bottom: 0;
465 margin-top: 1px;
466 text-align: left;
467 top: 0px;
468 width: 132px;
469 position: relative;
470 background: #DBE1E3 /*url(../images/layout/kronospan_18.png) no-repeat top left;*/
471 }
472
473 #submenukontakt .content {
474 padding: 10px 10px 10px 10px;
475 text-align: right;
476 }
477
478 #top {
479 background-color: #FFF;
480 color: #000;
481 height: 131px;
482 left: 0;
483 padding: 0;
484 top: 0;
485 width: 800px;
486 }
487
488 #topfirma {
489 background: url(../images/layout/kronospan_1.png);
490 float: left;
491 height: 131px;
492 left: 0;
493 text-align: center;
494 width: 133px;
495 }
496
497 #topfirmaselected {
498 background: url(../images/layout/kronospan_1_selected.png);
499 float: left;
500 height: 131px;
501 left: 0;
502 text-align: center;
503 width: 133px;
504 }
505
506 #topkontakt {
507 background: url(../images/layout/kronospan_5.png);
508 float: left;
509 height: 131px;
510 width: 132px;
511 }
512
513 #topkontaktselected {
514 background: url(../images/layout/kronospan_5_selected.png);
515 float: left;
516 height: 131px;
517 width: 132px;
518 }
519
520 #topnovinky{
521 background: url(../images/layout/kronospan_4.png);
522 float: left;
523 height: 131px;
524 width: 132px;
525 }
526
527 #topnovinkyselected{
528 background: url(../images/layout/kronospan_4_selected.png);
529 float: left;
530 height: 131px;
531 width: 132px;
532 }
533
534 #toppredaj {
535 background: url(../images/layout/kronospan_3.png);
536 float: left;
537 height: 131px;
538 width: 132px;
539 }
540
541 #toppredajselected {
542 background: url(../images/layout/kronospan_3_selected.png);
543 float: left;
544 height: 131px;
545 width: 132px;
546 }
547
548 #topprodukty {
549 background: url(../images/layout/kronospan_2.png);
550 float: left;
551 height: 131px;
552 width: 132px;
553 }
554
555 #topproduktyselected {
556 background: url(../images/layout/kronospan_2_selected.png);
557 float: left;
558 height: 131px;
559 width: 132px;
560 }
561
562 #topspacer {
563 background: url(../images/layout/kronospan_6.png) no-repeat left;
564 float: left;
565 height: 131px;
566 width: 139px;
567 }
568
569 /*q {
570 font-style: italic;
571 quotes: "\84" "\93" "\82" "\91";
572 }
573 */
574
575 .hide {
576 display: none;
577 }
578
579 .dekorymale {
580 border: 0px;
581 border-collapse : collapse;
582 empty-cells : hide;
583 }
584
585 .dekorymale td {
586 padding: 3px 3px 3px 3px;
587 vertical-align: middle;
588 }
589 .semibold {
590 font-weight: bold;
591 color: #555555;
592 }
593
594 INPUT {
595 font: 12px "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
596 color : #555555;
597 border : 1px solid #999999;
598 }
599
600 SELECT {
601 font: 12px "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
602 color : #555555;
603 border : 1px solid #999999;
604 width: 235px;
605 }
606
607 TEXTAREA {
608 font: 12px "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
609 color : #555555;
610 border : 1px solid #999999;
611 width: 235px;
612 }
613
614 .obrazoksokrajom {
615 border: 1px solid #CCCCCC;
616 }
617
618 .obrazokcertifikat {
619 border: 1px solid #CCCCCC;
620 text-align: center;
621 }
622
623 #contenttext2 {
624 float: left;
625 height: 600px;
626 left: 134px;
627 margin-top: 1px;
628 text-align: left;
629 width: 527px;
630 font-size: 11px;
631
632 }
633
634 #contenttext2 p {
635 padding: 10px 15px 15px 15px;
636 text-align: left;
637 }
638
639 #contenttext2 li {
640 text-align: left;
641 padding-left: 10px;
642
643 }
644
645 #contenttimages2 {
646 float: left;
647 height: 600px;
648 left: 529px;
649 margin-top: 1px;
650 text-align: center;
651 width: 132px;
652 padding-top: 42px;
653
654 }
655
656 #contenttimages2 .content {
657 padding: 30px 15px 15px;
658 text-align: center;
659 }
660
661 #contenttable {
662 float: left;
663 height: 600px;
664 left: 134px;
665 margin-top: 1px;
666 text-align: left;
667 width: 528px;
668 font-size: 11px;
669
670 }
671
672 #contentable p {
673 padding: 10px 15px 15px 15px;
674 text-align: left;
675 }
676
677 table {
678 color: #353535;
679 font: 11px "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
680 }
This page took 0.482515 seconds and 4 git commands to generate.