body
	{   
	 background: white;
	 background-image: url(bg.png);
	 background-repeat: repeat-x;
	 padding: 10px;
	}
strong
  {
   color: darkred;
   text-decoration: underline; 
  }
h1
	{
	 font-family: "arial"
	}
h4
  {
   color: red;
  }
img.right
	{
	 float: right;
	}
img.left
	{
	 float: left;
	}
img
	{
	 border: none;
	}
p
	{
	 text-align: justify;
	 font-size: 13px;
	 margin: 5px;
	}
  
.select
	{
	 background: white;
	 color: black;
	 height: 25px;
	 margin: 0px;
	 text-align: center;
	 font-family: tahoma, verdna;
	}
.main
	{
	 width: 750px;
	 border: 1px solid black;
	 min-height: 719px;
	 margin: auto;
	 overflow: hidden;
	 background: #B0E9FD;
	}
.obsah
	{
	 min-height: 550px;
	 padding: 0px 10px 0px 10px;
	 text-align: left; 
	 font-family: tahoma, verdna;
	}
.menu
	{
	 margin: 0px 0px 0px 0px; 
	 padding: 0px 0px 0px 5px;
	 text-align: center;
	 background-image: url(menubg.png); 
	}
.foot
	{
	 float: left;
	 height:15px;
	 width: 100%;
	 text-align: center;
	 font-size: 10px;
	}
a.tlac
	{
	 display: inline;
   margin: 5px;      
   padding: 0px 5px;
	 text-decoration: none;
	 color: white;
	 text-align: center;
	 font-weight: bold;
	 font-size: 20px;
	}	   
a.tlac:hover
	{
	 background-image: url(hoverbg.png);           
	 text-decoration: none;
	}	  
a.tlac:active
	{
	 background-image: url(activebg.png);           
	 text-decoration: none;
	}	
a:hover
  {
   color: #36c;
  }
a
  {
   color: #03c;
   text-decoration: none;
  }
a:active
  {
   color: #09f;
  }
