/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	margin: 0;
	padding: 10px 0 30px;
	background: #808080 url(../img/body.jpg) 0 0;
	color: #6b6b6b;
	font-family: MyriadWebPro, "Myriad Web Pro", MyriadWeb, "Myriad Web", MyriadPro, "Myriad Pro", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#clouds {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 1000px;
	background: url(../img/body-clouds.jpg) repeat-x 0 0;
}

#all {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 215px 0 0;
	width: 990px;
	text-align: left;
}

#wrap {
	background: #f1f1f1 url(../img/wrap.gif) repeat-x 0 100%;
}

/* ==============================================[ hlavicka ] */

#head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 215px;
	background: #f1f1f1 url(../img/head.jpg) no-repeat;
}

#head .header,
#head .hr {
	display: none;
}

#logo {
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 500px;
	height: 110px;
        
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
}

#logo span {
	display: none;
}

#banner {
	position: absolute;
	top: 160px;
	left: 0;
	width: 450px;
	height: 85px;
	overflow: hidden;
}

#banner ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#banner ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 450px;
	height: 85px;
}

#banner ul a {
	display: block;
	height: 100%;
	background: url(../img/head-banner.jpg) no-repeat;
}

#banner ul li.n01 a {background-position: 0 0}
#banner ul li.n02 a {background-position: 0 -85px}
#banner ul li.n03 a {background-position: 0 -170px}
#banner ul li.n04 a {background-position: 0 -255px}
#banner ul li.n05 a {background-position: 0 -340px}
#banner ul li.n06 a {background-position: 0 -425px}
#banner ul li.n07 a {background-position: 0 -510px}
#banner ul li.n08 a {background-position: 0 -595px}
#banner ul li.n09 a {background-position: 0 -680px}
#banner ul li.n10 a {background-position: 0 -765px}
#banner ul li.n11 a {background-position: 0 -850px}
#banner ul li.n12 a {background-position: 0 -935px}
#banner ul li.n13 a {background-position: 0 -1020px}
#banner ul li.n14 a {background-position: 0 -1105px}
#banner ul li.n15 a {background-position: 0 -1190px}
#banner ul li.n16 a {background-position: 0 -1275px}
#banner ul li.n17 a {background-position: 0 -1360px}
#banner ul li.n18 a {background-position: 0 -1445px}
#banner ul li.n19 a {background-position: 0 -1530px}
#banner ul li.n20 a {background-position: 0 -1615px}

#banner ul span {
	display: none;
}
#topbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 13px;
	color: #b9b9b9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	overflow: hidden;
}

#topbar .container {
	margin: 0 20px;
	padding: 0;
}

#topbar a,
#topbar strong {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#topbar a:hover {
	text-decoration: underline;
}

#topbar .info {
	float: left;
}

#topbar .info a {
	margin: 0 20px 0 0;
}

#topbar .kontakt {

	float: right;
}

#lang {
	position: absolute;
	top: 63px;
	left: 574px;
	width: 120px;
	height: 18px;
	overflow: hidden;
}

#ico {
	position: absolute;
	top: 160px;
	left: 460px;
}
#ico ul{
	list-style-type:none;
	margin:0px;
	width:500px;
}
#ico li{
  margin:0px 5px;
	float:left;	
}

#ico01 a{
	display:block;
	width:58px;
	height:57px;
	background:url(../img/ico_01.png);
	border:none;
	position:static; 
	}
#ico01 a:hover{
background:url(../img/ico_active_01.png);
	}

#ico02 a{
	display:block;
	width:65px;
	height:65px;
	background:url(../img/ico_02.png);
	border:none;
	position:static;
	}
#ico02 a:hover{
background:url(../img/ico_active_02.png);
	}

#ico03 a{
	display:block;
	width:56px;
	height:56px;
	background:url(../img/ico_03.png);
	border:none;
	position:static;
	}
#ico03 a:hover{
background:url(../img/ico_active_03.png);
	}

#lang ul {
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none outside;
}

#lang li {
	float: left;
	margin: 0 6px 0 0;
	width: 24px;
	height: 100%;
}

#lang a {
	display: block;
	height: 100%;
}

li#lang_cz_bar{
    background-image: url('/images/langs/lang_cz.gif');
}

li#lang_cz_bar:hover{
    background-image: url('/images/langs/lang_cz_a.gif');
}

