/* hlavni layout stranky */
@import url(layout.css);
/* obrazkovy nadpisy */
@import url(headers.css);
/* on-line testy */
@import url(testy.css);

html, body
	{
		background-color:#FFFFFF;
		color:#000000;
		width:100%; height:100%;
		margin:0; padding:0;
		font-family:Tahoma, Verdana, Arial, lucida, sans-serif;
		font-size:10pt;
	}
body
	{
		margin:0; padding:0;
		text-align:center;
	}
p	{
		margin:0.5em 0;
	}
a, a:visited, a:active, a:hover
	{
		padding:0 0.2em;
		color:#0000CC;
		text-decoration:none;
		border-bottom:1px solid #0000CC;
	}
a:hover
	{
		/*color:#FF0000;*/
		background-color:#FFDD66;
		border-bottom-style:dotted;
	}
img
	{
		border:none;
	}
	a img
		{
			border:none;
		}
div
	{
		margin:0; padding:0;
	}
h2, h3, h4
	{
		font-weight:bold;
		margin:1em 0;
	}
h2	{	font-size:130%;	letter-spacing:1px; }
h3	{	font-size:110%;	margin:0.5em 0;	/*font-style:italic;*/ color:#000080; }
h4	{	font-size:105%; }
li	{
		margin-bottom:1em;
		/*list-style-image:url(gfx/dot.gif);*/
	}
	li li
		{
			margin-bottom:0;
			/*list-style-image:url(gfx/dot2.gif);*/
		}
table
	{
		border-collapse:collapse;
	}
	th, td
		{
			border:1px solid #000000;
			margin:0; padding:0.2em 0.5em;
		}
table.layout
	{
		table-layout:fixed;
	}
	table.layout th, table.layout td
		{
			border:0;
			vertical-align:top;
		}

.highlight
	{
		color:#FF0000;
		font-weight:bold;
	}

hr.dashed
	{
		height:1px;
		border:1px dashed #C0C0C0;
		margin:2em 0;
	}

/* oramovany obrazek */
img.ramecek
	{ 
		display: block; 
		background-color:#FFFFFF; 
		border:1px solid #000000; 
		padding: 4px; 
		line-height: 0px; 
	}

/* plovouci obrazky se stinem */
.leftbox, .rightbox
	{ 
		float:left; 
		background:url(gfx/shadowAlpha.gif) no-repeat bottom right; 
		margin:15px 10px 10px 0px; 
		line-height:0px; 
	}
.rightbox 
	{ 
		float:right; 
	}
.leftbox img, .rightbox img
	{ 
		display:block; 
		position:relative; 
		background-color:#FFFFFF; 
		border:1px solid #000; 
		margin:-6px 6px 6px -6px; 
		padding:4px; 
		line-height:0px; 
	}

/* <nobr> */
.nowrap
	{
		white-space:nowrap;
	}

/* zarovnani po floatu */
.cleaner
	{
		clear:both;
		margin:0; padding:0;
		height:0;
		border:none;
		visibility:hidden;
	}
	
/* rychly zrovnani */
.c	{ text-align:center; text-indent:0; }
.mc	{ margin:0 auto; }
.r	{ text-align:right; }
.l	{ text-align:left; }

/* stranka s cenikem - tabulka */
#cenikTab th, #cenikTab td
	{
		white-space:nowrap;
	}
	#cenikTab th
		{
			background:url(gfx/th.jpg) 50% 66% repeat-x;
		}
	#cenikTab td
		{
			background-color:#FAE9B4;
		}
	#cenikTab td.popis
		{
			white-space:normal;
		}
	#cenikTab td.cena
		{
			text-align:right;
		}