a {
	color: #21c0e9;
}

a:hover {
	color: #ad90fd;
}

blockquote {
	padding: 25px 1em 0.5em 1em;
	margin: 1em 0 1em 0;
	height: 35px;
	font-size: 141%;
	color: #1a434d;
	text-align: center;
	background: url(/pic/blockquote.png) no-repeat center center;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 80%;
	background: #070b1c url(/pic/body-repeat.png) repeat-x top left;
	color: white;
}

form {
	margin-top: 1em;
}

form .submit {
	padding-top: 2em;
	text-align: center;
}

form label {
	float: left;
	width: 20em;
	text-align: right;
	padding-right: 3px;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, p, img {
	margin: 0px;
	padding: 0px;
}

hr {
	margin: 1em 0 1em 0;
	padding: 0;
	background-color: #16add6;
	height: 1px;
	width: 100%;
	border: none;
	color: #16add6; /* pro IE */
}

img {
	border: none;
}

table {
	margin: 1em auto 1em auto;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

table td, table th {
	padding: 5px;
	line-height: 150%;
}

table th {
	background: url(/pic/th.png) repeat-x top left;
	height: 40px;
	padding: 0;
	vertical-align: middle;
	color: #57d0f1;
	font-weight: bold;
	font-size: 121%;
}

table tr:hover {
	background-color: #0e7a98;
}

table tr:hover a
{
	color:#afe2f0;
}

.clear {
	clear: both;
}

.sudy {
	background-color: #0a4c5f;
}

.vlevo {
	float: left;
	margin-right: 1em;
}

.vpravo {
	float: right;
	margin-left: 1em;
}

#hlava {
	background: url(/pic/hlava-bg.jpg) no-repeat top left;
	height: 446px;
}

#hlava h1 a {
	display: block;
	width: 700px;
	height: 400px;
	text-indent: -5000em;
}

#kontejner {
	width: 1000px;
	margin: 0 auto 0 auto;
	background: url(/pic/kontejner-repeat.png) repeat-y top right;
	position: relative;
}

#led {
	width: 202px;
	height: 202px;
	background: url(/pic/led.png) no-repeat top left;
	position: absolute;
	top: 337px;
	right: -79px;
}

#login {
	display: block;
	width: 180px;
	height: 140px;
	position: absolute;
	top: 280px;
	right: 35px;
}

#login form {
	padding: 0;
	margin: 0;
}

#login input[type="image"] {
	position: absolute;
	top: 66px;
	right: 58px;
	z-index: 1000; /* kvůli FF, kde na to moc nešlo najet myší*/
	padding: 1px; /* kvůli FF, kde na to moc nešlo najet myší*/
}

#login input[type="password"]{
	top: 37px;
	right: 0px;
}

#login input[type="text"]{
	top: 16px;
	right: 0px;
}

#login input[type="text"], #login input[type="password"] {
	width: 109px;
	height: 16px;
	background: transparent;
	border: none;
	position: absolute;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
}

#login label {
	width: 50px;
	text-indent: -5000em;
	text-align: left;
}

#login span {
	display: none;
}

#menu {
	float: left;
	width: 258px;
	background: url(/pic/obsah-repeat.png) repeat-y top left;
	padding: 0 0 0 0;
	background-position: left top;
	background-repeat: no-repeat;
}

#menu #m_01 {
	background-image: url(/pic/menu-01.png);
}

#menu #m_02 {
	background-image: url(/pic/menu-02.png);
}

#menu #m_03 {
	background-image: url(/pic/menu-03.png);
}

#menu #m_04 {
	background-image: url(/pic/menu-04.png);
}

#menu #m_05 {
	background-image: url(/pic/menu-05.png);
}

#menu #m_06 {
	background-image: url(/pic/menu-06.png);
}

#menu #m_07 {
	background-image: url(/pic/menu-07.png);
}

#menu a {
	display: block;
	height: 40px;
	padding: 0px 12px 0px 12px;
	color: #cde960;
	text-decoration: none;
	font-size: 121%;
	text-indent: -5000em;
}

#menu a:hover, #menu a.active {
	color: white;
	background-position: -500px top;
}

#menu-end {
	height: 190px;
	background: url(/pic/menu-end.png) no-repeat top left;
}

#menu-inner {
	background: url(/pic/obsah-start.png) no-repeat top left;
	padding: 10px 0 0 16px;
}

#obsah {
	float: right;
	width: 742px;
	padding: 0 0 0 0;
	background: url(/pic/obsah-repeat.png) repeat-y top right;
}

#obsah .poznamka {
	font-size: 86%;
	color: #cccccc;
	padding-top: 0.5em;
}

#obsah .varovani {
	border: 1px solid #c4c4c4;
	padding: 5px 10px 5px 10px;
	background: #e7e7e7;
	margin: 2em 3em 0 3em;
	color: #910606;
}

#obsah .varovani {
	border: 1px solid #3c4a02;
	padding: 5px;
	background: #ff3300;
	margin: 2em 3em 0 3em;
}

#obsah .varovani p {
	padding: 0;
}

#obsah blockquote p {
	padding: 0;
	margin: 0;
	text-align: center;
}

#obsah h1 {
	padding: 1em 0 5px 55px;
	font-size: 220%;
	font-weight: normal;
	color: #ad6ffa;
	background: url(/pic/h1.png) no-repeat left bottom;
}

#obsah h2 {
	padding: 1.5em 0 1px 45px;
	font-size: 140%;
	font-weight: normal;
	color: #2bc1e9;
	background: url(/pic/h2.png) no-repeat 10px bottom;
}

#obsah p, ul, ol {
	text-align: justify;
	line-height: 150%;
	padding-top: 1em;
}

#obsah ul, #obsah ol {
	margin: 0 3em 0 3em;
	list-style-position: outside;
}

#obsah-end {
	background: url(/pic/obsah-end.png) no-repeat top right;
	height: 40px;
}

#obsah-inner {
	background: url(/pic/obsah-start.png) no-repeat top right;
	padding: 0 33px 0 20px;
	min-height: 400px;
}

#paticka {
	width: 920px;
	clear: both;
	background: url(/pic/paticka-bg.png) no-repeat top left;
	padding: 39px 80px 0 0px;
	height: 45px;
	font-size: 91%;
	text-align: right;
	color: #6e6e6e;
	margin: 0 auto 0 auto;
}

#paticka a {
	color: #6e6e6e;
}

#paticka a:hover {
	color: #5fa0fe;
}

#paticka-repeat {
	width: 100%;
	background: url(/pic/paticka-repeat.png) repeat-x top left;
	clear: both;
}

#uvod table {
	text-align: center;
}

#uvod table tr:hover {
	background: none;
}

