@charset "UTF-8";
/* Jednoduchá média s proměnlivou velikostí
   Poznámka: Média s proměnlivou velikostí vyžadují, abyste z kódu HTML odstranili jejich hodnotu výšky a šířky.
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	display: block;
	margin-right: auto;
}
/* Aplikace IE6 nepodporuje vlastnost max-width, a proto ve výchozím nastavení použije 100% šířku. */
.ie6 img {
	width:100%;
}

/*
	Vlastnosti plovoucí mřížky aplikace Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspirace článkem "Responsive Web Design" od Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	a stránkou Golden Grid System od Joniho Korpiho
	http://goldengridsystem.com/
*/

/* Rozvržení pro mobilní zařízení: 480 px a nižší. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.nabidka {
	margin: 0px;
	display: none;
}

.nabidka2 {
	margin: 0px;
	display: none;
}


	
	/* Rozvržení pro tablety: 481 px až 768 px. Dědí styly z rozvržení pro mobilní zařízení. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 74.3589%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.nabidka {
	margin: 0px;
	display: none;
}

.nabidka2 {
	margin: 0px;
	display: none;
}

}

/* Rozvržení pro tablety: 481 px až 768 px. Dědí styly z rozvržení pro mobilní zařízení. */

@media only screen and (min-width: 720px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 74.3589%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.nabidka {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.nabidka2 {
	margin: 0px;
	display: block;
}


}

/* Rozvržení pro stolní počítače: 769 px až maximálně 1 232 px. Dědí styly z rozvržení pro mobilní zařízení a rozvržení pro tablety. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 768px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	position: static;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 79.5918%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


.nabidka {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
}

.nabidka2 {
	margin: 0px;
	display: block;
}
	
}

a        {
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #000;
	text-align: left;
	cursor: pointer;
	cursor: hand;
		}

a :link   {
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #000;
	text-align: left;
	cursor: pointer;
	cursor: hand;
		}

a :visited  {
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #000;
	text-align: left;
	cursor: pointer;
	cursor: hand;
		}

a :active  {
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #000;
	text-align: left;
	cursor: pointer;
	cursor: hand;
		}

a :hover   {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #000;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
		}
	
a.obsah        {
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #000;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

a.obsah :link   {
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #000;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

a.obsah :visited  {
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #000;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

a.obsah :active  {
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #000;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

a.obsah :hover   {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #000;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	}
	
	a.bily        {
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #FFF;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	}

a.bily :link   {
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #FFF;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	}

a.bily :visited  {
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #FFF;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	}

a.bily :active  {
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #FFF;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	}

a.bily :hover   {
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #FFF;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	}
	
	.perex_cerny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
body {
	background-image: url(data/pozadi.jpg);
	background-repeat: repeat;
}
.zapisek_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
.nadpis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
.datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

function zobrazSkryj(idecko)
{el=document.getElementById(idecko).style; el.display=(el.display == 'block')?'none':'block';}


.schovany {font-family:Arial, Helvetica, sans-serif; font-size: 17px;
	line-height: 23px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center; 
	cursor: pointer; cursor: hand; text-decoration: underline}
	
.skryvany {	display: none	}

#foma {
	background-color: #FFF;
	padding: 15px;
	position: relative;
}
#obsah {
	background-color: #FFF;
	padding: 15px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #000;
	text-align: center;
}
#ebook {
	background-color: #000;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	margin-bottom: 10px;
}
#zapisek_box {
	background-color: #CCC;
	padding: 15px;
	text-align: center;
	}
.kategorie {
	margin-right: auto;
	margin-left: auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.4%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
