body {
     background-color: #222222;
     font-family: Arial, Tahoma;
     overflow: auto;
     text-align: center;
     color: #FFFFFF;
     margin: 0px;
     }

div.bodystyl {
             width: 800px;
             position: relative;
             text-align: center;
             margin: auto;
             padding-top: 5px;
             background-color: #222222;
             }

div.menustyl {
             width: 800px;
             position: relative;
             text-align: center;
             height: 37px;
             background-color: #222222;
             margin: auto;
             padding-top: 5px;
             }

div.head {
         overflow: hidden;
         width: 100%;
         height: 190px;
         }

div.end {
        height: 5px;
        overflow: hidden;
        }

div.article {
            font-family: Arial, Tahoma;
            font-size: 0.8em;
            text-align: left;
            width: 780px;
            _width: 770px;
            padding: 15px;
            padding-top: 0px;
            color: white;
            }

h2.articlehead {
                font-family: Arial, Tahoma;
                font-weight: bold;
                text-align: left;
                color: #d00071;
                font-size: 1.9em;
                padding-top: 3px;
                padding-bottom: 7px;
                margin: 0px;
                }

div.copy {
         font-style: italic;
         color: #FFFFFF;
         background-color: #d00071;
         font-family: Arial, Tahoma;
         font-size: 0.7em;
         padding: 3px;
         margin-top: 3px;
         margin-bottom: 5px;
         padding-right: 10px;
         text-align: right;
         }

img.rightpic {
             margin: 5px;
             float: right;
             }

div.menu {
         width: 100%;
         height: 37px;
         background-color: #d00071;
         background-image: url("./obrazky/menu_line2.png");
         background-repeat: repeat-x;
         overflow: hidden;
         color: #ffffff;
         font-family: Arial, Tahoma;
         }


a.menu {
       display: block;
       float: left;
       color: #ffd5ec;
       background-image: url("./obrazky/menu_line2.png");
       font-family: Arial, Tahoma;
       text-decoration: none;
       font-weight: bold;
       font-size: 1em;
       height: 29px;
       border-right: 3px solid black;
       position: relative;
       top: -4px;
       width: 129.8px;
       padding-top: 8px;
       }

a.menu:hover {
             color: #ff00ff;
             background-color: #999999;
             background-image: url("./obrazky/menu_line3.png");
             }

a.odkaz {
        color: white;
        font-family: Arial, Tahoma;
        text-decoration: none;
        font-weight: bold;
        }

a.odkaz:hover {
              color: #ff00ff;
              }

a.copyodkaz {
        color: white;
        font-family: Arial, Tahoma;
        text-decoration: none;
        }

a.copyodkaz:hover {
              color: black;
              }

input {
      border-width: 1px;
      }

textarea {
         border-width: 1px;
         }


input.submit {
                background-color: #2b178e;
                color: #ffffff;
                font-weight: bold;
                }