li#lang_cz_bar.selected {
    background-image: url('/images/langs/lang_cz_a.gif');
}

li#lang_en_bar{
    background-image: url('/images/langs/lang_en.gif');
}

li#lang_en_bar:hover{
    background-image: url('/images/langs/lang_en_a.gif');
}

li#lang_en_bar.selected {
    background-image: url('/images/langs/lang_en_a.gif');
}

li#lang_de_bar{
    background-image: url('/images/langs/lang_de.gif');
}

li#lang_de_bar:hover{
    background-image: url('/images/langs/lang_de_a.gif');
}

li#lang_de_bar.selected {
    background-image: url('/images/langs/lang_de_a.gif');
}

li#lang_sk_bar{
    background-image: url('/images/langs/lang_sk.gif');
}

li#lang_sk_bar:hover{
    background-image: url('/images/langs/lang_sk_a.gif');
}

li#lang_sk_bar.selected{
    background-image: url('/images/langs/lang_sk_a.gif');
}

#mainmenu {
	position: absolute;
	top: 35px;
	left: 735px;
	width: 225px;
	height: 234px;
	overflow: hidden;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none outside;
}

#mainmenu li {
	float: left;
	margin: 0 0 1px;
	width: 100%;
	height: 38px;
	line-height: 38px;
	white-space: nowrap;
}

#mainmenu a {
	display: block;
	position: relative;
	height: 100%;
	background: url(../img/mainmenu.jpg) no-repeat;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 117%;
	text-decoration: none;
}

#mainmenu li.n01 a {
	background-position: 0 0;
}

#mainmenu li.n02 a {
	background-position: 0 -39px;
}

#mainmenu li.n03 a {
	background-position: 0 -78px;
}

#mainmenu li.n04 a {
	background-position: 0 -117px;
}

#mainmenu li.n05 a {
	background-position: 0 -156px;
}

#mainmenu li.n06 a {
	background-position: 0 -195px;
}

#mainmenu li.n01 a:hover {
	background-position: -225px 0;
}

#mainmenu li.n02 a:hover {
	background-position: -225px -39px;
}

#mainmenu li.n03 a:hover {
	background-position: -225px -78px;
}

#mainmenu li.n04 a:hover {
	background-position: -225px -117px;
}

#mainmenu li.n05 a:hover {
	background-position: -225px -156px;
}

#mainmenu li.n06 a:hover {
	background-position: -225px -195px;
}

#mainmenu span {
	display: block;
	margin: 0 0 0 60px;
}

/* ==============================================[ loga ] */

#loga {
	overflow: hidden;
	height: 80px;
	background: #d0d0d0;
}

#loga ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#loga ul li {
	width: 120px;
	height: 60px;
}

#loga ul a {
	display: block;
	height: 100%;
	background: url(../img/foot-loga.jpg) no-repeat;
}

#loga ul li.n01 a {background-position: -120px 0}
#loga ul li.n02 a {background-position: -120px -60px}
#loga ul li.n03 a {background-position: -120px -120px}
#loga ul li.n04 a {background-position: -120px -180px}
#loga ul li.n05 a {background-position: -120px -240px}
#loga ul li.n06 a {background-position: -120px -300px}
#loga ul li.n07 a {background-position: -120px -360px}
#loga ul li.n08 a {background-position: -120px -420px}
#loga ul li.n09 a {background-position: -120px -480px}
#loga ul li.n10 a {background-position: -120px -540px}
#loga ul li.n11 a {background-position: -120px -600px}
#loga ul li.n12 a {background-position: -120px -660px}
#loga ul li.n13 a {background-position: -120px -720px}
#loga ul li.n14 a {background-position: -120px -780px}
#loga ul li.n15 a {background-position: -120px -840px}
#loga ul li.n16 a {background-position: -120px -900px}
#loga ul li.n17 a {background-position: -120px -960px}
#loga ul li.n18 a {background-position: -120px -1020px}
#loga ul li.n19 a {background-position: -120px -1080px}
#loga ul li.n20 a {background-position: -120px -1140px}
#loga ul li.n21 a {background-position: -120px -1200px}
#loga ul li.n22 a {background-position: -120px -1260px}
#loga ul li.n23 a {background-position: -120px -1320px}
#loga ul li.n24 a {background-position: -120px -1380px}
#loga ul li.n25 a {background-position: -120px -1440px}
#loga ul li.n26 a {background-position: -120px -1500px}
#loga ul li.n27 a {background-position: -120px -1560px}
#loga ul li.n28 a {background-position: -120px -1620px}
#loga ul li.n29 a {background-position: -120px -1680px}
#loga ul li.n30 a {background-position: -120px -1740px}
#loga ul li.n31 a {background-position: -120px -1800px}
#loga ul li.n32 a {background-position: -120px -1860px}
#loga ul li.n33 a {background-position: -120px -1920px}
#loga ul li.n34 a {background-position: -120px -1980px}
#loga ul li.n35 a {background-position: -120px -2040px}
#loga ul li.n36 a {background-position: -120px -2100px}
#loga ul li.n37 a {background-position: -120px -2160px}
#loga ul li.n38 a {background-position: -120px -2220px}
#loga ul li.n39 a {background-position: -120px -2280px}
#loga ul li.n40 a {background-position: -120px -2340px}
#loga ul li.n41 a {background-position: -120px -2400px}
#loga ul li.n42 a {background-position: -120px -2460px}

