/*d5f2b7*/


mail, a.mail {

font-size: 13px;
color: #600000;

}

a.mail:hover {

color: #FF0000;
}
/* popis na stranke */

/* vypis autora a datumu vytvorenia */
p.date{
	 font-size: 10px;
	 text-align: right;
	 color: #600000;
}

/* nadpis, s pozadim */
/* FONTOS, minden oldal kozepen van */
H1,  H2, a.h2 { 
	font-size: 20px; 
/*	font-style: italic; */
	font-weight: bold; 
	text-align: center;
	color: #600000;
/*	background: #FFFAAA; */

	padding: 10px;
}

/* nadpis na pagelist-e */
/* nadpisi na liste stran */
H2, a.h2{ 
	font-size: 15px; 
	text-align: left;
	margin: 0px;
	padding: 0px;
   	background: #FFFFAA;
	border: solid 1px #6F5000;
}
a.h2:hover { 
	color: #FF0000;
}



H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #600000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

	text-align: justify;
}

a.h2{
	border: 0px;
}

.titletype{
	font-size: 10px; 
	font-style: italic; 
	font-weight: bold; 
	text-align: right;
}

/* popis na pagelist-e */
p.descript2{
	font-size: 13px;
	font-weight: normal;
	color: #600000;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: justify;
/*	background: #ffb;*/
	border: 1px;
	border-style: solid;
	border-color: #dda;
	margin: 0px;
	margin-bottom: 5px;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #600000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

	text-align: justify;
}

H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #600000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;

	text-align: justify;
}


/* hlavna tabulka*/
table.main {
	padding: 0px;
	margin: 0px;
	border-color: blue; 
	border: outset;
	border-width: thin;
   	border-collapse: separate;
   	border-spacing: 0pt;
	font-size: 12px;

}

/* top picture */
table.toppic {
	width: 1024px;
	height: 140px;
	border: 0px;
	padding: 0px; 
	margin: 0px;
	text-align: center;
	background: url("../pics/banner.jpg");
}

