body {
	font-family: 'Arial', 'Helvetica CE', Arial, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin:0;
	padding:0;
	background:#FFFFFF;
	text-align: center;
	/*	nestandardne vlastnosti - mozete ich odkomentovat CSS bude funkcne ale nebude validne	*/
/*
	scrollbar-face-color: #768db9;
*/
}
.cla-cely .cla-informace {display:none}
table {
	border-collapse: collapse;
	font-size: 1em;
}

/*	zakladna tabulka layoutu	*/
#layout {
	height:100%;
	align: center;
	background:#FFFFFF;
}
/*	lavy okraj layoutu	*/
#lm {
	width: 8%;
	background:#F00FFF;
}
/*	pravy okraj layoutu	*/
#rm {
	width: 8%;
	background:#FFFFFF;
}
#stred {
	background:#FFFFFF;
}
/*	zahlavie	
#zahlavi1 {
	position: relative;
	margin:0;
	padding:0;
	height:100px;
	background:#FFFFFF;
}*/
/*	napis - graficky prvok vlavo v zahlavi	
#zahlavi-gr1 {
	position:absolute;
	bottom:-22px;
	left:10px;
	width:342px;
	height:68px;
	background:url("header-gr1.gif");
	cursor: hand;
}*/
/*	graficky prvok napravo v zahlavi 	
#zahlavi-gr2 {
	position:absolute;
	top:-15px;
	right:-16px;
	width:272px;
	height:209px;
	background:url("header-gr2.gif");
}*/
/*	ciarkovana spodna cast zahlavia 	*/
#zahlavi2 {
	margin:5px 0 0 0;
	padding:0;
	height:73px;
	background:#FFFFFF;
}
/*	srafovane zapatie stranky	*/
#zapati	{
	padding:0.2em;
	margin:0px 0px 12px 0px;
 	background:#FFFFFF;
 	border-top:1px solid #CCCCCC;
}

/*	trieda pre vnutorne odsadenie - padding - stlpcov	*/
.col {
	padding:10px 10px 0 10px;
	background:#FFFfff;
}

/*	odsadenie hlavného stlpca v sablone base	*/
.hlav {
	padding:10px 10px 0 10px;
	background:#FFFFFF;
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #79C7EC;
}

/*	odsadenie z prava v sablone download	*/
.hlav2 {
	padding:10px 10px 0 0;
}

.zap-txt {
	text-align: center;
	color: #000000;
	font-size: 9px;
	margin:0.5em;
}

/*      definicia blokov typu 1 az 5 - spolocne vlastnosti	*/
  .blok3, .blok4, .blok5	{
	margin:0 0 9px 0;
	padding:9px;
	color:white;
	font-weight: bold;
	font-size:13px;
}

/*      definicia blokov typu 1 az 5 - rozdielne vlastnosti	*/
.blok1	{
	   background:#FFFFFF;
		color: #C30208;
		font-size: 1.3em;
		font-weight: bold;
		margin-bottom: 0.5em;

}
.blok2	{
		   background:#FFFFFF;
		color: #3c5284;
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 0.5em;
}

.blok3	{
	background:#768db9;
}

.blok4	{
	background:#3c5284;
}

.blok5	{
	background:#3c5284;
}

/*	definicia obsahu blokov 1-5 - spolocne vlastnosti	*/
.blok1obs, .blok2obs, .blok3obs, .blok4obs, .blok5obs  {
	padding:0;
	margin:0 0 18px 0;
	font-size:13px;

}

/*	definicia obsahu blokov 1-5 - rozdielne vlastnosti	*/
.blok1obs {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #79C7EC;
}

.blok2obs {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #79C7EC;
}

.blok3obs {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #79C7EC;
}

.blok4obs {
}

.blok5obs {
	padding:0 2px; background:#f0f6ff;
}


/* hyperlinky */