#loga ul li.n01 a:hover {background-position: 0 0}
#loga ul li.n02 a:hover {background-position: 0 -60px}
#loga ul li.n03 a:hover {background-position: 0 -120px}
#loga ul li.n04 a:hover {background-position: 0 -180px}
#loga ul li.n05 a:hover {background-position: 0 -240px}
#loga ul li.n06 a:hover {background-position: 0 -300px}
#loga ul li.n07 a:hover {background-position: 0 -360px}
#loga ul li.n08 a:hover {background-position: 0 -420px}
#loga ul li.n09 a:hover {background-position: 0 -480px}
#loga ul li.n10 a:hover {background-position: 0 -540px}
#loga ul li.n11 a:hover {background-position: 0 -600px}
#loga ul li.n12 a:hover {background-position: 0 -660px}
#loga ul li.n13 a:hover {background-position: 0 -720px}
#loga ul li.n14 a:hover {background-position: 0 -780px}
#loga ul li.n15 a:hover {background-position: 0 -840px}
#loga ul li.n16 a:hover {background-position: 0 -900px}
#loga ul li.n17 a:hover {background-position: 0 -960px}
#loga ul li.n18 a:hover {background-position: 0 -1020px}
#loga ul li.n19 a:hover {background-position: 0 -1080px}
#loga ul li.n20 a:hover {background-position: 0 -1140px}
#loga ul li.n21 a:hover {background-position: 0 -1200px}
#loga ul li.n22 a:hover {background-position: 0 -1260px}
#loga ul li.n23 a:hover {background-position: 0 -1320px}
#loga ul li.n24 a:hover {background-position: 0 -1380px}
#loga ul li.n25 a:hover {background-position: 0 -1440px}
#loga ul li.n26 a:hover {background-position: 0 -1500px}
#loga ul li.n27 a:hover {background-position: 0 -1560px}
#loga ul li.n28 a:hover {background-position: 0 -1620px}
#loga ul li.n29 a:hover {background-position: 0 -1680px}
#loga ul li.n30 a:hover {background-position: 0 -1740px}
#loga ul li.n31 a:hover {background-position: 0 -1800px}
#loga ul li.n32 a:hover {background-position: 0 -1860px}
#loga ul li.n33 a:hover {background-position: 0 -1920px}
#loga ul li.n34 a:hover {background-position: 0 -1980px}
#loga ul li.n35 a:hover {background-position: 0 -2040px}
#loga ul li.n36 a:hover {background-position: 0 -2100px}
#loga ul li.n37 a:hover {background-position: 0 -2160px}
#loga ul li.n38 a:hover {background-position: 0 -2220px}
#loga ul li.n39 a:hover {background-position: 0 -2280px}
#loga ul li.n40 a:hover {background-position: 0 -2340px}
#loga ul li.n41 a:hover {background-position: 0 -2400px}
#loga ul li.n42 a:hover {background-position: 0 -2460px}

#loga ul span {
	display: none;
}

/* ==============================================[ paticka ] */

#foot {
	width: 100%;
	height: 80px;
	background: url(../img/foot.gif) no-repeat 0 100%;
	color: #b9b9b9;
	font-size: 11px;
	overflow: hidden;
	position: relative;
}

#foot .header,
#foot .hr {
	display: none;
}

#foot .container {
	padding: 5px 20px 0 40px;
}

#foot a {
	color: #9ab60e;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

