@media print {
p{	width: 100% }			  
.stredstr{	width: 60% }	 		  
}

@media screen  {
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana;
	font-size: 80%;
	color: Black;
	background-attachment: fixed;
	background-color: #FFC964;
	background-image: url(imgsite/bg2.gif);
} 

#tabulka { 
	width: 100%; 
}

#hlavni{
width: 800px;
}

#vert_stred { 
	width: 100%;
	position: relative;
	background-color: #F5F9DF;
}

#tabulka2 {
	border-style: solid;
	border-style: solid;
	border-left-width: 2px;
	border-right-width: 2px;	
	border-bottom-width: 0px;
	border-top-width: 0px;		
	border-color: #CD853F;
	background: url(imgsite/pozadi_uvodni.gif) repeat-x;
	margin-top: 0px;
} 

A.jine:link {
	color: #6495ED;
	text-decoration: none;
}

A.jine:visited {
	color: #6495ED;
	text-decoration: none;
}

A.jine:hover {
	color: #FF8C00;
	text-decoration: none;
}

A:link {
	color: #B22222;
	text-decoration: none;
}

A:visited {
	color: #B22222;
	text-decoration: none;
}

A:hover {
  color: #4169E1;
  text-decoration: none;
}

}