/****
Testovac stylesheet pro vvoj webu.
Pokud se zapne automatick pripojovn styl v "common.php", mus se obsah tohoto souboru mazat.
****/

/* Elements : Norbou style */

body  {
	margin : 10px 20px 10px 20px;
	background-color : #FFFFFF;
}
body.menu  {
	margin : 10px 10px 10px 10px;
	background-color : #FEFFE1;
}
body.top  {
	margin : 10px 10px 10px 10px;
	background-color : #E1FFE2;
}
body,td,div,span,html {
	font-family: "Comic Sans MS", "Palatino Linotype", "Trebuchet MS", "Times New Roman", "Times CE", arial, serif;
	text-decoration: none;
	color : Black;
	font-size: 9pt;
}
p {
	margin-top : 0.4em;
	margin-bottom : 0.6em;
}
a {
	color: #660300;
	text-decoration: underline;
}
a:hover {
	color : #663600;
	text-decoration: underline;
}
ul {
	list-style-type: square;
	list-style-image : url(../img/li.gif);
	margin-top : 3pt;
	margin-bottom : 3pt;
	text-align : left;
	margin-left: 10pt;
	padding-left: 0pt;
}
li {
	margin-top : 0.2em;
	margin-bottom : 0.2em;
	line-height : 1.2em;
	text-align : left;
}

form {
	margin: 0px;
}
img {
	border-color : black;
}
sub,sup {
	font-size: 10px;
}

/* Univarsal selectors : Norbou style */

.smallerfx {
	font-size: 10px;
}
.normfx {
	font-size: 11px;
}
.normbdfx {
	font-size: 12px;
	font-weight : bold;
}

.smaller {
	font-size: 8pt;
}
.norm {
	font-size: 11px;
}
.normbd {
	font-size: 12px;
	font-weight : bold;
}
p.leftalign {
	text-align : left;
}
p.just {
	text-align : justify;
}
p.nomargin,ul.nomargin,ol.nomargin {
	margin-bottom : 0em;
	margin-top : 0em;
}

h1,.h1 {
	font-size: 18pt;
	font-weight : bold;
	margin-top : 0em;
	margin-bottom : 0.5em;
	color : #009550;
	text-align : left;
}
h2,.h2 {
	font-size: 18pt;
	font-weight : bold;
	margin-top : 1em;
	margin-bottom : 0.3em;
	line-height : 1.25em;
	color : Black;
	text-align : left;
}
h3,.h3 {
	font-size: 16pt;
	font-weight : bold;
	margin-top : 1em;
	margin-bottom : 0.5em;
	line-height : 1.25em;
	color : Black;
	text-align : left;
}
h4,.h4 {
	font-size: 0.9em;
	font-weight : bold;
	margin-top : 1em;
	margin-bottom : 0em;
	line-height : 1.25em;
	color : Black;
	text-align : left;
}
h5,.h5 {
	font-size: 0.9em;
	font-weight : bold;
	margin-top : 1em;
	margin-bottom : 0em;
	line-height : 1.25em;
	color : Black;
	text-align : left;
}
h6,.h6 {
	font-size: 0.8em;
	font-weight : bold;
	margin-top : 0.6em;
	margin-bottom : 0em;
	line-height : 1.25em;
	color : Black;
	text-align : left;
}
.note {
	font-size: 9px;
	font-weight : normal;
}
.header {
	font-size: 10px;
	font-weight : normal;
	margin-top : 3em;
	margin-bottom : 0.5em;
	line-height : 1.25em;
	color : #190A73;
	font-style : italic;
}
.footer {
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 9px;
	font-weight : normal;
	line-height: 12px;
	color : Black;
}
.important {
	font-size: 11pt;
	font-weight : bold;
	margin-top : 1.8em;
	margin-bottom : 1.4em;
}

#hmax { height: 100%; }
#hnor { height: auto; }
#hmin { height: 1px; }

/* Special selectors : Norbou style */


/* Forms selectors : Norbou style */

.formik {
	width : 150px;
	height: 18px;
	color : Black;
	background-color : #F2F9FA;
	font-size : 11px;
	padding-left : 3px;
	padding-bottom : 0px;
	padding-top : 1px;
}
.zprava {
	width : 250px;
	height : 150px;
	background-color : #F2F9FA;
	padding-left : 3px;
	padding-bottom : 0px;
	padding-top : 1px;
	font-family: "verdana ce","arial ce", "geneva ce", "helvetica ce", verdana, arial, geneva, helvetica, sans-serif;
	color : #192F3B;
	font-size: 11px;
}
.button {
  font-size : 11px;
  font-weight : bold;
}
.pozor {
	font-weight: bold;
	color: #FF0000;
}
.kal-aktualne {
	color: #CC0000;
}
.msg-datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 9px;
}
TABLE.Kalendar {
	background: #8B0000;
	border-color:#white;
	border: 1px;
	border-style: solid;
}
TABLE.Kalendar TD, TABLE.Kalendar TH {
	border-color:#white;
	border: 1px;
	border-style: solid;
}
TABLE.Kalendar TD {
	background: #FFFFFF;
}
th {
	font-size: 11pt;
	background-color: #FFF1E1;
}
P.Pozvani {
	color: red;
	font-size: 10pt;
	margin-bottom: 10px;
}.hidden {
	visibility: hidden;
	height: 1px;
	overflow:hidden;
}