#foot .info {
	float: right;
	width: 320px;
}

#foot .tagy {
	margin: 0;
	padding: 0;
}
#foot .ul2 li{
  display:inline;
    
}

/* ==============================================[ sloupec ] */

#column,
#column2 {
	float: right;
	width: 280px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#column2 {
	width: 250px;
}

#column .hr,
#column2 .hr {
	display: none;
}

#column .container,
#column2 .container {
	margin: 0 20px 0 0;
	padding: 100px 0 10px;
}

#column2 .container {
	margin: 0 5px 0 0;
}

#column .box {
	margin: 0 0 10px;
	width: 100%;
	background: url(../img/column-box.gif) repeat-y;
	overflow: hidden;
}

#column .box .header {
	margin: 0px;
	padding: 0 0 0 30px;
	height: 50px;
	background: url(../img/column-box-head.gif) no-repeat;
	color: #171817;
	font-size: 117%;
	font-weight: bold;
	line-height: 50px;
}

#column .box .container {
	margin: 0 12px 0 30px;
	padding: 6px 0 6px;
	color: #666;
}

#column .box .bg-b {
	height: 11px;
	background: url(../img/column-box-foot.gif) no-repeat;
}

#column .box ul.container {
	margin: 0 3px 0 22px;
	padding: 0;
	list-style: none outside;
}

#column .box ul.container li {
	width: 100%;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#column .box ul.container a {
	display: block;
	width: 100%;
	padding: 5px 0;
	color: #666;
	text-decoration: underline;
}

#column .box ul.container a:hover {
	background: #fff;
	color: #79ac00;
	font-weight: bold;
	text-decoration: none;
}

#column .box form.container {
	text-align: right;
}

#column .box form.container .row {
	margin: 0 0 5px;
}

#column .box form.container input {
	width: 130px;
}

#column .box form.container input.submit {
	padding: 0;
	width: 90px;
	height: 24px;
	background: url(../img/input-submit.jpg) no-repeat;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	line-height: 24px;
}

#news .header {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	width: 245px;
	height: 50px;
	background: url(../img/header-news.gif) no-repeat;
	color: #171817;
	font-size: 117%;
	font-weight: bold;
	line-height: 50px;
}

#news .item {
	margin: 10px 10px 10px 5px;
	padding: 0 0 5px;
	background: url(../img/header-topborder.gif) repeat-x 0 100%;
}

#news .last {
	margin-bottom: 0;
	background: transparent;
}

#news .item .header {
	margin: 0 0 10px;
	padding: 0;
	width: auto;
	height: auto;
	background: transparent;
	color: #7d9119;
	font-size: 125%;
	font-weight: normal;
	line-height: 1em;
}

.form_contact input.submit {
	padding: 0;
	width: 90px;
	height: 24px;
	background: url(../img/input-submit.jpg) no-repeat;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	line-height: 24px;
}
/* ==============================================[ obsah ] */

#main,
#homepage {
	float: left;
	padding: 20px 0 0;
	width: 710px;
	overflow: hidden;
}

#homepage {
	width: 460px;
}

#main .container,
#homepage .container {
	margin: 0 20px 0 30px;
	padding: 0 0 10px;
}

#homepage .container {
	margin: 0 10px 0 20px;
}

#main .wings,
#homepage .wings {
	position: relative;
	left: -21px;
	margin: 0.5em 0 1em 0;
	padding: 0;
	width: 452px;
	height: 73px;
	background: url(../img/header-wings.jpg) no-repeat;
	color: #181818;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
}

#homepage .wings {
	left: -20px;
}

#main .wings span,
#homepage .wings span {
	display: block;
	padding: 47px 10px 0 32px;
}

#main .puzzle {
	margin: 0.5em 0 1em;
	padding: 0;
	width: 100%;
	height: 35px;
	background: url(../img/header-puzzle.gif) no-repeat 0 100%;
	color: #181818;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	/*overflow: hidden;*/
}

#main .puzzle span {
	display: block;
	padding: 0 0 0 35px;
}

#main .topborder {
	margin: 0 0 1em;
	padding: 5px 0 0;
	background: url(../img/header-topborder.gif) repeat-x;
	color: #73880a;
	font-size: 150%;
}

#main .topborder span {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
	background: no-repeat;
}

#main .topborder .klienti {
	width: 170px;
	height: 120px;
	background-image: url(../img/header-topborder-klienti.jpg);
}

