*,html, body{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body{
    font-family: arial;
    background-color: black;

    text-align: center;
    margin: 0px auto;
    color: black;
}

h1{
    font-size: 30px;
    color: #808080;
    font-weight: normal;
}
div.norm{
   position: relative;
   margin: 0px auto;
   background-color: transparent;
}

a.next,a.previous{
    position: absolute;
    display: block;
    top:0px;
    left: 0px;
    width: 150px;
    background: url(\"images/ikony/previous-bottom.png\") no-repeat bottom;
}
a.next{
    background: url(\"images/ikony/next-bottom.png\") no-repeat bottom;

}
a.next:hover,a.previous:hover{
    background-color: black;
    opacity:0.4;
    filter:alpha(opacity=40);
}
img.m,img{
    border: 3px solid #808080;
}
img.a{
    border: 3px solid red;
}
img.preload{
      display: none;
}
div.zavrit{
    position: absolute;
    background-color: #808080;
    left: 150px;
}
input{
    padding-top: 5px;
    padding-bottom: 5px;
}
p{  
    margin-top: 20px;
    margin-bottom:10px;
    color: #808080;
    font-size: 14px;
    
}
p a,p a:visited{
   color: green;
   text-decoration: underline;
}
p a:hover{
   text-decoration: none;
}
table.in{
    margin: 0px auto;
    vertical-align: middle;
    color: #808080;
    font-size: 30px;
}
input.in{
    width: 60px;
    font-size: 30px;
    color: #808080;
    background-color: transparent;
    text-align: center;
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: arial;
}

    
    

