/* CSS Document */
	<style type="text/css">
html, body {
	height: 70%;
	padding: 0;
	margin: 0;
}
body {
  /*font-family: Courier;*/
  font-size: 11;
  color: #dddddd;
  scrollbar-arrow-color: #dd7711;
  scrollbar-face-color: #ff9900;
  scrollbar-highlight-color: #ff9900;
  scrollbar-3dlight-color: #ff9900;
  scrollbar-shadow-color: #ff9900;
  scrollbar-darkshadow-color: #ff9900;
  scrollbar-track-color: #000000;
	_text-align: center; /* IE */
	background: #000000;
	background-image:url(1.gif);
	background-repeat:repeat-x;	
}
h1 {
	margin: 0;
	text-align: center;
}
#stranka {
	width: 400px;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */

	background: #444444;
	text-align: justify;
	margin: 0 auto;
	position: relative;
	border-right: solid #666 1px;
	border-left: solid #666 1px;
}
#hlavicka {
  font-family: Tahoma;
  font-size: 15;
  color: #333333;
  width: 100%;
	border-bottom: solid #666 1px;
	background: #ff9900;
	padding: 10px;
}
#paticka_down {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 20px;
	background: #ff9900;
	font-family: Tahoma;
  font-size: 15;
  color: #333333;
}
#paticka {
	border-top: solid #666 1px;
	text-align: right;
	padding: 10px;
}
#hlavni {
	padding: 10px;
	padding-bottom: 20px; /* vyska paticky */
}
#hlavni img {
	float: right;
	/*border: solid #666 1px;*/
	margin: 0 1em .5em 0;
}
#hlavicka a.tlacitko {
	float: right;
	/*border: solid #666 1px;*/
	margin: 0 1em .5em 0;
}
table#hram td, table#hram th 
{ 
border-color: #ffbb00; 
border-style: solid; 
border-width: 1px 0px; 
}
a.tlacitko{
border-bottom : 1px solid black;
border-top : 1px solid Silver;
border-left : 1px solid Silver;
border-right : 1px solid black;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bolder;
font-size : 60%;
padding : 1px 5px 1px 5px;
background-color : #FFA500;
color : White;
text-decoration : none;
}
a.tlacitko:hover{
border-bottom : 1px solid silver;
border-top : 1px solid Black;
border-left : 1px solid Black;
border-right : 1px solid silver;
}
	</style>