A {
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
}
A:link {
	color:#3c5284;
}
A:visited {
	color:#3c5284;
}
A:hover {
	color:#2b3953;
}
A:active {
	color:#3c5284;
}
A.clanek:link {
	color:#C30208;
	text-decoration: none;
}
A.clanek:visited {
	color:#C30208;
	text-decoration: none;
}
A.clanek:hover {
	color:#C30208;
	text-decoration: underline;
}
A.menu:link, A.menu:visited {
	display:block;
	font-weight: bolder;
	color:#fff;
	background:#9eaecd;
	text-decoration: none;
	padding:4px;
	margin: 2px 0;
	border:none;
	font-size: 11px;
}
A.menu:hover {
	display:block;
	color:#fff;
	background:#3c5284;
	text-decoration: none;
	padding:4px;
	margin: 2px 0;
}

/* zakladni styly */

.z {
	color:#3c5284;
	font-size: 13px;
	font-weight: normal;
}
.nadpis {
	text-align: center;
	padding: 0.2em 0 0.2em 10px;
	color:white;
	background:#3c5284;
	font-weight: bold;
	font-size: 16px;
}
.podnadpis {
	color:#3c5284;
	text-align: center;
	font-size: 14px;
}
.bledy {
	color:#f0f6ff;
}
img.okrajVpravo {
	border: none;
	margin-right: 8px;
	background-position: top;
}
/* komentare */

.kom-z {
	color:#3c5284;
	font-size: 11px;
	font-weight: normal;
}
.kom-link {
	color:#3c5284;
	font-size: 13px;
	font-weight: normal;
}
.kom-hlavicka {
	color:#3c5284;
	padding: 4px;
	font-size: 11px;
	font-weight: normal;
}
.kom-text {
	color:#3c5284;
	padding: 3px;
	background: #fff;
	border: 1px solid #3c5284;
	font-size: 11px;
	font-weight: normal;
}
.kom-cely-ram {
	background:#e0e6f0;
	padding:4px;
	border: 1px solid #3c5284;
	padding-bottom:4px;
}

/* ankety */
.anketa-std-otazka,
.anketa-cla-otazka,
.anketa-blok-z,
.anketasysz {
	color:#3c5284;
	font-size: 13px;
	font-weight: normal;
	margin:0;
	padding:0.3em 0;
	border-bottom: 1px solid #9eaecd;
}
.anketasysodp,
.anketa-std-odpovedi,
.anketa-cla-odpovedi,
.anketa-blok-odpovedi {
	color:#3c5284;
	font-size: 12px;
	font-weight: normal;
	line-height:1.2em;
	margin:0.2em 0;
}
.anketa-cla-celkovy-ram {
	font-size: 13px;
	text-align: left;
	margin: 6px 0 12px 0;
}
.anketa-cla-ram {
}
.anketa-blok-odp-cara {
	width:140px;
	font-size:85%;
	line-height:1em;
	height:1em;
	margin:2px 0;
	padding:0;
}
.anketa-blok-odp-cara-hlasy {
	height:1em;
	background:#2b3953 url('gr-inq.png') 100% 0 repeat-y;
}

.anketa-std-ram {
	text-align: left;
}

/* syst. blok - novinky */

.nov-datum {
	color:#3c5284;
	font-size: 10px;
	font-weight: bold;
}
.nov-titulek {
	color:#000000;
	font-size: 13px;
	font-weight: bold;
}
.nov-titulek-duraz {
	color:#C30208;
	font-size: 13px;
	font-weight: bold;
}
.nov-text {
	color:#000000;
	font-size: 13px;
	font-weight: normal;
}

/* clanky */


.cla-cely {
	margin:0;
}
h1 {
	color: #C30208;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-indent: 15pt;
	background-image: url(bodkanos2.jpg);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	}
