@media all
{
h1, h2, h3, h4, h5, h6, td, div, table, input, textarea, select, p, body
			{
			font-family:arial, tahoma, verdana, trebuchet MS, helvetica;
			}
			
h1, h2, h3, h4, h5, h6, td, div, table, input, textarea, select, p
			{			
			color:rgb(130,130,130);
			font-size:1em;
			line-height:1.4em;
			font-weight:normal;
			margin-top:0;
			}
			
h2			{
			font-size:1.7em;
			}
			
h3			{
			font-size:1.2em;
			color:rgb(132,194,37);
			margin:0 0 5px 0;
			}

body		{
			margin:0;
			font-size:75%;
			background:rgb(234,244,223);
			}
			
div			{
			position:relative;
			}
			
img			{
			border:none;
			}
			
input, textarea
	   		{

			}
			
.btn		{

			}
			
ul			{
			margin:0;
			padding:0 0 0 15px;
			}
				
.svetlytext	{
			color:rgb(255,255,255);
			}
			
.zvetsenytext
			{
			font-size:1.4em;
			}
			
.zmensenytext
			{
			font-size:0.8em;
			}
			
.blok1uvod	{
			margin-right:15px;
			float:left;
			width:207px;
			}
			
a			{
			text-decoration:underline;
			}
			
a:active {color:rgb(60,60,60)}
a:link {color:rgb(60,60,60)}
a:visited {color:rgb(60,60,60)}
a:hover {color:rgb(60,60,60); text-decoration:none}

a.svetla:active {color:rgb(255,255,255)}
a.svetla:link {color:rgb(255,255,255)}
a.svetla:visited {color:rgb(255,255,255)}
a.svetla:hover {color:rgb(255,255,255); text-decoration:none}
}

@media print
{
body   		{
			background:none;
			}
}