BODY { background-image: obr/pozadi/gray11.gif;
	background-color: silver;
	color:blue}

A:link {color: green; text-decoration: none}
A:visited {color: teal; text-decoration: none}
A:hover {color: red; text-decoration: underline}
A:active {color: #990000; text-decoration: none}
-->

H1 { color: green; text-decoration: none; text-align: center }
H2 { color: green; text-decoration: none; text-align: left }
H3 { color: blue; text-decoration: underline; text-align: left }
.nadpis { color: green; text-decoration: none; text-align: left; font-size: 14pt } 
H6 { font-weight: normal; font-size:10pt; text-align: center; background: white;
color: black } 

.nahoru { font-weight: normal; font-size:10pt; text-align: center}
.navigace { font-weight: normal; font-size:10pt; text-align: center}
.uvod { font-style: italic; font-size:10pt; text-align: left}
.apel { font-style: italic; font-size:10pt; text-align: left; color:red}
.small { color: black; text-decoration: none; font-size:10pt }

/*p:first-letter {font-size: 200%} */
/* komentar */

.prouzek {
position: center;
height: auto;
overflow: auto;
width: 90%;
background: white;
padding: 6px;
top: 10px;
left: 0px;
right: 0px;
border-style: ridge;
text-align: center;
/* margin-left: auto;
margin-right: auto */
}


.prouzek_l {
position: left;
height: auto;
overflow: auto;
width: 90%;
background: white;
padding: 6px;
top: 10px;
left: 0px;
right: 0px;
border-style: ridge;
text-align: left;
/* margin-left: auto;
margin-right: auto */
}