/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * BOXES.CSS: - předpis pro designové styly jako např. layout, rolovací menu, hlavičkoidní věci,
 *              různé plovoucí nabídky, apod.
 *            - stylesheet for design, layout, hovermenus, header things, floating boxes, etc.
 * 
 * version: 1.0.3 / wa 2.82
 * author: OV
 * email: vetesnik@ebrana.cz
 * media: screen
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	html, body				{ margin: 0; padding: 0; text-align: center; background: white; }
	span.red,
	span.star				{ color: red; padding: 0 0.2em; }
	.noborder				{ border: none; background: none; }
	.none,
	.hidden					{ position: absolute; top: -999em; left: -999em; }
	.displayNone			{ display: none; }
	p.skipLinks				{ margin: 0; text-align: center; }
	p.skipLinks a				{ position: absolute; top: -999em; left: -999em; z-index: 1000; text-decoration: none; font-weight: bold; }
	p.skipLinks a:focus,
	p.skipLinks a:active		{ position: fixed; top: 0; left: 0; width: 100%; padding: 5px 0; color: #ffc000; background: #175A9E; } /* viz ie.css */
	
	
	/* * * * * *  hlavní divy - wrappers  * * * * * */
	.backgroundContainer	{ width: 100%; }
	#main						{ width: 970px; min-height: 791px; height: auto !important; height: 971px; margin: 0 auto; text-align: justify; }
	
	
	/* * * * * *  sloupce - columns  * * * * * */
	#center					{ display: inline; float: right; width: 678px; margin: 0; }
	#left						{display: inline; float: left; width: 264px; margin: 0; }
	#right					{  display: none; /*display: inline; float: right; width: 210px; margin: 30px 0 60px;*/ }
	
	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * * * * * *   HLAVIČKOIDNÍ A PATIČKOIDNÍ VĚCI   * * * * * * * * * * * */
	/* * * * * * * * * * *      HEADER AND FOOTER THINGS       * * * * * * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#top						{ position: relative; z-index: 90; width: 100%; height: 315px; background: url(../images/design/top_bg.jpg) 0 0 no-repeat; margin: 0 0 30px 0; }
	#top a#logo				{ position: absolute; top: 26px; left: -2px; }
	#top #topflash			{ position: absolute; top: 0; right: 0; }
	
	
	/* * * * * *  patička - footer  * * * * * */
	/* * * *  v mainu - inside main  * * * */
	/*
	#bottom								{ position: relative; clear: both; width: 100%; height: 45px; border-top: solid 1px #00386f; border-bottom: solid 1px #00386f; color: white;
											  background: #175a9e url(../images/design/bottom.gif) 0 0 repeat-x; }
	*/
	
	/* * * *  mimo mainu - outside main  * * * */
	#bottom								{ width: 100%; height: 45px; border-top: solid 2px #464646; }
	#bottom .width						{ position: relative; width: 970px; margin: 0 auto; text-align: left; }
	
	p#copyright							{ position: absolute; top: 16px; left: 0; margin: 0; text-decoration: none; text-align: left; line-height: normal; }
	p#copyright .pipe					{ margin: 0 0.5em; }
	a#wa									{ position: absolute; top: 11px; right: -5px; }
	a#ebrana								{ position: absolute; top: 11px; right: 70px; }
	
	.internalLinks							{ clear: both; width: 100%; }
	.internalLinks ul						{ margin: 0; padding: 1em 1em 0.75em; font-size: 0.833em; color: #444; text-align: center; }
	.internalLinks ul li					{ display: inline; padding: 0; background: none; }
	.internalLinks ul li a,
	.internalLinks ul li a:visited	{ color: #444; text-decoration: none; }
	.internalLinks ul li a:hover		{ text-decoration: underline; }
	
	.vymenaLinku						{ clear: both; width: 100%; }
	.vymenaLinku p						{ margin: 0; padding: 1em 1em 0.75em; font-size: 0.833em; color: #aaa; text-align: center; }
	.vymenaLinku p a,
	.vymenaLinku p a:visited		{ color: #aaa; text-decoration: none; }
	.vymenaLinku p a:hover			{ text-decoration: underline; }
	
	
	/* * * * * *  rychlé vyhledávání - searchform  * * * * * */
	ul#icons								{ position: absolute; top: 59px; right: 2px; margin: 0; line-height: normal; }
	ul#icons li							{ display: inline; float: left; margin-right: 15px; padding: 0 16px 0 0; 
											  background: url(../images/design/pipe.gif) 100% 50% no-repeat; }
	ul#icons li.map					{ padding: 0; margin: 0; background: none; }
	ul#icons li a						{ display: block; padding: 3px 0 4px 22px;
											  background: url(../images/icons/ico_home.gif) 0 5px no-repeat; }
	ul#icons li a:hover				{  }
	ul#icons li a img					{ position: absolute; top: -999em; left: -999em; }
	
	ul#icons li.map a					{ background: url(../images/icons/ico_map.gif) 0 4px no-repeat; }
	ul#icons li.kontakt a			{ background: url(../images/icons/ico_contact.gif) 0 6px no-repeat; }
	
	
	/* * * * * *  jayzkové mutace - language mutations  * * * * * */
	ul#lang								{ position: absolute; top: 10px; right: 2px; margin: 0; line-height: normal; }
	ul#lang li							{ display: inline; float: left; padding-left: 8px; background: url(../images/design/lang_li.gif) 0 5px no-repeat; }
	ul#lang li a						{ }
		
	ul#lang li.cz 						{ margin-right: 11px;  }
	ul#lang li.active					{ font-weight: bold; }

	
	
	/* * * * * *  rychlé vyhledávání - searchform  * * * * * *
	 * HACKED in ie.css!
	 */
	#searchbox							{ position: absolute; top: 275px; right: 12px; }
	#searchbox fieldset				{ display: inline; margin: 0; padding: 0; border: none; background: none; }
	#searchbox input					{ padding: 4px 15px 5px 30px; background: white url(../images/design/search_bg.gif) 0 0 no-repeat; vertical-align: middle; color: #232323; }
	#searchbox input.sub				{ margin-left: 2px; padding: 5px 8px 4px; background: #ffd709 url(../images/design/search_input.gif) 0 0 repeat-x; border: 1px solid #17508d; }
	
	
	/* * * * * *  autocomplete  * * * * * */
	#autocomplete						{ position: absolute; top: 20px; left: 0; z-index: 100; width: 176px; }
	#autocomplete ul					{ position: static; top: auto; left: auto; float: left; width: 100%; margin: 0; line-height: normal; border: solid 1px #a6a9ac; }
	#autocomplete ul.hidden			{ position: absolute; top: -999em; left: -999em; }
	#autocomplete ul li				{ clear: both; float: left; width: 164px; padding: 3px 6px; cursor: pointer; background: white; }
	#autocomplete ul li:after		{ display: block; clear: both; content: " "; }
	#autocomplete ul li:hover,
	#autocomplete ul li.hover,
	#autocomplete ul li.active		{ background: #eaeaea; }
	#autocomplete ul li span.txt	{ float: left; }
	#autocomplete ul li span.no	{ float: right; color: #bbbbbb; }
	
	
	/* * * * * *  top menu  - hacknuto v ie6.css * * * * * */
	#mainMenu							{ position: absolute; bottom: 0; left: 8px; background: #285f98 url(../images/design/top_bg.jpg) -8px 100% no-repeat; }
	#mainMenu ul						{ margin: 0; padding: 3px 0 0; }
	#mainMenu ul li					{ position: relative; display: inline; float: left; padding: 0; background: none; }
	#mainMenu ul li a					{ float: left; padding: 13px 13px 14px; color: white; text-decoration: none; }
	#mainMenu ul li a span			{  }
	#mainMenu ul li a img			{ position: absolute; top: -999em; left: -999em; }
	
	#mainMenu ul li.active			{ background: white url(../images/design/dot.gif) 0 100% no-repeat; }
	#mainMenu ul li.active a		{ padding: 1px 1px 0 1px; color: #005ca7; font-weight: bold; background: url(../images/design/dot.gif) 100% 100% no-repeat; }
	#mainMenu ul li.active a span	{ float: left; padding: 11px 9px 14px; border: 1px solid #6fa8e2; border-bottom: none; }	
	
	#mainMenu ul li ul				{ position: absolute; top: -999em; left: -999em; width: 200px; padding: 0; border: solid 1px #dadada; border-bottom: none; }
	#mainMenu ul li ul li			{ width: 100%; margin: 0; font-size: 1em; border-bottom: solid 1px #dadada; }
	#mainMenu ul li ul li a			{ width: 100%; display: block; float: none; padding: 0; }
	#mainMenu ul li ul li a span	{ display: block; padding: 2px 8px; }
	
	
	/* * * * * *   1. level   * * * * * */
	#mainMenu ul li.hover,
	#mainMenu ul li:hover			{  }
	
	#mainMenu ul li.hover a,
	#mainMenu ul li:hover a			{ text-decoration: underline; }
	
	
	/* * * * * *   2. level   * * * * * */
	#mainMenu ul li.hover ul li,
	#mainMenu ul li:hover ul li					{ background: white; }
	#mainMenu ul li.hover ul li a,
	#mainMenu ul li:hover ul li a					{ background: none; }
	
	#mainMenu ul li.hover ul li.hover,
	#mainMenu ul li:hover ul li:hover			{ background-color: #eee; }
	
	#mainMenu ul li.hover ul li.hover a,
	#mainMenu ul li:hover ul li:hover a			{  }
	
	
	/* * * * * *   3. level   * * * * * */
	#mainMenu ul li.hover ul li.hover ul li,
	#mainMenu ul li:hover ul li:hover ul li					{  }
	
	#mainMenu ul li.hover ul li.hover ul li a,
	#mainMenu ul li:hover ul li:hover ul li a					{  }
	
	#mainMenu ul li.hover ul li.hover ul li.hover,
	#mainMenu ul li:hover ul li:hover ul li:hover			{  }
	
	#mainMenu ul li.hover ul li.hover ul li.hover a,
	#mainMenu ul li:hover ul li:hover ul li:hover a			{  }
	
	
	/* * * * * *   zobrazování a skrývání // showing and hiding   * * * * * */
	#mainMenu ul li.hover ul,
	#mainMenu ul li:hover ul											{ top: 36px; left: 0; }
	#mainMenu ul li.hover ul li.hover ul,
	#mainMenu ul li:hover ul li:hover ul,
	#mainMenu ul li.hover ul li.hover ul li.hover ul,
	#mainMenu ul li:hover ul li:hover ul li:hover ul			{ top: -1px; left: 200px; }
	
	#mainMenu ul li.hover ul ul,
	#mainMenu ul li:hover ul ul,
	#mainMenu ul li.hover ul li.hover ul ul,
	#mainMenu ul li:hover ul li:hover ul ul,
	#mainMenu ul li.hover ul li.hover ul li.hover ul ul,
	#mainMenu ul li:hover ul li:hover ul li:hover ul ul		{ left: -999em; }
	
	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * *   SLOUPCOVÉ VĚCI    * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * *   COLUMNS STYLES    * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	/* * * * * *  sloupcové boxy - col boxes  * * * * * */
	.sloupec_box						{ margin: 0 0 1.5em; background: #f4f9ff url(../images/design/sloupec_box_bg.gif) 0 0 repeat-y;  }
	.sloupec_box_cont					{ background: url(../images/design/sloupec_box_bg2.gif) 0 100% no-repeat; padding: 0 0 10px 0; }
	
	.sloupec_box h3					{ margin: 0; font-size: 1.5833em; font-weight: normal; color: #303030; background: url(../images/design/sloupec_bg.gif) 0 0 no-repeat; padding: 13px 15px; }
	
	#kontakt_col2 h3,						
	#kontakt_col2, 
	#kontakt_col2 .sloupec_box_cont  	{ border: none; background: none; padding: 0 0 0 7px; } /* box vlevo reference */
	#kontakt_col2 h3					{ color: #005ca7; font-size: 1.5em; padding: 0; }
	#kontakt_col #kontakt			{ padding: 0 0 0 15px; }
	#kontakt_col #kontakt p			{ margin-top: 0; }	

	
	/* * * * * *  navi menu  * * * * * */
	#naviMenu							{ width: 100%; }
	#naviMenu ul						{ width: 100%; margin: 0; padding: 5px 0; background: #e7eff7; }
	#naviMenu ul:after				{ display: block; clear: both; content: " "; }
	#naviMenu ul li					{ position: relative; float: left; width: 100%; padding: 0; font-weight: bold; background: none; }
	#naviMenu ul li a					{ display: block; width: 100%; text-decoration: none; border-bottom: solid 1px white; color: black; }
	#naviMenu ul li.last a			{ border-bottom: none; }
	#naviMenu ul li a span			{ display: block; padding: 6px 16px 5px; }
	#naviMenu ul li a img			{ position: absolute; top: -999em; left: -999em; }
	
	#naviMenu ul li ul				{ position: absolute; top: -999em; left: -999em; width: 200px; padding: 0; border: solid 1px #dadada; border-bottom: none; }
	#naviMenu ul li ul li			{ width: 100%; margin: 0; font-size: 1em; border-bottom: solid 1px #dadada; }
	#naviMenu ul li ul li a			{ width: 100%; display: block; float: none; padding: 0; border-bottom: none; }
	#naviMenu ul li ul li a span	{ display: block; padding: 6px 8px 5px; }
	
	
	/* * * * * *   1. level   * * * * * */
	#naviMenu ul li.active,
	#naviMenu ul li.hover,
	#naviMenu ul li:hover			{ background: #ceddec; }
	
	#naviMenu ul li.active a,
	#naviMenu ul li.hover a,
	#naviMenu ul li:hover a			{  }
	
	
	/* * * * * *   2. level   * * * * * */
	#naviMenu ul li.hover ul li,
	#naviMenu ul li:hover ul li					{ background: white; }
	#naviMenu ul li.hover ul li a,
	#naviMenu ul li:hover ul li a					{ background: none; }
	
	#naviMenu ul li:hover ul li.active,
	#naviMenu ul li.hover ul li.active,
	#naviMenu ul li.hover ul li.hover,
	#naviMenu ul li:hover ul li:hover			{ background-color: #eee; }
	
	
	/* * * * * *   3. level   * * * * * */
	#naviMenu ul li.hover ul li.hover ul li,
	#naviMenu ul li:hover ul li:hover ul li					{  }
	
	#naviMenu ul li.hover ul li.hover ul li.hover,
	#naviMenu ul li:hover ul li:hover ul li:hover			{  }
	
	
	/* * * * * *   zobrazování a skrývání // showing and hiding   * * * * * */
	#naviMenu ul li.hover ul,
	#naviMenu ul li:hover ul											{ top: -1px; left: 210px; }
	#naviMenu ul li.hover ul li.hover ul,
	#naviMenu ul li:hover ul li:hover ul,
	#naviMenu ul li.hover ul li.hover ul li.hover ul,
	#naviMenu ul li:hover ul li:hover ul li:hover ul			{ left: 200px; }
	
	#naviMenu ul li.hover ul ul,
	#naviMenu ul li:hover ul ul,
	#naviMenu ul li.hover ul li.hover ul ul,
	#naviMenu ul li:hover ul li:hover ul ul,
	#naviMenu ul li.hover ul li.hover ul li.hover ul ul,
	#naviMenu ul li:hover ul li:hover ul li:hover ul ul		{ left: -999em; }
	
	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * *   CENTRÁLNÍ VĚCI    * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * *   CENTRAL STYLES    * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	/* * * * * *  control box  * * * * * */
	p.control_box									{ margin: 0 0 1em; padding: 5px 5px; border: solid 1px #e2e2e2; line-height: normal;
														 background: #ebebeb url(../images/design/control_box.gif) 0 100% repeat-x; }
	p.control_box span.control_box_upravit	{ float: right; }
	
	
	/* * * * * *  crumb trail  * * * * * */
	p#navigace										{ width: 100%; margin: 0 0 1em; text-align: left; }
	p#navigace a.back								{ float: right; margin: 0 0 0 15px; }
	
	
	/* * * * * *  odkazy tisk, atp. / print link, send to email etc.  * * * * * */
	p.odkazy:before								{ display: block; clear: both; content: " "; }
	p.odkazy											{ clear: both; width: 100%; margin: 0 0 1em; text-align: right; }
	p.odkazy a										{ margin-left: 5px; text-decoration: none; }
	p.odkazy a span								{ text-decoration: underline; }
	p.odkazy a:hover span						{ text-decoration: none; }
	p.odkazy a img									{ position: relative; top: 2px; margin-right: 2px; }
	
	
