/* CSS kaskádové styly pro layout webu www.elzadesign.cz */

/* ### RESET CSS ### */
* { margin: 0; padding: 0; border: 0; }

/* ### VŠEOBECNÉ SPECIFIKACE ### */
body { margin: 0 auto; padding: 0; font: 12px Tahoma, Arial, Helvetica, sans-serif; color: black; background-color: #C6C7C6; overflow: auto; }
a { color: #0873BB; text-decoration: underline; }
a:hover { color: #79AFD3; text-decoration: underline; }

.container { margin: 0 auto 0 auto; width: 940px; }

	.wrap { position: absolute; top: 245px; _top: 355px; }
		.content { padding: 0 10px 0 10px; width: 920px; background: url(../obr/content-bg.png) repeat-y; overflow: auto; }
			.text { width: 675px; float: right; }
			.text h1 { margin-bottom: 10px; padding: 0 0 0 25px; width: 650px; height: 35px; font-size: 24px; font-weight: normal; background: url(../obr/h1-bg-vychozi.png) no-repeat; clear: both; }
			.text h2 { margin: 10px 0 10px 0; padding: 1px 0 0 28px; height: 29px; font-size: 20px; font-weight: bold; background: url(../obr/h2-bg.png) no-repeat; clear: both; }
			.text h3 { margin: 10px 0 10px 0; padding: 3px 0 0 28px; height: 22px; font-size: 16px; font-weight: bold; background: url(../obr/h3-bg.png) no-repeat; clear: both; }
			.text h4 { margin: 5px 10px 5px 25px; font-size: 16px; display: list-item; list-style-type: disc; }
			.text h5 { margin: 5px 10px 5px 10px; font-size: 15px; font-weight: bold; }
			.text h6 { margin: 5px 10px 5px 10px; font-size: 16px; }
			.text acronym { border-bottom: 1px dotted black; cursor: help; }
			.text .h1-uvod { background: url(../obr/h1-bg-uvod.png) no-repeat; }
			.text .h1-tvorba-webovych-stranek { background: url(../obr/h1-bg-tvorba-webovych-stranek.png) no-repeat; }
			.text .h1-optimalizace-pro-vyhledavace { background: url(../obr/h1-bg-optimalizace-pro-vyhledavace.png) no-repeat; }
			.text .h1-tvorba-banneru { background: url(../obr/h1-bg-tvorba-banneru.png) no-repeat; }
			.text .h1-graficke-prace { background: url(../obr/h1-bg-graficke-prace.png) no-repeat; }
			.text .h1-cenik { background: url(../obr/h1-bg-cenik.png) no-repeat; }
			.text .h1-reference { background: url(../obr/h1-bg-reference.png) no-repeat; }
			.text .h1-kontakt { background: url(../obr/h1-bg-kontakt.png) no-repeat; }
			.text .balicek { margin: 10px; padding: 5px; width: 645px; background-color: #E5E5E5; border: 1px solid #C8C8C8; }
			.text p { margin: 10px; text-align: justify; }
			.text .italic { font-style: italic; }
			.text ul { padding: 3px 0 2px 0; background-color: white; }
			.text li { padding: 0 10px 0 25px; width: 610px; font-size: 13px; list-style-type: none; background: white url(../obr/li-bg.png) no-repeat; }
			.text .pdf { padding: 2px 0 0 30px; width: 645px; height: 18px; font-size: 13px; list-style-type: none; background: url(../obr/li-pdf.png) no-repeat; }
			.text table { margin: 5px 10px 5px 10px; }
			.text th { padding: 4px; background-color: #BEBEBE; }
			.text td { padding: 4px; background-color: #DBDBDB; }
			.text .strankovani { margin: 10px; text-align: center; }
			.text .datum { margin: 2px 10px 3px 10px; }
			.text .datum span { padding: 0 2px 0 2px; color: white; background-color: #282828; }
			.text .vicee { text-align: right; font-weight: bold; clear: both; }
			.text .cena { font-size: 14px; color: #0080C0; text-align: right; font-weight: bold; clear: both; }
			.text .cena span { color: #FF8000; font-weight: normal; }

				.3boxes { width: 675px; height: 150px; }
					.webove-stranky { width: 224px; height: 150px; background: url(../obr/box1-bg.png) no-repeat; float: left; }
						.webove-stranky .h6-nadpis { padding: 17px 0 0 55px; font-size: 16px; color: white; }
						.webove-stranky .p-odstavec { margin: 5px 10px 5px 10px; padding: 15px 0 0 8px; font-size: 12px; color: black; }
						.webove-stranky .cena { padding: 0 0 0 14px; font-size: 14px; color: white; font-weight: bold; float: left; }
						.webove-stranky .vice { padding: 0 14px 0 0; font-size: 14px; color: white; font-weight: bold; float: right; }
						.webove-stranky a { color: white; text-decoration: none; }
						.webove-stranky a:hover { color: white; text-decoration: underline; }

					.seo-reklama { width: 223px; height: 150px; background: url(../obr/box2-bg.png) no-repeat; float: left; }
						.seo-reklama .h6-nadpis { padding: 17px 0 0 54px; font-size: 16px; color: white; }
						.seo-reklama .p-odstavec { margin: 5px 10px 5px 10px; padding: 15px 0 0 8px; font-size: 12px; color: black; }
						.seo-reklama .cena { padding: 0 0 0 14px; font-size: 14px; color: white; font-weight: bold; float: left; }
						.seo-reklama .vice { padding: 0 13px 0 0; font-size: 14px; color: white; font-weight: bold; float: right; }
						.seo-reklama a { color: white; text-decoration: none; }
						.seo-reklama a:hover { color: white; text-decoration: underline; }

					.webove-bannery { width: 228px; height: 150px; background: url(../obr/box3-bg.png) no-repeat; float: left; }
						.webove-bannery .h6-nadpis { padding: 17px 0 0 50px; font-size: 16px; color: white; }
						.webove-bannery .p-odstavec { margin: 5px 10px 5px 10px; padding: 15px 0 0 8px; font-size: 12px; color: black; }
						.webove-bannery .cena { padding: 0 0 0 14px; font-size: 14px; color: white; font-weight: bold; float: left; }
						.webove-bannery .vice { padding: 0 18px 0 0; font-size: 14px; color: white; font-weight: bold; float: right; }
						.webove-bannery a { color: white; text-decoration: none; }
						.webove-bannery a:hover { color: white; text-decoration: underline; }

			.sidebar { width: 245px; background: url(../obr/sidebar-bg.png) repeat-y; float: left; }
				.box-nadpis { padding: 7px 10px 3px 15px; width: 220px; height: 25px; background: url(../obr/sidebar-nadpis-bg.png); }
				.box-nadpis span { font-size: 16px; color: white; }

				.box-sdeleni { padding: 5px 15px 5px 10px; }
				.box-sdeleni h3 { font-size: 14px; font-weight: bold; }
				.box-sdeleni p { padding: 3px 0 2px 0; text-align: justify; }
				.box-sdeleni .proklik { padding: 10px 0 5px 0; font-size: 11px; text-align: center; }

				.box-hledani { padding: 10px 15px 15px 15px; _padding-bottom: 5px; }
				.box-hledani .textfield { padding: 0 5px 0 5px; _padding: 5px; width: 170px; height: 30px; font-size: 16px; color: #6E6E6E; border: 0; background: url(../obr/sidebar-textfield.png) no-repeat; _background-attachment: fixed; }
				.box-hledani .butt-hledat { margin: 0 0 5px 5px; _margin-bottom: 15px; width: 22px; height: 22px; border: 0; background: url(../obr/button-hledej.png) no-repeat; cursor: pointer; }

				.box-aktuality { padding: 5px 15px 5px 10px; }
				.box-aktuality a { color: black; text-decoration: underline; }
				.box-aktuality a:hover { color: black; text-decoration: none; }
				.box-aktuality p { padding: 7px 0 3px 0; text-align: justify; }
				.box-aktuality span { padding: 0 2px 0 2px; color: white; background-color: #282828; }
				.box-aktuality .vice { text-align: right; }
				.box-aktuality .vice a { color: #0873BB; text-decoration: underline; }
				.box-aktuality .vice a:hover { color: #79AFD3; text-decoration: underline; }


				.box-newsletter { padding: 15px; _padding-bottom: 5px; height: 50px; _height: 60px; background: url(../obr/sidebar-newsletter-bg.png) no-repeat; background-position: 177px 20px; }
				.box-newsletter .textfield { padding: 0 5px 0 5px; _padding: 5px; width: 170px; height: 30px; font-size: 16px; color: #6E6E6E; border: 0; background: url(../obr/sidebar-textfield.png) no-repeat; _background-attachment: fixed; }
				.box-newsletter .butt-pridat { margin: 0 0 5px 5px; _margin-bottom: 13px; width: 21px; height: 24px; border: 0; background: url(../obr/button-add.png) no-repeat; cursor: pointer; }
				.box-newsletter p { padding-top: 5px; _padding-top: 0; }
				.box-newsletter a { color: #191919; text-decoration: underline; }
				.box-newsletter a:hover { color: #191919; text-decoration: none; }

				.box-anketa { padding: 5px 15px 5px 10px; }
				.box-anketa .otazka { padding: 8px 5px 7px 5px; font-size: 11px; font-weight: bold; }
				.box-anketa .odpovedi { padding: 0 10px 0 10px; font-size: 11px; }
				.box-anketa .ank-button { width: 57px; height: 16px; color: white; font-size: 11px; font-weight: bold; background: url(../obr/button-anketa.png) no-repeat; border: 0; }

				.sidebar-footer { _margin-bottom: -10px; width: 245px; height: 5px; background: url(../obr/sidebar-zapati-bg.png) no-repeat; }
		.footer { margin-bottom: 10px; padding: 20px; width: 900px; height: 50px; color: white; background: url(../obr/footer-bg.png) no-repeat; clear: both; }
		.footer p { margin: 2px; }
		.footer a { color: white; font-weight: bold; text-decoration: underline; }
		.footer a:hover { color: white; font-weight: bold; text-decoration: none; }

	.header { width: 940px; height: 200px; background: url(../obr/header.jpg) no-repeat; }
		.links { padding: 170px 0 0 260px; font-size: 10px; float: left; }
		.links a { color: black; text-decoration: none; }
		.links a:hover { color: #808080; text-decoration: none; }
		.social { padding: 22px 11px 0 0; width: 40px; float: right; }
		.social img { margin-top: 5px; border: 0; }
	.menu { padding: 0 10px 0 10px; width: 920px; height: 40px; font: 12px Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; color: white; background: url(../obr/menu-bg-full.png) no-repeat; }
		.menu ul { width: 918px; padding: 0 0 0 2px; list-style: none; background: url(../obr/menu-bg.png) repeat-x; }
		.menu li { display: inline; margin: 0; padding: 0; }
		.menu a { margin: 0; padding: 0 0 0 4px; height: 40px; text-decoration: none; float: left; cursor: pointer; cursor: hand; }
			.menu .uvod a { background: url(../obr/menu-01-uvod.png) repeat-x; }
			.menu .tvorba-webovych-stranek a { background: url(../obr/menu-02-tvorba-webovych-stranek.png) repeat-x; }
			.menu .optimalizace-pro-vyhledavace a { background: url(../obr/menu-03-optimalizace-pro-vyhledavace.png) repeat-x; }
			.menu .tvorba-banneru a { background: url(../obr/menu-04-tvorba-banneru.png) repeat-x; }
			.menu .graficke-prace a { background: url(../obr/menu-05-graficke-prace.png) repeat-x; }
			.menu .cenik a { background: url(../obr/menu-06-cenik.png) repeat-x; }
			.menu .reference a { background: url(../obr/menu-07-reference.png) repeat-x; }
			.menu .kontakt a { background: url(../obr/menu-08-kontakt.png) repeat-x; }
		.menu a span { padding: 11px 15px 14px 8px; display: block; font-weight: bold; color: white; background: url(../obr/menu-separator.png) no-repeat right top; float: left; }
			/* CSS hack MS IE 5 & MacOS */
			.tabs a span { float: none; }
		.menu a:hover span { color: white; text-decoration: underline; }
		.menu a:hover { background: url(../obr/menu-hover.png) repeat-x; }
	.stin-hlavicky { width: 940px; height: 5px; background: url(../obr/stin-hlavicky.png) no-repeat; }

/* REFERENCE */
.obal-kategorie { margin: 0 auto 0 auto; width: 600px; }
	.obal-nahledu { margin-top: 15px; width: 200px; float: left; }
		.nahled { width: 200px; height: 170px; }
			.nahled a { display: block; width: 200px; height: 170px; }
		.popis { margin: 10px 0 15px -5px; padding: 3px 5px 5px 5px; width: 180px; color: #373737; font-size: 11px; font-weight: bold; text-align: left; background-color: #EEEEEE; border: 1px solid #DDDDDD; }
		.popis span { color: #5F5F5F; font-weight: normal; }

/* Lightbox styles */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../obr/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../obr/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

