::-moz-selection
{
	background-color: red;
	color: black;
}

::selection
{
	background-color: red;
	color: black;
}

body
{
	font-family: Verdana;
	color: black;
	background-color: gray;
	font-size: 12px;
	line-height: 1.3;
	margin: 0px;
}
					 
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Hlavní rozdělovací DIVy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

div.MainDiv, div.MainNazevLeft, div.MainNazevRight, div.MainLogo, div.MainNadpis, div.MainMenu, div.MainMenuNadpis, div.MainTelo, div.MainTeloNadpis, div.MainPata, div.MainMezera
{
	float: left;
	display: block;
	text-align: center;
	overflow: auto; /* Když něco přečnívá - objeví se scrollbar */
}

div.MainDiv
{
	width: 970px;
	border: 3px solid rgb(202, 4, 3);
	background-color: white;
	background-image: url("/images/pozadi.gif");
	
}

div.MainNazevLeft
{
	width: 265px;
	height: 30px;
	margin-right: 5px;
	padding-top: 5px;
	background-image: url("/images/prechod-2.gif");
}

div.MainNazevRight
{
	width: 695px;
	height: 30px;
	margin-left: 5px;
	padding-top: 5px;
	background-image: url("/images/prechod-2.gif");
}


div.MainLogo
{
	width: 265px;
	height: 215px;
	margin-right: 5px;
	overflow: hidden;
}

div.MainNadpis
{
	width: 695px;
	height: 215px;
	margin-left: 5px;
	overflow: hidden;
}

div.MainMenuNadpis
{
	width: 265px;
	height: 35px;
	margin-right: 5px;
	background-image: url("/images/prechod-1.gif");
}

div.MainMenu
{
	width: 255px;
	margin: 5px;
	margin-bottom: 0px;
	margin-right: 10px;
	/* background-color: rgb(230, 230, 230); */
}

div.MainTeloNadpis
{
	width: 695px;
	height: 35px;
	margin-left: 5px;
	background-image: url("/images/prechod-1.gif");
}

div.MainTelo
{
	width: 655px;
	padding: 20px;
	margin-left: 5px;
	text-align: left;
	/* background-color: rgb(245, 230, 230); */
}

div.MainPata
{
	width: 970px;
	height: 50px;
	background-image: url("/images/pata.gif");
}

div.MainMezera
{
	width: 100%;
	height: 10px;
	visibility: hidden;
}
			
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Odkazy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

a, a:link, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: blue;
}

