/****
Testovací stylesheet pro vývoj webu.
Pokud se zapne automatické pripojování stylů v "common.php", musí se obsah tohoto souboru mazat.
****/

/****
Hlavní stylesheet pro nearchaické prohlížeče:
IE4 a vyšší, NS6 a vyšší, Mozzila Gecko, Opera 6 a vyšší.
****/

/* Elements : Norbou style */

body  {
	margin : 0px 0px 0px 0px;
}
/*
body,td,div,span {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color : Black;
	font-size: 11px;
}
*/
p {
	margin-top : 0.4em;
	margin-bottom : 0.6em;
}
a {
	color : #006691;
	text-decoration: none;
}
a:hover {
	color: #006691;
	text-decoration: underline;
}
ul,ol {
	margin-top : 0.4em;
	margin-bottom : 0px;
	text-align : left;
}
ul {
	list-style-type: square;
	list-style-image : url(../img/li.gif);
}
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: 10px;
}
.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 {
	margin-top : 0px;
	margin-bottom : 0px;
}
h2,.h2 {
	font-size: 13pt;
	font-weight : bold;
	margin-top : 1.5em;
	margin-bottom : 0.3em;
	line-height : 1.25em;
	color : Black;
	text-align : left;
}
h3,.h3 {
	font-size: 1em;
	font-weight : bold;
	margin-top : 8px;
	margin-bottom : 0.3em;
	line-height : 1.25em;
	color : Black;
	text-align : left;
}
h4,.h4 {
	font-size: 1em;
	font-weight : bold;
	margin-top : 8px;
	margin-bottom : 0em;
	line-height : 1.25em;
	color : Black;
	text-align : left;
}
h5,.h5 {
	font-size: 0.9em;
	font-weight : bold;
	margin-top : 1.2em;
	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;
	color : #7B7B7B;
	font-style : italic;
}
.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-size: 11px;
	font-weight : normal;
	line-height: 13px;
	color : Black;
}
.footer A {
	font-size: 11px;
	font-weight : normal;
	line-height: 13px;
	color : Black;
}
.important {
	font-size: 11px;
	font-weight : bold;
	margin-top : 1.8em;
	margin-bottom : 1.4em;
	line-height : 1.25em;
	color : #00008B;
}

#hmax { height: 100%; }
#hnor { height: auto; }
#hmin { height: 1px; }

.topmrgn0 {
	margin-top : 0px;
}

/* Special selectors : Norbou style */

.menu1 {
	padding-top : 8px;
	padding-bottom : 8px;
}
.menu1 a.current {
	color : #5C2D91;
	text-decoration: none;	
}
.menu1 a.current:hover {
	color : #5C2D91;
	text-decoration: none;	
}
.menu1 a, a.menutype {
	color : #000000;
	text-decoration: none;
}
.menu1 a:hover, a.menutype:hover {
	color: #5C2D91;
	text-decoration: underline;
}


/* 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;
}
