/* css pro uzivatelem zadane stranky */

body
{
	font-family: sans-serif;
	font-size:11pt;
	margin:0px;
	padding:0px;
}

a:link,a:visited,a:active
{
	/*text-decoration:none;*/
	color:#202585;
}

a:hover
{
	color:blue;
	text-decoration:none;
}


p,td
{
	font-size:11pt;
}


h1, h2, h3, h4, h5 {
	color: #304080;
}

h1
{
	font-size:17pt;
	font-weight:bolder;
}

h2
{
	font-size:14pt;
	font-weight:bold;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif
}

h3
{
	font-size:13pt;
	font-weight:bold;
	font-style:italic;
}

h4
{
	font-size: 12pt;
	margin-top:14px;
	margin-bottom:14px;
	
}

a.sipka_nahoru
{
	background: right no-repeat url('/images/vzhled/sipka_nahoru.gif');
	padding-right: 12px;
	/*line-height: 10px;*/	
}

a.nove_okno
{
	background: right no-repeat url('/images/vzhled/nove_okno.gif');
	padding-right: 19px;		
}

.text-align-right
{
	text-align:right;
}

