	html {
scrollbar-track-color: white;
scrollbar-face-color: lightblue;
scrollbar-highlight-color: navy;
scrollbar-3dlight-color: navy;
scrollbar-darkshadow-color: navy;
scrollbar-shadow-color: navy;
scrollbar-arrow-color: navy; }
	a:link {
color: black;
text-decoration: underline;
font-weight: normal;
font-style: normal; }
	a:visited {
color: black;
text-decoration: underline;
font-weight: normal;
font-style: normal; }
	a:hover {
color: red;
text-decoration: underline;
font-weight: normal;
font-style: normal; }
	a:active {
color: navy;
text-decoration: underline;
font-weight: normal;
font-style: normal; }
	body {
background-color: white;
color: black;
font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
font-size: 1em }
	table {
background-color: white; 
border-style: none; }
	.hlavni {
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 30px;
background-color: lightblue; }
	h1 {
font-size: 1.2em;
font-weight: normal;
font-style: normal;
color: navy; }
	h2 {
font-size: .9em;
font-weight: bold;
font-style: normal;
color: navy;
clear: left; }
	p {
color: black;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: .9em;
text-indent: .9em;
padding: 0;
margin-left: 15px; }
	strong {
color: black;
text-decoration: none;
font-weight: bold;
font-style: normal;
font-size: 1em; }
	em {
color: black;
text-decoration: none;
font-weight: normal;
font-style: italic;
font-size: 1em; }
	.seznam {
color: black;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: .9em;
text-indent: 3em;
padding: 0;
margin-left: 15px; }



	*html div#seznam_nabidka ul {
float: left;
border-left: 2px solid white;
margin-left: 15px; }
	*{margin: 0; padding: 0;}
	div#seznam_nabidka {
width: 100%;
float: left;
border-top: 1px solid white;
border-bottom: 1px solid white;
font-size: .9em;
background-color: navy;
margin-top: 20px; }
	div#seznam_nabidka ul {
margin: 0 0 0 30px; }
	div#seznam_nabidka li {
float: left;
position: relative; 
list-style-type: none;
background-color: navy;
padding: 0 6px;
border-right: 2px solid white; }
	div#seznam_nabidka li:first-child {
border-left: 2px solid white; }
	div#seznam_nabidka li:hover {
background-color: navy; }
	div#seznam_nabidka a {
padding: 0 6px;
text-decoration: none;
color: white;
background: none;
font-weight: bold; }
	div#seznam_nabidka a:hover {
color: lightblue; }