/*
   Autor: Jakub Hejda, jakub@clickmedia.cz            
*/

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	color: #3E3E3E;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	font-size: 90%;
	line-height: 140%;
	margin-bottom: 20px;
	background: White url(../design/zakladni-layout/bg-body.png) no-repeat center top;
	font-family: "Trebuchet MS", sans-serif;
}
h1,h2,h3,h4,h5 {
	font-family: "Trebuchet MS", sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 180%;
	line-height: 1.3em;
	color: #676767;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0;
	margin-top: 0em;
	margin-bottom: 0.2em;
	background: transparent;
}
h2 {
	background: transparent;
	color: #676767;
	font-size: 130%;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-style: italic;
	margin-top: 0.3em;
	margin-left: 0px;
}
h3 {
	font-size: 110%;
	background: transparent;
	color: #676767;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 0px;
	font-weight: bold;
	font-style: italic;
}
p, ul, ol {	font-size: 90%;}

p {
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0em;
	text-indent: 0px;
	color: #3E3E3E;
}
blockquote {
	padding: 10px;
	background: #D4F3FF;
	border: 1px solid #46CAFF;
	margin-bottom: 20px;
	margin-top: 20px;
}
ul, ol {
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}

ul li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	line-height: 1.5em;
}
ol li {
	list-style-position: outside;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	line-height: 1.5em;
}



ol.lower-alpha li {
	list-style-type: lower-alpha;
}

p.noIndent {
	text-indent: 0em;
}
strong, b {
	background: transparent;
	font-weight: bold;
}
em {
	background: transparent;
	font-weight: bold;
	font-style: italic;
}

a {	text-decoration: underline; cursor: pointer; }
a:link,
a:visited{
	background: transparent;
	color: #1982AF;
}
a:hover, a:active{
	background: transparent;
	color: Black;
	border: none;
}
a img {	border: none;}

hr {
 height: 0px;
 border-width: 0;
 border-bottom: 1px dashed silver;
}
table {
	width: auto;
	font-size: 90%;
	border-collapse: collapse;
	border-color: silver;
	margin: 5px;
	margin-left: 0px;
}
table th {
	font-size: 100%;
	background: #666666 url(../design/zakladni-layout/bg-th.png) repeat-x top;
	color: White;
	border-color: silver;
	border-collapse: collapse;
	padding: 3px;
}
table td {
	background: transparent;
	color: Black;
	font-size: 100%;
	border-color: silver;
	border-collapse: collapse;
	padding: 3px;
}
tr.sudy_radek td {
	background: #D9EFF2;
}
tr.lichy_radek td {
	background: white;
}

label {
	font-size: 90%;
	font-weight: bold;
	font-style: normal;
	background: transparent;
	color: Black;
}
p label {	font-size: 100%;}
table label {	font-size: 100%;}



/* ochrana proti cyklickemu zmenseni pisma */
ul ul, 
ol ol, 
ul ol, 
ol ul {	font-size: 100%;}
p ul,
ul p {	font-size: 100%;}
p table,
table p {	font-size: 100%;}

:focus { outline: none; }
