A
    { font-weight: bold; font-size: 10pt }

A:visited.menu
    { text-decoration: none; color: #FFEC9D } /* sv.orange */
A:link.menu
    { text-decoration: none; color: #FFFFFF } /* bila */
A:active.menu
    { text-decoration: none; color: #FFCC00 } /* orange */
A:hover.menu
    { text-decoration: underline; color: #FFCC00 } /* orange */

A:visited
    { text-decoration: none; color: #FF0000 } /* cervena */
A:link
    { text-decoration: none; color: #FF0000; } /* cervena */
A:active
    { text-decoration: none; color: #8FBC8F;
} /* zelena */
A:hover
    { text-decoration: underline; color: #8FBC8F } /* zelena */

body
	{
    padding: 0;
   color: #4287A8;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	background: #FFEC9D url(buttons/bg_packy1.gif) repeat;
	SCROLLBAR-FACE-COLOR: #4287A8;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFEC9D;
	SCROLLBAR-SHADOW-COLOR: #FFEC9D;
	SCROLLBAR-3DLIGHT-COLOR: #4287A8;
	SCROLLBAR-ARROW-COLOR: #FFEC9D;
	SCROLLBAR-TRACK-COLOR: #FFEC9D;
	SCROLLBAR-DARKSHADOW-COLOR: #4287A8;

}

/*	@import "all.css";  just some basic formatting, no layout stuff */
		
	#frame {
	width: 750px;    /* celková šířka */
	background: url(buttons/bg_panel.gif) repeat;  
   border-right: 1px solid #4287A8;
   border-top: 1px solid #4287A8;
   border-bottom: 1px solid #4287A8;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	text-align: left;

}
	#contentheader {
	background: url(nadpis03.gif) no-repeat center;      
   height: 90px;  
}		
	#contentleft-null {
	width: 180;
	padding: 0;
	float: left;
}
	#contentleft {
	padding: 2px;
	
}	
	#contentcenter-null {
	width: 569;
	padding: 0;
	float: right;
}    
	#contentcenter {
	padding: 2px;
}

	#paticka-null {
     clear: both;
     width: 100%;
     padding: 0;
     border: 0;
     background: #FFF4AC;
}
#paticka {
     padding: 2px;
     xborder-top: 1px solid #4287A8;
     border-left: 1px solid #4287A8;
}	

		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}

img.ramec {
	border : 1pt solid Black;
}

hr {
	width : 95%;
	color : #4287A8;
	height : 1px;
}

td
    { font-family: "Courier New", Courier, monospacel; font-size: 10pt }

table.ram            {
	border : 1pt solid #4287A8;
}	

td.rodok            {
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 8pt;
	border-bottom-style : solid;
	border-bottom-color : #4287A8;
	border-bottom-width : 1pt;
}
	
.orange
    {
	color: #FFEC9D;
		font-size: 8pt
}

.bluemal
    {
	color: #4E7195;
	font-size: 8pt
}

.teal
    {
	color: #008080;
	font-weight: 700;
}

.date
    {
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	color: #4287A8;
	text-align: center
}

h1
    {
	font-family: "Courier New", Courier, monospace;
	color: #4287A8;
	padding-top: 5px;
   	padding-bottom: 5px;
	font-size: 12pt;
	background-color : #FFEC9D;

}
.skryty    { 
     display: none
}
h2
    {
	font-family: "Courier New", Courier, monospace;
	color: #4287A8;
	padding-top:10px;
	font-size: 12pt;
	text-decoration : underline;
}

h3
    {
	font-family: "Courier New", Courier, monospace;
	color: #4287A8;
	padding-top:10px;
	font-size: 12pt;
}
.noscreen { 
     display: none
} 
table.rodok {
   border-collapse: collapse;
   
   
}   
table.rodok td { border: 1px solid #4287A8;  }