header {
	width: 100%;
	height: 75px;
        font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #1C1CB5;
	background-color: #ededed;
	text-align: center;
	line-height: 75px;
	border-radius: 5px;
}

header a {
	width: 100%;
	height: 75px;
        font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #1C1CB5;
	background-color: #ededed;
	text-align: center;
	line-height: 75px;
	border-radius: 5px;
}

 a:link.button, a:visited.button {
  background-color: #155dac;
  color: yellow;
  border: 5px solid #1C1CB5;
	border-radius: 15px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

 a:hover.button, a:active.button {
  background-color: #1C1CB5;
  color: yellow;
}

a:link.vipbutton, a:visited.vipbutton {
  background-color: #fd4245;
  color: white;
  border: 5px solid red;
	border-radius: 15px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

 a:hover.vipbutton, a:active.vipbutton {
  background-color: red;
  color: white;
}


#mainpageh1{
	
	background-color: #1C1CB5;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	border-radius: 25px;
	margin-left: auto;
  	margin-right: auto;
  	width: 60%;
	text-align: center;
}

h1 {
	
	background-color: #1C1CB5;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	border-radius: 25px;
  	width: 65%;
	text-align: center;
}

footer {
	width: 100%;
	height: 68px;
        background-color: #dddddd;
	text-align: center;
	border-radius: 15px;
	margin-top: 10px;
}


p {
	font-size: 20px;
	margin: 20px;
}

table.mainpage {
	border: 6px solid #1C1CB5;
	text-align: center;
 	margin-left: auto;
  	margin-right: auto;
	width: 90%
}


table {
	border: 6px solid #1C1CB5;
	text-align: center;
	margin-left: 10px;

}

table tr th {
background: #00006d;
color: white;
padding: 2px;
 font-size: 12px;  
}

table tr td {
border: 2px solid #1C1CB5;
color: #1C1CB5;
padding: 2px; 
font-size: 12px; 
 
}

table.uloha tr th {
background: #00006d;
color: white;
padding: 5px;
 font-size: 30px;  
}

table.uloha tr td {
border: 2px solid #1C1CB5;
color: #1C1CB5;
padding: 1px; 
font-size: 20px; 
 
}

a:hover.tablink, a:active.tablink, a:visited.tablink {
  background-color: white;
  color: #1C1CB5;
 
}

ul {
  background: #3399ff;
  padding: 20px;
  list-style-type: none;
}

ul li {
  background: #cce5ff;
  margin: 5px;
}

#reseni {
width: 100%;
height: 75px;
background-color: #3399ff;
color:#3399ff;
border-radius: 5px;
margin: 1px;
}

#reseni:hover {
width: 100%;
height: 75px;
background-color: white;
color: red;
}
