@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, p
			{			
			color:rgb(200,200,200);
			font-size:1em;
			line-height:1.4em;
			font-weight:normal;
			margin-top:0;
			}
			
h2			{
			font-size:1.2em;
			color:rgb(255,204,0);)
			margin:0;
			}
			
h3			{
			font-size:1.6em;
			color:rgb(255,255,255);
			}
			
h4			{
			font-size:1.2em;
			color:rgb(255,204,0);
			padding:2px 0 5px 0;
			margin:0;
			}
			
body		{
			margin:0;
			font-size:75%;
			background:rgb(51,51,51);
			}
			
img			{
			border:none;
			}
			
.foto		{
			border:1px solid rgb(50,50,50);
			margin-bottom:20px;
			}
			
.logo		{
			border:1px solid rgb(50,50,50);
			margin-bottom:20px;
			}
			
.stdinput	{
			width:300px;
			}
			
.poznamka	{
			font-size:0.85em;
			}

.blok_reference
			{
			float:left;
			width:260px;
			margin-bottom:40px;
			text-align:center;
			}
			
.zpetny_odkaz
			{
			width:100%;
			text-align:center;
			}   			
			
#vmenu a	{
			padding:7px 10px;
			border-right:1px solid rgb(150,147,145);
			display:block;
			float:left;
			}
			
#vmenu a:active {color:rgb(255,255,255)}
#vmenu a:link {color:rgb(255,255,255)}
#vmenu a:visited {color:rgb(255,255,255)}
#vmenu a:hover {color:rgb(255,255,255); background:rgb(0,0,0)}

#sluzby	a	{
			font-size:0.9em;
			}

#sluzby a:active {color:rgb(211,190,167)}
#sluzby a:link {color:rgb(211,190,167)}
#sluzby a:visited {color:rgb(211,190,167)}
#sluzby a:hover {color:rgb(0,0,0); background:rgb(254,254,254)}

#banner		{
			height:150px; 
			margin:10px 0; 
			padding:10px 10px;
			background:url(../obrazky/banner.gif) no-repeat
			}
#banner p	{
			text-indent:20px;
			margin:10px 0 10px 0
			}
#banner div {
			float:right;
			text-align:center;
			margin:auto auto;
			}
#banner input[type=text] {
			  color:white;
			  background:black;
			  text-align:center
			  }
			
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.nabidka:active {color:rgb(255,204,0);text-decoration:none}
a.nabidka:link {color:rgb(255,204,0);text-decoration:none}
a.nabidka:visited {color:rgb(255,204,0);text-decoration:none}
a.nabidka:hover {color:rgb(255,204,0); 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;
			}
}