/************************* HTML *********************/

body{
	font-family: verdana, "Arial CE", arial, sans-serif;
	font-size: 9px;	
	text-align: center;
}

a {
	color: #175D1A;
	text-decoration: none;
}

a:hover {color: #8080FF}

td {
	font-family: verdana, "Arial CE", arial, sans-serif;
	font-size: 9px;
}

form {
	padding: 4px 0;
}

.mbf-item {
	display: none;
}

/************************* Layout *********************/

div#container{
	width: 922px;
	margin: 0 auto;
	text-align: left;
}

div#block-left{
	float: left;
	width: 130px;
	_width: 135px; /* IE 8 */
	border: 1px solid #e8f3fd;
	padding: 0px 0px 0px 0px;
	margin-top: 2px;
}

div#block-middle{
	float: left;
	width: 650px;
	padding: 0px 4px 0px 4px;
	margin-top: 2px;
}

div#block-right{
	float: left;
	width: 130px;
	_width: 135px;	/* IE 8 */
	border: 1px solid #e8f3fd;
	padding: 0px 0px 0px 0px;
	margin-top: 2px;
}

div#footer{
	width: 100%;
	clear: left;
	margin-top: 4px;
}

div#footer .linka {
	background-color: #bcdeff;
	height: 15px;
}

div#footer p{
	margin: 0;
	text-align: right;
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
}

/************************* Layout - definicia blokov typu 1 az 5 - spolocne vlastnosti*********************/

.blok1, .blok2, .blok2, .blok3, .blok4, .blok5	{
	font-family: verdana, "Arial CE", arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding: 0px 2px 2px 0px;
	height: 12px;
}

/*      definicia blokov typu 1 az 5 - rozdielne vlastnosti	*/
.blok1	{
	background: #e8f3fd;
}
.blok2	{
	background:#768db9;
}

.blok3	{
	background:#768db9;
}

.blok4	{
	background:#4f689a;
}

.blok5	{
	background:#4f689a;
}

.blok6	{
	background:#ffffff;
}

/*	definicia obsahu blokov 1-5 - spolocne vlastnosti	*/
.blok1obs, .blok2obs, .blok3obs, .blok4obs, .blok5obs, .blok6obs  {
	padding: 0;
	margin: 0 0 10px 0;
}

/*	definicia obsahu blokov 1-5 - rozdielne vlastnosti	*/
.blok1obs {
}

.blok2obs {
}

.blok3obs {
}

.blok4obs {
}

.blok5obs {
}

.blok6obs {
}

/************************* Layout - Blok 1, blok 3 menu *********************/

ul.menu {
	font-family: verdana, "Arial CE", arial, sans-serif;
	font-size: 10px;
	line-height: 165%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	width: 130px;
	_width: 133px;	/* IE 8 */
}

ul.menu li{
	margin: 0;
	padding: 0 0px 2px 0px;
}

ul.menu li a{
	display: block;
	text-decoration: none;
	color: #175D1A;
	background: #e8f3fd url(../system_pictures/menu_point.gif) no-repeat;
	padding: 0 0 0 12px;
}

/************************* Články *********************/

	/*	text clanku	*/
.cla-cely {
	border: 1px solid #e8f3fd;
	margin: 0px 0px 4px 0px;
	padding: 0px 2px 0px 2px;
	background-color: #FFFFFF;
}

	/*	nadpis clanku	*/
.cla-nadpis {
	top: 5px;
	padding: 0px 0px 1px 0px;
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 3px 0px;
	position: relative;
	text-align: left;
	border-bottom: 2px solid #fde3b2;
}

	/*	text clanku	*/
.cla-obsah {
	padding: 0 0 2px 0px;
}

	/*	text clanku	*/
.cla-text {
	padding: 4px 4px 10px 4px;
	font-weight: normal;
	font-size: 13px;
	_font-size: 12px; /* IE 8 */
	text-align: justify;
	line-height: 18px;
}

	/*	styl pre informacie za clankom - autor, pocet precitani atd...	*/