a:hover, a:active
{
	color: red;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX MenuOdkazy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */					

a.MenuOdkazy, a.MenuOdkazy:link, a.MenuOdkazy:visited
{
	display: block;
	border: none;
	/* 249x40 */
	width: 212px;
	height: 30px;
	font-size: 16px;
	padding-left: 37px;
	padding-top: 10px;
	color: white;
	margin: 0px auto; /* zarovnání na střed (Mozilla) */
	background-image: url("/images/odkaz.gif");
}

a.MenuOdkazy:hover, a.MenuOdkazy:active
{
	color: navy;
}


a.SubMenuOdkazy, a.SubMenuOdkazy:link, a.SubMenuOdkazy:visited
{
	display: block;
	border: none;
	/* 187x30 */
	width: 162px;
	height: 25px;
	font-size: 14px;
	padding-left: 25px;
	padding-top: 5px;
	color: white;
	margin: 0px auto; /* zarovnání na střed (Mozilla) */
	background-image: url("/images/odkaz-sub.gif");
}

a.SubMenuOdkazy:hover, a.SubMenuOdkazy:active
{
	color: navy;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Obrázky XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

img.fotoalbum
{
	border: none;
	margin: 5px;
}

img.left, img.right
{
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

img.left
{
	float: left;
	margin-left: 5px;
}

img.right
{
	float: right;
	margin-right: 5px;
}

img.ikona
{
	border: none;
	width: 16px;
	height: 16px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Highslide XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

a.highslide-loading, a.highslide-loading:link, a.highslide-loading:visited
{
	color: black;
}
a.highslide-loading:hover, a.highslide-loading:active
{
	color: red;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Nadpisy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

h1, h2, h3, h4, h5
{
	font-weight: bold;
	text-align: center;
	clear: both;
}

h1
{
	height: 18px;
	color: white;
	margin: 0px;
	font-size: 25px;
}

h1.nazev
{
	font-size: 15px;
}

h1.PodpisAutora
{
	font-size: 11px;
	margin: 0px;
	margin-top: 2px;
}
			 
h2
{
	font-size: 20px;
	color: red;
	margin-top: 5px;
}
	
h3
{
	font-size: 16px;
	color: navy; 
}
	
h4
{
	text-align: left;
	font-size: 14px;
	color: maroon;
}

h5
{
	font-size: 12px;
	text-align: left;
	text-indent: 20px;
	clear: none;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Formulář XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

label
{
	cursor: Pointer;
}

input, textarea
{
	font-family: Verdana;
	font-size: 12px;
	color: black;
	border: 1px solid black;
	background-color: rgb(245, 230, 230);
}
		 
input.text
{
	color: black;
	border: 1px solid black;
}

input.format
{
	width: 45px;
	color: black;
	border: 1px double black;
	cursor: Pointer;
}		 
			 
input.tlacitko
{
	color: red;
	border: 3px double black;
	font-weight: bold;
	cursor: Pointer;
}

input.file
{
	color: red;
	border: 1px solid black;
	cursor: Pointer;
}

input.checkbox
{
	border: none;
}

select
{
	font-size: 12px;
	font-weight: bold;
}

input:hover, textarea:hover
{
	border-color: blue;
	color: blue;
}

input:focus, textarea:focus
{
	border-color: red;
	color: red;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Ostatní XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

div.hr
{
	border: 1px solid maroon;
	background: maroon;
	width: 90%;
	height: 0px;
	margin: 0px auto; /* zarovnání na střed (Mozilla) */
	text-align: center; /* zarovnání na střed (IE) */
	margin-top: 3px;
	margin-bottom: 3px;
}
				
p
{
	text-indent: 20px;
	text-align: justify;
}

ol
{
	font-weight: normal;
	text-align: left;
}
	
ul
{
	font-weight: normal;
	text-align: left;
	list-style-type: square;
}

ul li.titul
{
	font-weight: bold;
	line-height: 1.6;
}

dt
{
	font-weight: bold;
}

table.ok, table.warning, table.error
{
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	margin: 0px auto; /* zarovnání na střed (Mozilla) */
	text-align: center; /* zarovnání na střed (IE) */
	width: 500px;
}

table.ok td, table.warning td, table.error td
{
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
	
table.ok
{
	border-color: blue;
	color: blue;
}

table.warning
{
	border-color: green;
	color: green;
}

table.error
{
	border-color: red;
	color: red;
}

table.TabulkaMala, table.TabulkaVelka
{
	border-width: 2px;
	border-style: solid;
	border-color: maroon;
	border-collapse: collapse;
	margin: 0px auto; /* zarovnání na střed (Mozilla) */
	text-align: center; /* zarovnání na střed (IE) */
}

table.TabulkaMala tr:hover, table.TabulkaVelka tr:hover
{
	background-color: white;
}

table.TabulkaMala th, table.TabulkaVelka th
{
	border: 2px solid maroon;
	font-size: 13px;
	color: red;
	padding: 5px;
}

table.TabulkaMala th
{
	padding: 2px;
}

table.TabulkaVelka th
{
	padding: 5px;
}

table.TabulkaMala th.titulek, table.TabulkaVelka th.titulek
{
	color: red;
}

table.TabulkaMala th.podtitulek, table.TabulkaVelka th.podtitulek
{
	color: maroon;
}
			 
table.TabulkaMala td, table.TabulkaVelka td
{
	border-left: 2px solid maroon;
	border-right: 2px solid maroon;
	border-top: 1px solid maroon;
	border-bottom: 1px solid maroon;
	text-align: center;
	font-size: 11px;
	padding: 2px;
}

table.TabulkaMala td
{
	padding: 1px;
}

table.TabulkaVelka td
{
	padding: 5px;
}

td
{
	text-align: left;
}

table.komentare
{
	border: none;
	margin: 0px auto; /* zarovnání na střed (Mozilla) */
	text-align: center; /* zarovnání na střed (IE) */
}

table.komentare td
{
	text-align: left;
}

td.datum
{
	color: maroon;
}

span.StatistikaChyba
{
	color: red;
	font-weight: bold;
}

div.KomentareCitaceAutor, div.KomentareCitace, div.KomentareCode
{
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}

div.KomentareCitaceAutor
{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.KomentareCitace, div.KomentareCode
{
	border: 1px solid maroon;
	padding: 5px;
	margin-bottom: 5px
}

div.KomentareCode
{
	font-family: Courier New;
	font-size: 11px;
}