﻿::-moz-selection
{
	background-color: lime;
	color: black;
}

::selection
{
	background-color: lime;
	color: black;
}

body
{
	font-family: Verdana;
	color: white;
	background-color: black;
	font-size: 10px;
	text-align: center;
	line-height: 1.3;
	margin: 0px;
}
						
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Hlavní rozdělovací DIVy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

div.MainDiv, div.MainNadpis, div.MainPruhLevy, div.MainPruhPravy, div.MainMenu, div.MainTelo, div.MainTeloListaTop, div.MainTeloListaBottom, div.MainPata, div.MainMezera
{
	float: left;
	overflow: auto; /* Když něco přečnívá - objeví se scrollbar */
}

div.MainDiv
{
	width: 970px;
	border: 3px solid green;
	background-color: black;
}

div.MainNadpis
{
	position: relative;
	width: 950px;
	height: 200px;
	margin: 10px;
	text-align: center;
	font-weight: bold;
}

div.MainPruhLevy
{
	width: 170px;
}

div.MainPruhPravy
{
	float: right;
	width: 800px;
}

div.MainMenu
{
	border: 1px solid green;
	width: 133px;
	margin: 0px 5px 0px 10px;
	padding: 10px;
}

div.MainTelo
{
	border: 1px solid green;
	width: 763px;
	margin: 0px 10px 0px 5px;
	padding: 10px;
}

div.MainTeloListaTop
{
	width: 763px;
	height: 18px;
	margin: 0px 10px 0px 5px;
	padding: 5px 10px 0px 10px;
	border-top: 1px solid green;
	border-left: 1px solid green;
	border-right: 1px solid green;
}

div.MainTeloListaBottom
{
	width: 763px;
	height: 18px;
	margin: 0px 10px 0px 5px;
	padding: 5px 10px 0px 10px;
	border-bottom: 1px solid green;
	border-left: 1px solid green;
	border-right: 1px solid green;
}

div.MainPata
{
	width: 928px;
	height: 30px;
	margin: 0px 10px 0px 10px;
	padding: 0px 10px;
	border: 1px solid green;
}

div.MainMezera
{
	width: 100%;
	height: 10px;
	visibility: hidden;
}

div.uvod p
{
	text-align: center;
	font-size: 12px;
	text-indent: 0px;
	line-height: 22px;
	clear: none;
	color: green;
}
			
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Odkazy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

a, a:link, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: yellow;
}

a:hover, a:active
{
	color: red;
}

div.MainNadpis a
{
	color: white;
}

#MainMenu a, #MainMenu a:link, #MainMenu a:visited
{
	display: block;
	width: 130px;
	font-size: 13px;
	border: 1px solid green;
	margin: 0px auto; /* zarovnání na střed (Mozilla) */
	text-align: center; /* zarovnání na střed (IE) */
	margin-bottom: -1px;
}

#MainMenu a.closed
{
	background-image: url("/images/ikony/menu-closed.gif");
}

#MainMenu a.opened
{
	background-image: url("/images/ikony/menu-opened.gif");
}

#MainMenu div
{
	display: none;
}

#MainMenu div.display
{
	display: block;
}

