 /**    {border: 1px solid red !important}*/   
body {
	
	font-family: "Arial CE","Helvetica CE",Arial,sans-serif;
	font-size:12pt;
	background-color: #003366;
	 			   /*Highlight,ActiveCaption*/	
				   /*#000080=namornicka modr*/
				   /*#191970=pulnocni modr*/
				   /*#00008B=tmave modra*/
	color:#FFD700; 
			/*#FFD700=zlata*/
			/*#FFFF00=zluta*/	
	}
	
body a		{color:#FFA500; text-decoration:underline}
body a:hover 	{color:white; text-decoration:underline}
body a.link 	{color:#FFA500; text-decoration:underline}
body a.visited 	{color:#FFA500; text-decoration:underline}


		/*vyuziti chyby IE4,5 a v nich tak zarovnani blokovych prvku*/
.intro{
  text-align: center;  
}
#introTitle	{position: relative;right:40px;
		 width: 800px;height: 194px;		 
   	  	 background:  url(./Includes/images/korunka_big_b.jpg);
		 background-repeat:no-repeat;
		 background-position:center;/*vycentruje obrazek*/
		 margin-left: auto;
		 margin-right: auto;
		 text-align: left;/*osetreni triku pro IE4,5*/
		 }
#introTitle h1	{display:none;}
#introRef span {display:none}

#introRef	{position:relative;		 
		 width:500px;height:50px;
	 	 margin-left: auto;
		 margin-right: auto;			
		}
#introCzRef  	{position:absolute;
		width:68px; height:50px;
		background: url(./Includes/images/czech.gif);
		left:0;/* zarovnani doleva*/
		}
#introEnRef	{position: absolute;
		width:68px; height:50px;
		background: url(./Includes/images/english.gif);
		right:0;/* zarovnani doprava*/
		}

#introLogo {position:relative;	
	    width:285px; height: 308px;	
	    background: url(./Includes/images/logo2_b.jpg);
	    background-repeat:no-repeat;
	    background-position:center;/*vycentruje obrazek*/
	    margin-left: auto;
	    margin-right: auto;
	   }

