/* CSS Document */
.blue {
        text-align:center;
        font-family:Arial;
        font-weight:bold;
        color:blue;
        font-size:x-small;
      }
.red {
        text-align:center;
        font-family:Arial;
        font-weight:bold;
        color:red;
      }
h3 {
        text-align:center;
        font-family:Arial;
        font-weight:bold;
        color:black;
      }
h4 {
        text-align:center;
        font-family:Arial;
        font-weight:bold;
        color:red;
      }
h5 {
        text-align:center;
        font-family:Arial;
        font-weight:bold;
        color:red;
        font-size: x-small;
      }
h2 {
        text-align:center;
        font-family:Arial;
        font-weight:bold;
        color:red;
      }
h1 {
        text-align:center;
        font-family:Arial;
        font-weight:bold;
        color:white;
      }
h6 {
        text-align:center;
        font-family:Arial;
        font-weight:bold;
        color:white;
      }
p {
        text-align:justify;
        font-family:Arial;
        font-weight: lighter;
        font-size: x-small;
      }
.center {text-align:center;
        font-family:Arial;
        font-weight: lighter;
        font-size: x-small;
          }
a:link {color: red;}
a:visited {color: red;}

a {font-family: Arial;}

.menu a:link {color: white;}
.menu a:visited {color: white;}

.prave a:visited {color: white;}
.prave a:link {color: white;}

.arial {font-family: arial;
        font-size: x-small;
        }
.arialw {font-family: arial;
        font-size: x-small;
        color: white;
        }

BODY {background: url(pozadi.png) repeat-x;}
.boky {background: url(pozadi.png) repeat-x;}
.stred {background: url(sk_back.png)}

.pranostika table {width: 400px;
            height: 200px;
            border-width:13px 15px 15px 15px;
            border-color: rgb(32,99,234);
            border-style:ridge;
            font-family: arial;
            background-color: rgb(160,208,255);
            }
.prodejSK table {width: 400px;
            height: 200px;
            border-width:13px 15px 15px 15px;
            border-color:rgb(32,99,234);
            border-style:ridge;
            font-family: arial;
            background-color: rgb(160,208,255);
            }
table {
           border-width:0px 15px 15px 15px;
            border-color: rgb(32,99,234);
            border-style:double;
            }
.normal table {
           border-width:0px;
              }
              
.cervene {font-family: arial;
          color : red;
        }
