/* CSS Document */
@charset "UTF-8";

* {

	box-sizing: border-box;
  
  }
  
  a{
    text-decoration: none;
    height: 100%;
    width: 100%;
  }
  
  html, body, section, .pozadi {
	font-family: 'Georama', sans-serif;
	color: white;
	text-align: center;
	margin:0;
	padding:0;
	height:100%;
	width: 100%;
    margin:0;
	padding:0;
	border-color: white;
	/* background: repeating-linear-gradient(
    45deg,
    white,
    white 10px,
    black 10px,
    black 70px
  ); */
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: white;
  scroll-behavior: smooth;


/*   
  background: repeating-radial-gradient(
    circle,
    white,
    white 10px,
    black 10px, 
    black 20px); */


}
	


  hr{
	  border-top: 3px solid black;
  }

table{
	margin: auto;
	border-spacing: 7px;
}

#tabulkaTD{
	padding-bottom: 20px;
}

.vpravo{
	text-align: right;
}

.vlevo{
	text-align: left;
}



  @media print {  
	html, body {
	  background-color:white!important;
	  color: black!important;
	}	}