A:link{ color : #660000 }				/* nenavstiveny odkaz */
A:visited{ color : #660000 }				/* navstiveny odkaz */
A:active{ color : #660000 }				/* aktivni odkaz */
A:hover{ color: #FFFFFF }				/* nad odkazem je mys */

A.top:link{ color : #FFFFFF }				/* nenavstiveny odkaz */
A.top:visited{ color : #FFFFFF }			/* navstiveny odkaz */
A.top:active{ color : #FFFFFF }				/* aktivni odkaz */
A.top:hover{ color: #FFFFFF;				/* nad odkazem je mys */
	     background-color : #660000;
           }				

A.bottom:link{ color : #FFFFFF }			/* nenavstiveny odkaz */
A.bottom:visited{ color : #FFFFFF }			/* navstiveny odkaz */
A.bottom:active{ color : #FFFFFF }			/* aktivni odkaz */
A.bottom:hover{ color: #660000	}			/* nad odkazem je mys */

A.bottom2:link{ color : #660000 }			/* nenavstiveny odkaz */
A.bottom2:visited{ color : #660000 }			/* navstiveny odkaz */
A.bottom2:active{ color : #660000 }			/* aktivni odkaz */
A.bottom2:hover{ color: #FFFFFF	}			/* nad odkazem je mys */

A.tit:link{ color : #FFFFFF }			/* nenavstiveny odkaz */
A.tit:visited{ color : #FFFFFF }			/* navstiveny odkaz */
A.tit:active{ color : #FFFFFF }			/* aktivni odkaz */
A.tit:hover{ color: #660000	}			/* nad odkazem je mys */


body {
	background-color : #CC9933;
	font-family : "Times New Roman", Times, serif;
}

table {
	color : #660000;
	background-color : #CC9933;;
}

table.bottom{
	font-size : 75%;
}

table.top {
	background : url(img/top.png);
}

table.txt {
	background-repeat : repeat-y;
/*	height : "100%"; */
	background : url("img/back.jpeg");
}

table.in_txt {
    	margin-top : 5px;
	margin-bottom : 5px;	
    	background : url("img/back.jpeg");
}

table.in_txt_osa {
    	background : url("img/back.jpeg");
    	border-left : #660000 double;
}

A.tit {
	font-family : "Arial CE", Arial, sans-serif;
	font-size : 100%;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;	
}

A.top {
	font-family: "Times New Roman", Times, serif;
	font-size : 75%;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;	
}

A.bottom {
	font-family:"Times New Roman", Times, serif;
	font-size : 100%;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;	
}

.aktual{						/* paticka stranky - datum aktualizace */
	font-size : 75%;
	font-family :"Times New Roman", Times, serif;
	font-weight : normal;
	font-style : normal;
	color : #660000;
	text-align : center;
}

H1{							/* nadpis 1. urovne */
	font-size : 180%;
	font-family : "Arial CE", Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	text-align : center;
	text-transform : uppercase;
}

H2{							/* nadpis 2. urovne */
	font-size : 130%;
	font-family : "Arial CE", Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	text-align : center;
	text-transform : uppercase;
}

H3{							/* nadpis 3. urovne */
	font-size : 100%;
	font-family : "Arial CE", Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	margin-bottom : 0pt;		
}
