@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(100,100,100);
			font-size:1em;
			line-height:1.4em;
			font-weight:normal;
			margin-top:0;
			}

h1			{
			font-size:1.4em;
			color:rgb(150,150,150);
			}
			
h2			{
			font-size:1.2em;
			color:rgb(100,100,100);
			font-weight:bold;
			}
			
h3			{
			font-size:1.1em;
			color:rgb(130,130,130);
			margin:0;
			}
			
body		{
			margin:0;
			font-size:75%;
			background:url(../obrazky/bg3.gif) rgb(211,211,211) repeat-y;
			}
			
div			{
			position:relative;
			}
			
img			{
			border:none;
			}
			
input, textarea
	   		{
			color:rgb(50,50,50);
			}
			
.btn		{

			}
			
.frmpopis	{
			font-weight:bold;
			padding-right:20px;
			}
			
.frmtext	{
			width:200px;
			}
			
.frmtext1	{
			width:300px;
			}
			
.levy 		{
			width:228px;
			float:left;
			}

.stred		{
			min-height:400px;
			height:400px;
			margin:0 0 0 228px;
			background:rgb(70,70,70);
			}
			
.nadpis		{
			border-bottom:1px solid rgb(255,255,255);
			background:rgb(210,210,210);
			padding:5px;
			}
			
.svetlytext	{
			color:rgb(255,255,255);
			}
			
.zmensenytext
			{
			font-size:0.9em;
			}
			
.zvetsenytext
			{
			font-size:1.4em;
			}
			
.chyba		{
			color:rgb(255,0,0);
			font-weight:bold;
			}
			
.odsazenipoznamky
			{
			margin:0 0 5px 0;
			}
			
.tlacitkozahlavi
			{
			background:rgb(226,226,226);
			background-repeat:no-repeat;
			float:left;
			width:97px;
			height:33px;
			margin:1px 1px 0 1px;
			font-weight:bold;
			padding:15px 10px 0 60px;
			}
			
.tlacitko	{
			padding:4px 20px;
			background:rgb(200,200,200);
			}
			
.zrusfloat 	{
		   	clear:both;
		   	height:1px;
		   	font-size:1px;
		   	background:transparent;
		   	}
			
#menul ul
			{
			margin: 0;
			padding: 0;
			list-style-type: none;
			list-style-image: none;
			}

#menul li
			{
			margin:0;
			padding:0;
			}

#menul li a
			{
			display:block;
			width:183px;
			height:18px;
			color:rgb(51,102,153);
			border-bottom:1px solid rgb(200,200,200);
			padding-top:3px;
			padding-left:15px;
			text-decoration:none;
			}

#menul a:hover
			{
			background:rgb(150,150,150);
			color:rgb(255,255,255);
			text-decoration:none;
			}
			
a			{
			text-decoration:none;
			font-weight:bold;
			}
			
a:active {color:rgb(51,102,153)}
a:link {color:rgb(51,102,153)}
a:visited {color:rgb(51,102,153)}
a:hover {color:rgb(51,102,153); text-decoration:underline}

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:underline}

a.tmava:active {color:rgb(100,100,100); font-weight:normal; text-decoration:underline}
a.tmava:link {color:rgb(100,100,100); font-weight:normal; text-decoration:underline}
a.tmava:visited {color:rgb(100,100,100); font-weight:normal; text-decoration:underline}
a.tmava:hover {color:rgb(100,100,100); text-decoration:none; font-weight:normal}
}

@media print
{
body   		{
			background:none;
			}
}