#main .topborder .webdesign {
	width: 202px;
	height: 124px;
	background-image: url(../img/webdesign.png);
}

#main .topborder .antispam {
	width: 176px;
	height: 128px;
	background-image: url(../img/antispam.png);
}

#main .topborder .webhosting {
	width: 176px;
	height: 128px;
	background-image: url(../img/webhosting.png);
}

#main .topborder .eshop {
	width: 176px;
	height: 128px;
	background-image: url(../img/eshop.png);
}

#main .topborder .seo {
	width: 176px;
	height: 128px;
	background-image: url(../img/seo.png);
}

#main .topborder .marketing {
	width: 176px;
	height: 128px;
	background-image: url(../img/marketing.png);
}

#main .topborder .spravaPc {
	width: 176px;
	height: 128px;
	background-image: url(../img/spravaPc.png);
}

#main .topborder .prodejPc {
	width: 176px;
	height: 128px;
	background-image: url(../img/prodejPc.png);
}


#main .topborder .Objekty3d {
	width: 176px;
	height: 128px;
	background-image: url(../img/3d.png);
}

#main .topborder .Grafika {
	width: 176px;
	height: 128px;
	background-image: url(../img/vizitky.png);
}

#main .topborder .plneniEshopu {
	width: 176px;
	height: 128px;
	background-image: url(../img/plneniEshopu.png);
}

#main .topborder .corporateIdentity {
	width: 176px;
	height: 128px;
	background-image: url(../img/corporate.png);
}

#main .table-245 {
	width: 245px;
}

#main .table-245 tbody tr {
	position: relative;
	background: url(../img/table-row.gif) no-repeat 0 50%;
}

#main .table-245 td,
#main .table-245 th {
	padding: 6px;
	background: transparent;
	border: none;
}

.table-kontakty {
	width: 100%;
}
	

.reference {
	position: relative;
	margin: 0 0 1em;
	height: 190px;
	background: url(../img/reference.jpg) no-repeat center top;
	text-align: center;
	overflow: hidden;
}

.reference .prev,
.reference .next {
	position: absolute;
	top: 47px !important;
	width: 81px;
	height: 81px;
}
.reference SPAN{font-size: 0.8em;}

.reference .prev {
	left: 38px !important;
}

.reference .next {
	right: 38px !important;
}

.reference .prev a,
.reference .next a {
	display: block;
	height: 100%;
}

.reference .prev span,
.reference .next span {
	display: none;
}

.reference .item {
  text-align:center;
}
.reference .img {
	margin: 10px 103px;
}

.reference img {
	display: inline;
}


#vodorovne_reference {
	margin: 0 20px 0 30px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 25px;
}

#vodorovne_reference .ref {
	margin: 20px 30px 0 0;
	text-align: center;
	float: left;
	width: 200px;
}

div #posledni_ref {
	margin: 0px;
	float: left;
        width: 100%;
}

div #posledni_ref .ref {
	float: left;
	margin-bottom: 0px;
        position: relative;
        width: 100%;
        border-top-style: dotted;
        border-top-width: 1px;
        border-top-color: #999999;
        padding-top: 3px;
}

div #posledni_ref .ref_img {
    float: left;
    width: 300px;
    text-align: center;
}

div #posledni_ref img {
  max-width:280px;
	border: 1px #C0C0C0 solid;
}

div #posledni_ref .text {
	float: right;
        margin-left:3px;
        width: 126px;    
        text-align: left;
}

div #posledni_ref .text a{
        font-size: 20px;
}
.graficke_prace {
	display: block;
}
.graficke_prace_obr {
	display: inline;
	margin: 2px;
}
/* ==============================================[ puzzle velke ] */

#puzzle-big {
	position: relative;
	margin: 0 0 1em;
	width: 660px;
	height: 565px;
	background: url(../img/puzzle-big.jpg) no-repeat;
	overflow: hidden;
}

#puzzle-big ul {
	position: relative;
	margin: 4px 4px 4px 2px;
	padding: 0;
	list-style: none outside;
}

#puzzle-big li {
	position: absolute;
	z-index: 2;
	margin: 0 !important;
	width: 218px;
}

#puzzle-big li.n01,
#puzzle-big li.n02,
#puzzle-big li.n03 {
	top: 0px;
	height: 149px;
}

#puzzle-big li.n04,
#puzzle-big li.n05,
#puzzle-big li.n06 {
	top: 149px;
	height: 139px;
}