h2 {
		color: #C30208;
		font-size: 1.3em;
		margin-bottom: 0.5em;
}
h3 {
	font-size: 1.1em;
	color: #3c5284;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
	/*	vnutovne odsadenie clanku zlava a zdola 	*/
.cla-obsah {
	padding: 0 0 10px 0px;
}
	/*	nadpis clanku	*/
.cla-nadpis {
	color: #C30208;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-indent: 15pt;
	background-image: url(bodkanos2.jpg);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	font-weight: bold;

	/*position: relative;
	top: 7px;
	padding: 0.2em 0 0.2em 10px;
	color:white;
	background:#3c5284;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 3px 80px;*/
}
	/*	text clanku	*/
.cla-text {
	padding: 0px 0 0 0;
	color:#000000;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
}
	/*	styl pre informacie za clankom - autor, pocet precitani atd...	*/
.cla-informace {
	color:#3c5284;
	font-size: 11px;
	font-weight: normal;
}
	/*	odsadenie od krajov pri tlacovej sablone	*/
.tisk {
	padding:1em;
}
	/*		*/
.cla-informace-tisk {
	color:#000000;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
	/*	odsadenie ikony temy	*/
.obrtema {
     margin-left: 5px;
     position: absolute;
}


/* hodnoceni clanku */

.hodnoceni-celkovy-ram {
	background: #fff url("modra-prechod.png") top left repeat-x;
	margin: 6px 0;
	padding: 6px;
	color:#3c5284;
	font-size: 11px;
	font-weight: normal;
}

/* souvisejici clanky */

.souvis-cla-celkovy-ram {
	font-size: 13px;
	text-align: left;
	margin: 6px 0 12px 0;
}

/* download sekce */

.download-z {
	font-size: 13px;
}
.download-sekce {
	font-size: 13px;
	text-align: center;
	padding: 6px;
}
.download-sekce-akt {
	font-weight: bold;
}

/* weblinks sekce */

.weblinks-z {
	font-size: 13px;
}
.weblinks-sekce {
	font-size: 13px;
	text-align: center;
	padding: 6px;
}
.weblinks-sekce-akt {
	font-weight: bold;
}

/* std. navigacni lista */

.std-navig {
	font-size: 80%;
	background:#f8faff;
	margin:1em 0;
	text-align: center;
}

.std-navig-akt-str {
	color:#3c5284;
} 

/* dalsi pomocne styly*/

.hodnoceni {

}
.banner1 {
	background:#9eaecd;
	color: #fff;
	margin:0;
	position:relative;
	top:9px;
}
.banner1d {
	background:#9eaecd;
	color: #fff;
	margin:0;
	position:relative;
	top:9px;
	margin:0 10px 0 0;
}

/*
nastavenie spodneho okraju pomocou border-bottom zabranuje nespravnemu
zobrazeniu hodnoty margin v MSIE. Ak nie je nastaneny border, bloky
banner a zapatie sa dotykaju - nezobrazi sa oddelovacia medzera
*/

.banner2 {
	background:#F4F4F4;
	color: #ff0000;
	margin: 0px 0px;
	border-bottom:1px solid #fff;
}

.bannerpod {
	color:#3c5284;
	font-size: 9px;
	font-weight: normal;
	display:block;
	padding: 4px 0;
	margin:0 0 10px 0;
}

.banner-text {
	color:#3c5284;
	font-size: 9px;
	font-weight: normal;
	display:block;
	padding: 4px 0;
	margin:0 0 10px 0;
}
.banner-img {
	color:#3c5284;
	font-size: 9px;
	font-weight: normal;
	padding: 4px 0;
	margin:0 0 10px 0;
}

.strankovani {
	color:#3c5284;
	font-size: 10px;
	font-weight: bold;
}
.biltucne {
	color:#fff;
	font-size: 13px;
	font-weight: bold;
}

.chybastredni {
	color:#f00;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

/* rozsirujici styly pro plug-iny */

.kal-text {
	color:#3c5284;
	font-size: 12px;
	font-weight: normal;
}
.kal-clanek {
	background-color: #f0e0e6;
}
.kal-dnesni {
	background-color: #e0e6f0;
}
.planakci {
	font-size: 10px;
}
.informace {
	color: #000;
	font-size: 9px;
	font-weight: normal;
	width: 100%;
}

/*
.mezera {
	width: 5px;
}
.ohr {
	width: auto;
}
*/
.ram {
	margin-bottom: 8px;
}
.preram {
	padding-bottom: 8px;
	margin-bottom: 8px;
}
/*
.horni-navig-lista {
	border-top-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #003098;
	padding: 2px;
}
*/

/* textova pole, tlacitka */

.textbox {
	background-color: white;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	margin:2px 0;
	padding:2px;
	/*	nestandardne vlastnosti - mozete ich odkomentovat CSS bude funkcne ale nebude validne	*/
/*
	scrollbar-face-color: #768db9;
*/
}
.textpole {
	color: #000;
	font-family: Arial;
	font-size: 11px;
	margin:2px 0;
	padding:2px;
}

.tl {
	background-color: #768db9;
	color: #f8faff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

form {
	padding: 4px 0;
	background: #fff url("modra-prechod.png") top left repeat-x;
}

a img {
	border:none;
}

/* menu */
.on {
 display: on
}

.off {
 display:none
}

ul.menu-ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	border:0px;
}

.menu-plocha1 {
  width:200px;
  height:25px;
	border-top:1px solid red;
	background-color:silver;
	padding-top:3px;
}
a.menu-1:link, 
a.menu-1:visited {
	color: black;
	text-decoration: none;
	font-weight:bold;
	margin:0px;
	background-image: url('sipka-vpravo-1.gif');
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left:20px;
}
a.menu-1:hover {
	color: black;
	text-decoration: underline;
  font-weight:bold;
	margin:0px;
	background-image: url('sipka-vpravo-2.gif');
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left:20px;
}

.menu-plocha2 {
  width:200px;
  height:20px;
	border-top:1px dashed red;
	background-color:gainsboro;
	padding-top:1px;
}
a.menu-2:link, 
a.menu-2:visited {
	color: black;
	text-decoration: none;
	padding-left:20px;
	margin: 0px;
	background-image: url('sipka-vpravo-1.gif');
	background-position: 5px;
	background-repeat: no-repeat;
}
a.menu-2:hover {
	color: black;
	text-decoration: underline;
	padding-left:20px;
	margin: 0px;
	background-image: url('sipka-vpravo-2.gif');
	background-position: 5px;
	background-repeat: no-repeat;
}
/* Menu *
a.menuLink {font-size: 0.9em;color: #0000;text-decoration: none;}
a.menuLink:hover {
	color: #FF0000;
}
.cssSupport {display: none;}
#visibleMenu1 {
	height: 16px;
	width: 114px;
	cursor: default;
}
#visibleMenu2 {
	height: 16px;
	width: 114px;
	cursor: default;
}
#visibleMenu3 {
	height: 16px;
	width: 114px;
	cursor: default;
}
#visibleMenu4 {height: 16px; width: 114px; cursor: default;}
#visibleMenu5 {height: 16px; width: 114px; cursor: default;}
#visibleMenu6 {height: 16px; width: 114px; cursor: default;}
#visibleMenu7 {
	height: 16px;
	width: 120px;
	cursor: default;
}
#hiddenMenu1 {width: 100px;}
#hiddenMenu2 {width: 140px;}
#hiddenMenu3 {width: 250px;}
#hiddenMenu4 {width: 200px;}
#hiddenMenu5 {width: 140px;}
#hiddenMenu6 {width: 130px;}
#hiddenMenu7 {width: 100px;}
*/
div#menu {
		width: 100%;
		height: 25px;
		background-color: #3c5284;
		font-size: 1em;
}
.menuItem, .menuItem2 {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: inherit;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 1em;
}
.menuItem2 {
		background-color: #F4F4F4;
		border: 0px solid #666;
		font-weight: normal;
		font-size: 1em;
}
/* klauni hlavička */
.karol
{
display:block;
width:67px;
height:94px;
background:#fff url(hlavicka_01.jpg) no-repeat center center;
}
.karol:hover
{
background:#fff url(hlavicka-over_01.jpg) no-repeat center center;}

.lila
{
display:block;
width:75px;
height:94px;
background:#fff url(hlavicka_02.jpg) no-repeat center center;
}
.lila:hover
{background:#fff url(hlavicka-over_02.jpg) no-repeat center center;}

.trupka
{
display:block;
width:66px;
height:94px;
background:#fff url(hlavicka_03.jpg) no-repeat center center;
}
.trupka:hover
{background:#fff url(hlavicka-over_03.jpg) no-repeat center center;}

.rita
{
display:block;
width:58px;
height:94px;
background:#fff url(hlavicka_04.jpg) no-repeat center center;
}
.rita:hover
{background:#fff url(hlavicka-over_04.jpg) no-repeat center center;}

.spageta
{
display:block;
width:66px;
height:94px;
background:#fff url(hlavicka_05.jpg) no-repeat center center;
}
.spageta:hover
{background:#fff url(hlavicka-over_05.jpg) no-repeat center center;}

.tina
{
display:block;
width:68px;
height:94px;
background:#fff url(hlavicka_06.jpg) no-repeat center center;
}
.tina:hover
{background:#fff url(hlavicka-over_06.jpg) no-repeat center center;}

.roza
{
display:block;
width:62px;
height:94px;
background:#fff url(hlavicka_07.jpg) no-repeat center center;
}
.roza:hover
{background:#fff url(hlavicka-over_07.jpg) no-repeat center center;}

.ponozka
{
display:block;
width:68px;
height:94px;
background:#fff url(hlavicka_08.jpg) no-repeat center center;
}
.ponozka:hover
{background:#fff url(hlavicka-over_08.jpg) no-repeat center center;}

.infuzia
{
display:block;
width:69px;
height:94px;
background:#fff url(hlavicka_09.jpg) no-repeat center center;
}
.infuzia:hover
{background:#fff url(hlavicka-over_09.jpg) no-repeat center center;}

.annamneza
{
display:block;
width:70px;
height:94px;
background:#fff url(hlavicka_10.jpg) no-repeat center center;
}
.annamneza:hover
{background:#fff url(hlavicka-over_10.jpg) no-repeat center center;}

.bruno
{
display:block;
width:66px;
height:94px;
background:#fff url(hlavicka_11.jpg) no-repeat center center;
}
.bruno:hover
{background:#fff url(hlavicka-over_11.jpg) no-repeat center center;}

.imro
{
display:block;
width:65px;
height:94px;
background:#fff url(hlavicka_12.jpg) no-repeat center center;
}
.imro:hover
{background:#fff url(hlavicka-over_12.jpg) no-repeat center center;}

.galerie {
  font-weight: bold;
  width: 700px;
  margin: 0 auto;
}
.galerie input,.galerie select,.galerie textarea {
  border: 1px solid rgb(0,0,0);
  font-size: 11px;
  margin-left: 20px;
  width: 250px;
}
.gal_tlacitko {
  border: 1px solid rgb(0,0,0);
  background-color: rgb(166,166,166);
  font-weight: bold;
  width: auto;
}
/* Nadpis galerie */
.gal_nadpis {
	color: #C30208;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-indent: 15pt;
	background-image: url(bodkanos2.jpg);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	font-weight: bold;
}
/* Nejaky upozorneni */
.gal_bacha {
  font-weight: bold;
  text-align: center;
  color: rgb(153,0,0);
  margin: 10px 0;
}
/* Tabulka v galerii */
.gal_table {
  text-align: left;
  width: 450px;
  font-size: 11px;
  margin: 5px auto;
  border: 1px dashed rgb(0,0,0);
}
.gal_table a img {
  border: 1px solid rgb(70,70,70);
}
.gal_table a:hover img {
  border: 1px dashed rgb(0,0,0);
}
.gal_table td,.gal_table th {
  padding: 0 4px;
}
/* Bunka th v tabulce */
.gal_table th {
  font-weight: normal;
  font-style: italic;
}
/* div v th :-) */
.gal_table th div {
  text-align: center;
}
/* Oznaceni strong v th tabulce :-) */
.gal_table th strong,.gal_table th strong a {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  display: block;
}
/* Ovlivnuje navigaci vzdy dole/nahore na strance */
.gal_navigace {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  margin-top: 10px;
}
.gal_strankovani {
  font-size: 11px;
  text-align: center;
}
.gal_ident {
  text-align: right;
  font-size: 10px;
}

.gal_gal_titulek {
  font-size: 14px;
  text-align: center;
}


.gal_table_obr {
  margin: 0 auto;
  width: 480px;
}
.gal_table_obr td {
  padding: 5px;
  padding-top: 10px;
  font-size: 10px;
  text-align: center;
  border-bottom: 1px dashed rgb(212,212,212);
}
.gal_table_obr td a img {
  border: 1px dashed rgb(180,180,180);
  padding: 5px;
}
.gal_table_obr td a:hover img {
  border-color: rgb(0,0,0);
}


