body 
 {
	scrollbar-base-color: #FDC800;
	background-color: #FDC800;
	color: Silver;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
 
 body.texty
 {
 	scrollbar-base-color:#667BB4;
	color : #BBD2E2;
	background : url("obr/pozadi.jpg") no-repeat fixed bottom;
	margin-left : 5;
	margin-right : 5;
	margin-top : 5;
	margin-bottom : 5;
}

table 
 { 
  font-size: 10pt;
 }
 
 td {
 	text-align: left;
	vertical-align: top;
 }
 
 table.main
 {
	width : 100%;
 }

table.menu, table.menu td 
 {
  border-left : 1pt solid #FDC800;
  border-right: 1pt solid #FDC800;
  border-width : 1pt;
	text-align: center;
 }

 
tr.hlavicka
{
	font-weight : bold;
	background : #333333;
	border-bottom: 1px solid red;
}

tr.prvni 
{
	background: #333333;
}

tr.druha 
{
	background: #333333;
}

tr.grey 
{
	background: #333333;
}

tr.black
{
 background: #000000;
}

A:link {color : #889DD6}
A:visited{color : #889DD6}
A:active{color : #889DD6}

A 
 {
  text-decoration: none;
 }

hr 
{
 color : #FDC800;
}

h1, h2, h3, h4 {
 font-weight: normal;
 color: #FDC800; 
}

h1 {
	border-bottom: 1px dotted #FDC800;
	_border-bottom: 1px solid #FDC800;
	margin: 2px 10px 5px 0px;
  font-size: 1.5em;
}

h2 {
	margin: 2px 10px 3px 0px;
  font-size: 1.3em;
}

p {
  margin: 0px 0px 10px 0px;
  padding: 1px;
}

p.rec
{
  font-style: italic;
}