#puzzle-big li.n07,
#puzzle-big li.n08,
#puzzle-big li.n09 {
	top: 288px;
	height: 139px;
}

#puzzle-big li.n10,
#puzzle-big li.n11,
#puzzle-big li.n12 {
	top: 427px;
	height: 130px;
}

#puzzle-big li.n01,
#puzzle-big li.n04,
#puzzle-big li.n07,
#puzzle-big li.n10 {
	left: 0;
}

#puzzle-big li.n02,
#puzzle-big li.n05,
#puzzle-big li.n08,
#puzzle-big li.n11 {
	left: 218px;
}

#puzzle-big li.n03,
#puzzle-big li.n06,
#puzzle-big li.n09,
#puzzle-big li.n12 {
	left: 436px;
}

#puzzle-big a {
	display: block;
	position: relative;
	z-index: 1;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url(../img/puzzle-big-hover.jpg) no-repeat 0 1000px;
	cursor: pointer;
}

#puzzle-big li.n01 a:hover {
	width: 261px;
	height: 152px;
	background-position: 0 0;
}

#puzzle-big li.n02 a:hover {
	margin-left: -6px;
	width: 270px;
	height: 152px;
	background-position: -261px 0;
}

#puzzle-big li.n03 a:hover {
	margin-left: -2px;
	width: 220px;
	height: 152px;
	background-position: -531px 0;
}

#puzzle-big li.n04 a:hover {
	margin-top: -72px;
	width: 261px;
	height: 212px;
	background-position: 0 -152px;
}

#puzzle-big li.n05 a:hover {
	margin-left: -6px;
	margin-top: -72px;
	width: 270px;
	height: 212px;
	background-position: -261px -152px;
}

#puzzle-big li.n06 a:hover {
	margin-left: -2px;
	margin-top: -72px;
	width: 220px;
	height: 212px;
	background-position: -531px -152px;
}

#puzzle-big li.n07 a:hover {
	margin-top: -72px;
	width: 261px;
	height: 213px;
	background-position: 0 -364px;
}

#puzzle-big li.n08 a:hover {
	margin-left: -6px;
	margin-top: -72px;
	width: 270px;
	height: 213px;
	background-position: -261px -364px;
}

#puzzle-big li.n09 a:hover {
	margin-left: -2px;
	margin-top: -72px;
	width: 220px;
	height: 213px;
	background-position: -531px -364px;
}

#puzzle-big li.n10 a:hover {
	margin-top: -73px;
	width: 261px;
	height: 203px;
	background-position: 0 -577px;
}

#puzzle-big li.n11 a:hover {
	margin-left: -6px;
	margin-top: -73px;
	width: 270px;
	height: 203px;
	background-position: -261px -577px;
}

#puzzle-big li.n12 a:hover {
	margin-left: -2px;
	margin-top: -73px;
	width: 220px;
	height: 203px;
	background-position: -531px -577px;
}

#puzzle-big span {
	display: none;
}

/* ==============================================[ puzzle male ] */

#puzzle-small {
	position: relative;
	margin: 0 0 1em;
	width: 430px;
	height: 367px;
	background: url(../img/puzzle-small.jpg) no-repeat;
	overflow: hidden;
}

#puzzle-small ul {
	position: relative;
	margin: 1px 1px 1px 0;
	padding: 0;
	list-style: none outside; 
}

#puzzle-small li {
	position: absolute;
	z-index: 2;
	margin: 0 !important;
	width: 143px;
}

#puzzle-small li.n01,
#puzzle-small li.n02,
#puzzle-small li.n03 {
	top: 0px;
	height: 98px; 
}

#puzzle-small li.n04,
#puzzle-small li.n05,
#puzzle-small li.n06 {
	top: 98px;
	height: 91px;   
}

#puzzle-small li.n07,
#puzzle-small li.n08,
#puzzle-small li.n09 {
	top: 189px;
	height: 90px;             
}

#puzzle-small li.n10,
#puzzle-small li.n11,
#puzzle-small li.n12 {
	top: 279px;              
	height: 86px;
}

#puzzle-small li.n01,
#puzzle-small li.n04,
#puzzle-small li.n07,
#puzzle-small li.n10 {
	left: 0;                   
}

#puzzle-small li.n02,
#puzzle-small li.n05,
#puzzle-small li.n08,
#puzzle-small li.n11 {
	left: 143px;                  
}

