.bgnd {
   background-image: url(img/fill.gif);
   background-repeat: repeat;
   background-attachment: scroll;
   background-position: left top;
}

.oval {
   background-image: url(img/oval.gif);
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: left top;
}

.tpx {
   background-image: url(img/pixel.gif);
   background-repeat: repeat;
   background-attachment: scroll;
   background-position: left top;
}


.grid {
   background-image: url(img/grid.gif);
   background-repeat: repeat;
   background-attachment: scroll;
   background-position: left top;
}


.big {
	color: white;
	font-family: sans-serif;
	font-size: 10px;
	letter-spacing:3px;
}

.sm {
	color: white;
	font-family: verdana;
	font-size: 7px;
	letter-spacing:3px;
}

BODY {
	color: white;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

H3, H4, H5, H6 {
   font-family: verdana, "MS Sans Serif", Geneva, sans-serif;
	color: white;
}

H1 {
   font-family: verdana;
	color: white;
   font-size: 30pt;
   text-align: center;
    }

H2 {
    color: Black;
    font-family: verdana;
    font-size: 20pt;
    }

A {
    text-decoration: none
    }

A:link {
	color: #ffff00;
	}
A:visited {
    	color: #eeee00;
	}
A:hover {
    text-decoration: underline;
    color: yellow;
    }

.navbar {
    font-size: 8pt;
    text-align: center;
    margin: 5pt;
    }

.copy {
    font-size: 8pt;
    text-align: center;
    margin: 5pt;
    }

.time {
    font-size: 8pt;
    font-style: italic;
    text-align: left;
    margin: 5pt;
    }


TH {
	background: White;
}
TD {
	font-size: 8 pt;
	font-family: verdana;
	color: white;

}

.left {
  float:left;
  }

ul.ObtSeznam {
  overflow: hidden;
   }  

.Picture TH, .Picture TD { background: #FFFFFF }
.Picture { padding: 8px }

VAR {
	font-style: italic;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

DFN { font-style: italic; font-weight: bold }

CODE {
	font-weight: bold;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

TABLE {
	font-size: 8pt;
	font-family: verdana;
}


CAPTION {
    font-size: 120%;
	font-weight: bold;
	}

PRE {
    font-weight: bold;
    font-family: Courier New CE, Courier New, monospace;
    margin-left: 30px;
    }

PRE VAR {
    font-style: italic;
    font-family: Courier New CE, Courier New, monospace;
    }

KBD {
    font-family: verdana, Helvetica, sans-serif;
    font-weight: bold;
    }

DT {
    margin-top: 6pt;

   }


.info {
	color : Gray;
	font-family : Sans Serif;
   font-size : 90%;
}

.warning {
	color : red;
	font-family: verdana, Helvetica, sans-serif;
	font-size : 120%;
}

.standart {
	color : black;
	font-family: verdana, Helvetica, sans-serif;
	font-size : 120%;
}



#overlay div {
    width:300px;
    margin: 100px auto;
    background-color: #fff;
    border:1px solid #000;
    padding:15px;
    text-align:center;
}


/* Style the Image Used to Trigger the Modal */
#myImg {
    cursor: pointer;
    transition: 0.3s;
    max-width:300px;
    border:1px solid white;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 900px){
    .modal-content {
        width: 100%;
    }
}