body {
   background-color: #002029;
   background-image: url('../images/intro/pozadi.png');
   margin: 0;
   padding: 0;
   font-family: Arial;
   font-size: 12px;
   color: white;
}
a {
   font-family: Arial;
   font-size: 12px;
   color: white;
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
}
img {
   border: 0;
}

#intro {
   width: 980px;
   position: relative;
   margin: auto;
}
#intro .okno {
   width: 980px;
   height: 653px;
   /* background-image: url('../images/intro/okno.jpg'); */
   background-repeat: no-repeat;
   background-position: left bottom;
   font-size: 1px;
}
#intro .paticka {
   width: 980px;
   height: 106px;
   /* background-image: url('../images/intro/paticka.jpg'); */
   background-position: left top;
   background-repeat: no-repeat;
   position: relative;
}
#intro .paticka_left {
   position: absolute;
   top: 653px;
   left: -107px;
   width: 107px;
   height: 75px;
   /* background-image: url('../images/intro/paticka_left.jpg'); */
}
#vlajky {
   text-align: center;
}
#vlajky table {
   margin: auto;
}
#vlajky td {
   text-align: center;
   padding: 0 10px 0 10px;
}
#vlajky a {
   text-decoration: none;
   font-weight: bold;
   font-size: 11px;
}
#vlajky img {
   margin: 0 0 1px 0;
   border: 2px solid #002f3d;
   width: 40px;
}
#paticka_text {
   font-size: 11px;
   text-align: center;
   color: #04556d;
}
#paticka_text a {
   font-size: 11px;
   color: #04556d;
}
