/* AJA - moje*/
 /* links to other pages at the very beginning of a page */
.headerlinks {text-align: center; font-size: small;}
.pagetitle {text-align: center;}
.pagetitle_comment {text-align: center;}
.footer {text-align: center; }
.lastchanged { text-align: left; }
/* Added for older Netscape (4.7*) not to display black text somewhere. 
 * Anyway, as long as there is any text in the DIV in odkazy.html, the text below is black. 
 */
 TD		{ color: white }
 DIV	{ color: white } 
/* The same as ultramarine_mine.css without body box and with spec. class added*/
.menu   {
	background:	#3366FF;
	}
.emphasise {
		font-weight:	bold;
	}	
	
A.menu:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#F63;
	background:	#3366FF;
	}	
		
A.menu:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#6CF;
	background:	#3366FF;
	}	
		
A.menu:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#006;
	background:	#69F;
	}	
		
A.menu:hover	{	
	text-decoration:	none;
	color:	#FC0;
	background:	black;
	}	
		
A.menu.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#F63;
	background:	#3366FF;
	}	
	
dt           { padding-top: 0.8em }
	
	
/* ********************************************************************************************* ORIGINAL: */	
/* Nicer font for the text */
BODY    {
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	}
/* font-weight determines how "fat" the letters are*/
H1	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size:	2em;	
	font-weight:	500;	
        }
H2	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size:	1.75em;	
	font-weight:	500;
        }
H3	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size:	1.58em;	
	font-weight:	600;
        }
H4	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size:	1.33em;
	font-weight:	600;
        }
H5	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size:	1.17em;
	font-weight:	600;
        }
H6	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size:	1em;
	font-weight:	700;
        }
A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN,		
DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,		
LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR, 		
APPLET, BIG, CENTER, DIR, FONT,  MENU, PRE,		
ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration:	none;
	border-color:	#369;
	border-style:	none;
	}	
HR {
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration:	none;
	border-color:	#369;
	/*border-style:	none;*/
}	
		
BODY	{	
	color:	white;/*#F5F5F5; -- removed: problems with old Netscape; this color is black. */	
	background:	#006;
	}	
H1, H2, H3, H4, H5, H6, DT, TH, THEAD, TFOOT	{	
	color:	#FC0;
	background:	#006;
	}	
A:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#F63;
	background:	#006;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#6CF;
	background:	#006;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#006;
	background:	#69F;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#FC0;
	background:	black;
	}	
		
A.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#F63;
	background:	#006;
	}	
	