#puzzle-small li.n03,
#puzzle-small li.n06,
#puzzle-small li.n09,
#puzzle-small li.n12 {
	left: 286px;                 
}

#puzzle-small a {
	display: block;                        
	position: relative;
	z-index: 1;
	margin: 0;             
	width: 100%;
	height: 100%;
	background: url(../img/puzzle-small-hover.jpg) no-repeat 0 1000px;
	cursor: pointer;                 
}

#puzzle-small li.n01 a:hover {   
	width: 169px;
	height: 99px;
	background-position: 0 0;
  margin-top: 0px;
  font-size:0px; 
}

#puzzle-small li.n02 a:hover {   
	margin-left: -2px;
	width: 174px;
	height: 99px;
	background-position: -169px 0;
	margin-top: 0px;
  font-size:0px; 
}

#puzzle-small li.n03 a:hover {       
	margin-left: -1px;
	width: 144px;
	height: 99px;
	background-position: -343px 0;
	margin-top: 0px;
  font-size:0px; 
}

#puzzle-small li.n04 a:hover {       
	margin-top: -45px;
	width: 169px;
	height: 136px;
	background-position: 0 -99px;
	margin-top: -46px;
  font-size:0px;
}

#puzzle-small li.n05 a:hover {      
	margin-left: -2px;
	margin-top: -45px;
	width: 174px;
	height: 136px;
	background-position: -169px -99px;
	margin-top: -46px;
  font-size:0px;
}

#puzzle-small li.n06 a:hover {      
	margin-left: -1px;
	margin-top: -45px;
	width: 144px;
	height: 136px;
	background-position: -343px -99px;
	margin-top: -46px;
  font-size:0px;
}

#puzzle-small li.n07 a:hover {       
	margin-top: -46px;
	width: 169px;
	height: 137px;
	background-position: 0 -235px;
	margin-top: -46px;
  font-size:0px;
}

#puzzle-small li.n08 a:hover {       
	margin-left: -2px;
	margin-top: -46px;
	width: 174px;
	height: 137px;
	background-position: -169px -235px;
	margin-top: -46px;
  font-size:0px;
}

#puzzle-small li.n09 a:hover {        
	margin-left: -1px;
	margin-top: -46px;
	width: 144px;
	height: 137px;
	background-position: -343px -235px;
	margin-top: -46px;
  font-size:0px;
}

#puzzle-small li.n10 a:hover {        
	margin-top: -46px;
	width: 169px;
	height: 132px;
	background-position: 0 -372px;
	margin-top: -46px;
  font-size:0px;
}

#puzzle-small li.n11 a:hover {       
	margin-left: -2px;
	margin-top: -46px;
	width: 174px;
	height: 132px;
	background-position: -169px -372px;
	margin-top: -46px;
  font-size:0px;
}

#puzzle-small li.n12 a:hover {       
	margin-left: -1px;
	margin-top: -46px;
	width: 144px;
	height: 132px;
	background-position: -343px -372px;
	margin-top: -46px;
  font-size:0px;
}
#puzzle-small a {
  margin:5px auto;
  text-align:center;
  color:#303030; 
  font-family: Author, cursive;
  font-weight:bolder; 
  font-size:13px;
}

#puzzle-small .pazzle-text {
  margin:5px auto;
  text-align:center;
  color:#303030; 
  font-family: Author, cursive;
  font-weight:bolder; 
  font-size:13px;
}

#puzzle-small a:hover .pazzle-text {
  font-weight:100;
  text-decoration:none;
  display:none;
}
#footlogo{
  position: absolute;
  top: 0;
  left:350px;
  width: 250px;
  text-align: center;
  padding-top: 15px;
}
.h3sml{
  font-size: 1em;
  color: gray;
  display: inline;
}

/* puzzle na statickych strankach */
#puzzlestatic{
   float: right;
   margin-left: 4px;
}

/* nadpis v menu vpravo, ktery nema byt tucne */
.menu_panel{
    display: block;
    width: 100%;
    padding:  0;
    color: #666;
    margin: 0px;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
}

.menu_panel:hover{
    display: block;
    width: 100%;
    padding:  0;
    color: #666;
    margin: 0px;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

.zlava{
  position:absolute;
  top:153px;
  left:0px;
  background: url(../img/garance.png) no-repeat ;
  width:454px;
  height:82px;
  z-index:3;
}