/*CSS file
author: Alena Volna AWD Systems s.r.o.
*/
body {
  background: #FDFDFD;
  text-align: center; /*center hack*/
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;  
}

#content {
  background: transparent url(../introimage/bg_prij.jpg) top left no-repeat;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  width: 980px;
  height: 100%;
  border: none;
  text-align: left; 
}

p,li {
  font-size: 80%;
  margin-left: 30px;
}

h1,h2 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #990000;
}

h1 {
  font-size: 100%;
  text-align: center;
  margin-bottom: 30px;    
}

h2 {
  font-size: 85%;
  text-transform: uppercase;
  margin-left: 30px;
  margin-top: 40px;
}

p.italic {
  font-style: italic;
}

p.strong {
  font-weight: bold;
}

p.little {
  font-size: 70%;
}

a:link, a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
}

