@charset "iso-8859-1";
/* CSS Document */

body	{background-color:#999999; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size: 8pt; 
		margin: 0;
		text-align: center;
		}
a	{text-decoration:none;
	 color:#990000;}
a:hover	{text-decoration:underline;}
h1	{
	font-size: 140%;
	font-weight: bold;
	text-transform: uppercase;
	}
img	{
	border: 0;
	}
#telo	{width: 760px;
		background-color:#FFFFFF;
		margin: 0 auto;
		padding: 10px;
		text-align: center;
		}
table#index	{
		margin: 0 auto;
		padding: 10px 0;
		text-align: left;
		}
table#index p	{
	margin: 0;
	padding: 0.15em 0;
	}
table#index td#new	{
	padding: 0 0 10px 5px;
	background-color: #E1E6DC;
	color: #990000;
	}	
#telo2	{width: 710px;
		background-color:#FFFFFF;
		margin: 0 auto;
		padding: 10px;
		}
.bigger-text	{
		font-size: 200%;
		}
#copy	{
		color:#999999;
		text-align: left;
		padding-top: 5px;
		}
#big_image	{
		margin-bottom: 20px;
		}
.red_name	{
	color: #990000;
	font-weight: bold;
	}
.grey_text	{
		color:#666666;
		}
/*pro div s obrazky v rade za sebou s mezerami*/
.images-row img	{
		margin-right: 10px;
		}
/*nastavení mezery mezi obr. a textem na indexových stránkách*/
table.index img	{
		margin-bottom: 5px;
		}