/* CSS Document */
body {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	color: #202020;			
	line-height: 1.5em;
  background-color: #B1D9F1;
	background-image: url(uvodniobr.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}
body a:link{
  color: #0066CC;
}
body a:visited{
  color: #0066CC;
}
body a:hover{
  color: red;
  text-decoration: none; 
}
body a{
  text-decoration: none;
}
.obsah {
	display: block;
	padding: 0;
	margin: 350px 0 0 0;
}
h1{
  font-weight: normal;
  font-size: 1.8em;
  color: #FF9900;
}
h2{
  font-weight: normal;
  font-size: 1.4em;
  color: #FF9900;
}