/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 1px 0px 0px 0px;
	border-bottom: none;
	width: 100%;
}

#rightpane{
	width: 160px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid white;
	background-color: #003366;
	background-color: #003366;
	color:#CCCCCC;
	font-size: smaller;
	text-align:center;
}

#content{
	background-color: #F0F0F0;
}

/************* #globalNav styles **************/

#globalNav{
	background-image: url(/i/bar_blue.gif);
	background-repeat: repeat-x;
	height: 20px;
}

/************* Other ***************/

.siteInfo{
	border: none;
	background-color:#003366;
	text-align:center;
	color:#CCCCCC;
	font-size: smaller;
}

a       { text-decoration:none; }
a:hover { text-decoration:underline; }

a      { color:#006b97; } /* hlavne - pouzivane v strede; modro-cyan (podklad bledosivy) */
a.cyan { color:#00CFFB; }
a.cyan:hover,
a.cyan2{ color:#A0EBFB; } /* txt reklama na modrom */
a.gray { color:#999999; }
a.whte { color:#ffffff; text-decoration:underline; } /* download link */

a.inv:hover { text-decoration:none; color:#eeeeee; background-color:#006b97; }

H1,H2, H3 {
	text-align: center;
	font-family: Verdana;
	margin-bottom: 6px;
	margin-top: 6px;
}

H4 { margin: 0px; text-align: center; }
H5 { margin: 0px; padding:0px; }

H5.right {
	font-size: 110%;
	font-weight:bold;
	color: #00FFFF;
}

maintable { border:0px; }
li { padding-bottom:10px; text-align: justify; }

/* search(simple+adv) */
.w1       { width: 115px; }
.srchbutt { width:  65px; height: 50px; }
TD.male   { font-size: smaller; }

TABLE.bor      { border: none; border-collapse: collapse; }
TD.bor, TH.bor { border: solid 1px #a0a0a0; }

.bg1 { background-color: #ffffff; }
.bg2 { background-color: #f0f0ff; }
.pop { font-weight: bold; }

/* neviditelne v bocnych paneloch */
.bgBar { color: #006699; font-size: x-small; }