#MainMenu div a, #MainMenu div a:link, #MainMenu div a:visited
{
	width: 110px;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Obrázky XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

img
{
	border: none;
}

#MainMenu a img
{
	width: 7px;
	height: 7px;
}

img.fotoalbum
{
	padding: 5px;
}

img.left, img.right, img.center
{
	margin: 0px 10px;
	padding: 5px;
}

img.fotoalbum:hover, img.left:hover, img.right:hover, img.center:hover
{
	border: 5px dashed lime;
	padding: 0px;
}

img.left
{
	float: left;
	clear: left;
	margin-left: 0px;
}

img.right
{
	float: right;
	clear: right;
	margin-right: 0px;
}

img.ikona
{
	width: 16px;
	height: 16px;
}

img.ikonka-88x31
{
	width: 88px;
	height: 31px;
}

img.ikonka-80x15
{
	width: 80px;
	height: 15px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Nadpisy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

h1, h2, h3, h4, h5
{
	font-weight: bold;
	text-align: center;
	clear: both;
}
				
h1
{
	font-size: 18px;
	color: white;
	margin-top: 0px;
}
	
h2
{
	font-size: 14px;
	color: lime; 
}

div.uvod h2
{
	margin-top: 30px;
}
	
h3
{
	font-size: 12px;
	color: green;
	text-align: left;
}

h4
{
	font-size: 11px;
	text-align: left;
	text-indent: 20px;
	clear: none;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX DIV Nadpisy XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

div.h1
{
	font-weight: bold;
	text-align: center;
	clear: both;
	height: 20px;
	color: white;
	font-size: 15px;
	background-color: green;
}

div.MainPruhLevy div.h1
{
	margin: 0px 5px 0px 10px;
}

div.MainPruhPravy div.h1
{
	margin: 0px 10px 0px 5px;
}
				
div.h2
{
	font-weight: bold;
	text-align: center;
	clear: both;
	font-size: 15px;
	color: lime;
	line-height: 2;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Formulář XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

label
{
	cursor: Pointer;
}

input
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: black;
	margin: 0px;
	padding: 1px;
}
			
input.text
{
	color: green;
	border: 1px solid green;
}

input.format
{
	width: 45px;
	color: green;
	border: 1px double green;
	cursor: Pointer;
}			
				
input.tlacitko
{
	color: red;
	border: 3px double green;
	cursor: Pointer;
}

input.file
{
	color: lime;
	border: 1px solid green;
	cursor: Pointer;
}

textarea
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	background-color: black;
	color: green;
	border: 1px solid green;
	overflow: auto;
	margin: 0px;
	padding: 1px;
}

select
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 1px;
}

input:hover, textarea:hover
{
	border-color: lime;
	color: lime;
}

input:focus, textarea:focus
{
	border-color: white;
	color: white;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Ostatní XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

hr
{
	border: 1px solid green;
	width: 95%;
	margin: 5px auto; /* zarovnání na střed (Mozilla) */
	text-align: center; /* zarovnání na střed (IE) */
}

div.PrazdnaDatabaze
{
	width: 95%;
	margin: 0px auto; /* zarovnání na střed (Mozilla) */
	text-align: center; /* zarovnání na střed (IE) */
	padding: 2px;
	border-top: 2px solid green;
	border-bottom: 2px solid green;
	font-weight: bold;
}
				
p
{
	text-indent: 20px;
	text-align: justify;
}

blockquote
{
	font-style: italic;
}
	
ul
{
	font-weight: normal;
	text-align: left;
	list-style-type: square;
}

li.titul
{
	font-weight: bold;
	line-height: 1.6;
}

dt
{
	font-weight: bold;
}

table.border
{
	border-width: 2px;
	border-style: solid;
	border-color: green;
	border-collapse: collapse;
	margin: 0px auto; /* zarovnání na střed (Mozilla) */
	text-align: center; /* zarovnání na střed (IE) */
}

table.border caption, table.border th
{
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding: 5px;
}

table.border th
{
	border: 2px solid green;
}

table.border th
{
	padding: 2px;
}
				
table.border td
{
	border-left: 2px solid green;
	border-right: 2px solid green;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	text-align: center;
	font-size: 10px;
	padding: 2px;
}

table.nopadding td
{
	padding: 0px 3px 0px 3px;
}

table.mala td
{
	padding: 1px 3px 1px 3px;
}

table.velka td
{
	padding: 5px;
}

table.FormComments
{
	width: 540px;
	margin: 0px auto; /* zarovnání na střed (Mozilla) */
	text-align: center; /* zarovnání na střed (IE) */
}

table.FormComments th
{
	width: 50px;
	padding-right: 10px;
}

table.FormComments td
{
	text-align: justify;
}

table.komentare
{
	float: right;
	border: 1px solid green;
	margin-bottom: -1px;
	padding: 5px;
}

table.komentare td
{
	text-align: justify;
}

table.KomentarePosledni td
{
	text-align: justify;
}

table.hover tr:hover
{
	background-color: rgb(020, 020, 020);
}

table.noborder
{
	margin: 0px auto; /* zarovnání na střed (Mozilla) */
	text-align: center; /* zarovnání na střed (IE) */
}

table.center th, table.center td
{
	text-align: center;
}

table  th.nadpis
{
	color: lime;
}

table th.podnadpis
{
	color: green;
}

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;
	font-family: Verdana;
	background-color: black;
	font-size: 10px;
	line-height: 1.3;
}

table.ok td, table.warning td, table.error td
{
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
	
table.ok
{
	border-color: green;
	color: green;
}

table.warning
{
	border-color: yellow;
	color: yellow;
}

table.error
{
	border-color: red;
	color: red;
}

th.datum
{
	width: 70px;
}

th.cas
{
	width: 100px;
}

td
{
	text-align: justify;
}

div.MainNadpis table td, div.MainNadpis table th
{
	text-align: center;
	vertical-align: middle;
}

div.MainNadpis table th
{
	font-size: 18px;
}

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 green;
	padding: 5px;
	margin-bottom: 5px
}

div.KomentareCode
{
	font-family: Courier New;
	font-size: 11px;
}

div#FormCommentsReply
{
	width: 435px;
}

div.info
{
	text-align: center;
	font-style: italic;
	margin-bottom: 20px;
}

a.ikonka-88x31
{
	line-height: 31px;
}

.insert
{
	text-align: left;
	color: maroon;
}

/* 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;
}

.highslide-caption
{
	text-align: center;
}

.highslide-number
{
	text-align: center;
}
