html, body
{
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.tab1 {
border: 2px solid black;
border-collapse: collapse;
}

.tab1 td {
padding: 2px;
}

body 
{
  font-family: Segoe UI, Verdana, Arial,sans-serif;
  /*background-color: #FFFFFF;*/
  background-image: url(images/bg.png);
}

.content 
{
  margin-left:auto;
  margin-right:auto;
} 

#header {
  background-color:#78cefa; 
  padding: 20px;
  font-weight: bold;
  font-size: 190%;
  color: white;     
}

#header div {
  margin: 0px auto;
  max-width: 1000px;
  transition: 0.5s;
}

#header img {
  width: 15%;
  margin: -20px 20px -12px 0px;
  transition: 0.75s;
}

#header img:hover {
  -webkit-transform: rotateY(180deg);
   transform: rotateY(180deg);
}

#header a {
  text-decoration: none;
  color: white;
}

#top-box {
  background-color: #FFFFFF;
}

#top-box table {
  margin: 0 auto; 
}

#top-box td {
  padding: 10px;
}

#top-box img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#menu {
  background-color:#78cefa;
    margin:0px; 	
    margin-left:auto;
    margin-right:auto;    
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    max-height: 30px;
    z-index: 10;
    position:relative;
}

#separator {
  background-color:orange;  
  height:10px;  
  padding:0px;
  position: relative;
}

#cover
{
  margin-left: auto;
  margin-right:auto;
  max-width:900px;
  display:block;
  transition: 0.5s;
}

/*animace Vojty Vilímce*/
#cover:hover
{
  -ms-transform: scale(1.14);
  -webkit-transform: scale(1.14);
  -moz-transform: scale(1.14);
  -o-transform: scale(1.14);
  transform: scale(1.14);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

#menu a
{
	color:white;
	padding:25px;
	text-align:center;
	text-decoration:none;
}

#menu a:hover 
{
  background-color:white;
  color:#333333;
	text-decoration:underline;
}

#main 
{     
  max-width:960px;
  background-color: white;
  padding:40px;
  padding-left: 60px;
  padding-right: 60px;
}

h1
{
  margin-top: 0px;
}

#main > div 
{
  text-align: justify;
  margin-bottom:15px;
}

a, a:visited, a:hover, a:active 
{
  color: orange;
  text-decoration: none;
}

a:hover
{
  text-decoration:underline;
  cursor: pointer;
}

a
{
  font-weight: bold;
}

a#ma, a#fb, #of, a.pdf
{
  background-repeat: no-repeat;
  line-height: 32px;
  height: 32px;
  padding-left: 38px;
}

a#ma
{
  background-image: url(images/icon-send-email.png);
  display: inline-block;
}

a#fb
{
  background-image: url(images/facebook.png);
  display: inline-block;
}

#of
{

  background-image: url(images/office.png);
  font-weight: bold;
}

a.pdf
{
  background-image: url(images/pdf.png);
  line-height: 24px;
  padding-left: 30px;
  display: inline-block;
}

#footer
{
  color:white;
  background-color:#78cefa;
  font-size: small;  
  margin-left: auto;
  margin-right:auto;
  text-align:center;
  height:25px;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: 0px;
  width: 100%;
}

.reklama{
  position: fixed;
  right: 10px;
  top: 360px;
  overflow: hidden;
}

@media only screen and (max-device-width: 480px){
  .reklama{
    top: 90px;
  }
}