.cla-informace {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

.cla-informace-tisk {
	color:#000000;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

.nadpis {
	top: 5px;
	padding: 0px 0px 1px 0px;
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 15px 0px;
	position: relative;
	text-align: left;
	border-bottom: 2px solid #fde3b2;
}

.souvis-cla-celkovy-ram {
	font-size: 13px;
	margin: 5px 0px 12px 0px;
}

.souvis-cla-celkovy-ram ul {
	margin: 0.5em 0 1em 1.5em;
	padding: 0;
	list-style-type: square;
}

.tisk {
	padding: 1em;
	text-align: justify;
}

	/*	obrázky v clanku	*/
.img-left{
	display: block;
	float: left;
	margin: 0 5px 2px 0;
	border: 1px solid #000000;
}

.img-right{
	display: block;
	float: right;
	margin: 0 0 2px 5px;
	border: 1px solid #000000;	
}

.img-center{
	display: block;
	margin: 10px auto;
	border: 1px solid #000000;	
}

	/*	obrázky v clanku bez rámečku	*/
.img-left-noborder{
	display: block;
	float: left;
	margin: 0 5px 2px 0;
	border: 0px solid #ffffff;
}
/************************* Články - Komentáře *********************/

.kom-z {
	color:#4f689a;
	font-size: 11px;
	font-weight: normal;
}

.kom-link {
	color:#4f689a;
	font-size: 13px;
}

.kom-hlavicka {
	color:#4f689a;
	padding: 4px;
	font-size: 11px;
}

.kom-text {
	color: #4f689a;
	padding: 3px;
	background: #fff;
	border: 1px solid #4f689a;
	font-size: 12px;
	line-height: 18px;
}

.kom-cely-ram {
	background:#e0e6f0;
	padding:4px;
	border: 1px solid #4f689a;
	padding-bottom:4px;
}

/************************* Systémový blok - Ankety *********************/

.anketa-std-ram {
	width: 420px;
	text-align: left;
}

.anketa-std-otazka {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

.anketa-std-odpovedi {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.anketa-cla-celkovy-ram {
	width: 460px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	border: 1px dashed #003098;
	padding: 6px;
	margin: 6px;
}

.anketa-cla-ram {
	width: 420px;
	text-align: left;
}

.anketa-cla-otazka {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.anketa-cla-odpovedi {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.anketa-blok-z {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.anketa-blok-odpovedi {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.anketa-blok-odp-cara {
	width: 130px;
	background-color: #DEE7FF;
	font-size: 6px;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 4px;
}

.anketa-blok-odp-cara-hlasy {
	background-color: #003098;
}

/************************* Systémový blok - Novinky *********************/

.nov-ram {
	border: 1px solid #e8f3fd;
	padding: 0px 4px 0px 4px;
}

.nov-datum {
	font-size: 13px;
	font-weight: bold;
	padding-left: 2px;
}

.nov-titulek {
	font-size: 14px;
	font-weight: bold;
}

.nov-titulek-duraz {
	color:#2b3953;
	font-size: 13px;
	font-weight: bold;
}

.nov-text {
	font-size: 13px;
	_font-size: 12px;
	font-weight: normal;
	text-align: justify;
	padding: 1px 2px 1px 2px;
}

/************************* Systémový blok - Reklama *********************/
.banner-text {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.banner-img {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #000000;
	margin-bottom: 2px;
}

/************************* rubriky, hledání, kniha, galerie, odkazy, ke stažení *********************/

.ram {
	border: 1px solid #e8f3fd;
	padding: 0px 4px 0px 4px;
}

.z {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
}

/************************* Sekce - Weblinks *********************/
.weblinks-z {
	font-size: 13px;
}

.weblinks-polozky {
	border-top: 1px solid #fde3b2;
	border-bottom: 1px solid #e8f3fd;
	background: #e8f3fd;
	padding: 4px;
	width: 624px;
	_width: 626px; /* IE 8 */
}

.weblinks-sekce {
	font-size: 13px;
	text-align: center;
	padding: 6px;
}

.weblinks-sekce-akt {
	font-weight: bold;
}

/************************* Sekce Download *********************/

.download-z {
	font-size: 13px;
}
.download-sekce {
	font-size: 13px;
	text-align: center;
	padding: 6px;
}
.download-sekce-akt {
	font-weight: bold;
}

/************************* Plugin - Kniha návštěv *********************/

.gb_add-form {
	padding: 0.5em;
	margin-left: 100px;
}

.gb_add-form p, .gb_add-form form {
	margin: 0px;
	_width: 500px; /* IE 8 */
}

.gb_add-form input {
	font-size: 125%; 
	margin: 0 2px 0 0;
	padding: 2px 0;
}

.gb_add-form textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;	
}

.gb_message textarea {
	width: 440px;
	height: 10em;
	font-size: 12px;
}

.gb_nick, .gb_email, .gb_homepage {
	float: left;
	padding-right: 10px;
}

.gb_nick input, .gb_email input, .gb_homepage input {
	width: 138px;
}

.gb_message {
	clear: both;
}

.gb_upozorneni {
	font-size: 12px;
	text-align: justify;
}

.gb_submit input {
	margin: 5px 0px;
	padding: 1px 3px;
}

.gb_total-posts {
	padding: 0px 0px 1px 0px;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	border-bottom: 2px solid #fde3b2;
}

.gb_navigator {
	clear: both;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.gb_other {
	font-size: 12px;
}
.gb_post  {
	border: 1px solid #e8f3fd;
	margin-bottom: 10px;
}

.gb_post-top {
	padding: 2px 3px;
   border-top: 1px solid #fde3b2;	
	border-bottom: 1px solid #e8f3fd;
	background: #e8f3fd;
}

.gb_post-top img {
	vertical-align: middle;
}

.gb_post-middle {
	font-size: 12px;
	text-align: justify;
	width: 98%;
	border-bottom: 1px solid #fde3b2;
	padding: 0px 0px 8px 2px;
}


.gb_meno {
	font-weight: bold;
	font-size: 13px;
}

.gb_adresy {
	margin-left: 5px;
}

.gb_datum {
	margin-left: 10px;
}

.gb_pomocnik {
	padding: 2px 3px;
	width: 440px;
}

.gb_pomocnik_text {
	padding: 2px 3px;
	width: 440px;
}

.podnadpis {
	padding: 0px 0px 1px 0px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

/************************* Interní Galerie *********************/
ul.slides {
	/* ul.slides controls the unordered list of the thumbnails of images within an album */
	margin: 30px 0px 30px 15px;
}

ul.slides li {
	/* ul.slides li controls each list item within the unordered list of the thumbnails of images within an album */
	float: left;
/*	margin: 0 0 0 13px; (do not specify a margin if you're using the thumbnail centering function in album.php) */
	display: inline;
	text-align: center;
}

ul.slides li img {
	/* ul.slides li img controls the thumbnail image itself */
	border: 1px solid #000000;
	background: #202020;
	padding: 1px;
}

ul.slides li a {
	/* ul.slides li a controls the thumbnail image link behavior */
	display: block; /* display:block required to make anchor tag's border surround img in Firefox */
}

ul.slides li img:hover {
	/* ul.slides li img:hover controls the thumbnail image hover behavior */
	background: #404040;
	border: 1px solid #d1c399;
}

.thumbnail img {
	padding: 5px;
	text-align: center;
	margin: 3px;
	background-color: #efefef;
	border: 1px solid #789;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.tag { /* this controls the text under a thumbnail in collection/album view with caption/download checkbox */
	text-align: center;
	white-space: normal;
}

.tag-nothing {
	text-align: center;
	white-space: normal;
	font-size: 13px;
}

/************************* Plugin - Multimedia online *********************/
.multi-table-vypis {
   width: 100%;
	_width: 98%;  /* IE 8 */
}

.multi-radek-vypis {

}

.multi-nazev {
   text-align: left;
	font-weight: bold;
	font-size: 15px;
}

.multi-prehraj {
	text-align: left;
}

.multi-prehraj img{
	border: none;
}

.multi-radek-vypis-popis {

}

.multi-popis {
   text-align: left;
	border-bottom: 1px solid #fde3b2;
	padding-bottom: 8px;
}

.multi-prehrano {
   text-align: left;
	border-bottom: 1px solid #fde3b2;
	padding-bottom: 8px;
}

.multi-nadpis-sekce {
font-size: 16px;
font-weight: bold;
padding: 3px;
border-top-width: 0px; 
border-left-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 1px; 
border-style: dashed;
border-color: #c0c0c0;
}

.multi-strankovani {
font-size: 13px;
text-align: center;
padding: 3px;
}

.multi-blok-vypis {
padding: 0px;
}

.multi-blok-obr {
text-align: center;
}

.multi-blok-table {
width: 100%;
padding: 2px;
text-align: center;
border: 0px;
}

.multi-blok-nazev {
font-size: 13px;
text-align: left;
padding: 2px;
}

.multi-blok-prehraj {
text-align: center;
padding: 2px;
}

.multi-blok-odkaz {
text-align: center;
padding: 2px;
font-size: 12px;
border-top-width: 1px; 
border-left-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-style: dashed;
border-color: #c0c0c0;
}

/************************* Moje úprava - Galerie v článku *********************/

.tabulka {
	text-align: center;
}

.tabulka {
	_width: 1px; /* IE 8 - toto zde musí být na prvním místě */
	width: 100%;
	min-width: 1px;
	margin: 10px 0px 5px;
	_padding-top: 1px; /* IE 8 */
}

.tabulka_druha {
	_width: 1px; /* IE 8 */
	width: 100%;
	min-width: 1px;
   _padding-top: 1px;
}

.radek {
	clear: left;
}

.bunka {
	float: left;
	width: 33.333%;
	p adding: .2em .5em; /* IE 8 */
	margin: -1px 0px 7px 0px;
}

.bunka_druha {
	float: left;
	width: 50%;
	p adding: .2em .5em; /* IE 8 */
	margin: -1px 0px 5px 0px;
}

.obr {
	border: 1px solid #000000;
}

.cl {
	clear: both;
}

/************************* Moje úprava - Písničky v článku *********************/

.pisen {
	font-style: italic;
	padding-left: 10px;
}

.sloka {
	margin: 1em 0;
}

.sloka .radek { /* zvětšíme výšku řádku, aby se do něho vešly akordové značky */
	line-height: 2.5em;
}

.sloka .radek span { /* obalový SPAN napozicujeme relativně */
	position: relative;
}

.sloka .radek span strong { /* napozicujeme a naformátujeme akordovou značku */
	position: absolute;	
	top: -2em; 
	_top: -1em;  /* IE 8 */
	left: 0;
	font-size: 90%;
	line-height: 1em;
	font-style: italic;
	font-weight: bold;
	font-family: "sans serif";
	color: #b55;
}

.sloka .radek span strong span { /* a nakonec skryjeme hranaté závorky */
	display: none;
}

/************************* Moje úprava - GEO pozice v článku *********************/

.geo {
	border-top: 1px solid #fde3b2;
	border-bottom: 1px solid #e8f3fd;
	background: #e8f3fd;
	padding: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	width: 624px;
	_width: 626px; /* IE 8 */
}