﻿body {
}
.style4
{
 height: 48px;font-weight: bold;
}
.style6
{
 height: 18px;
}
.style8
{
 height: 29px;
}
.style9
{
 height: 18px;width: 131px;
}
.style10
{
 width: 131px;
}
.style11
{
 height: 17px;
}
.style12
{
height: 37px;
}
h1 
{
  color: white;text-shadow:-1px -1px 0 #996633,1px -1px 0 #996633,-1px 1px 0 #996633,1px 1px 0 #996633;
}
/*Sivi button*/
.button_ukaz
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 4px;
    border-bottom-width: 2px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    height: 35px;
    text-decoration: none;
    width: 134px;
    padding-top: 2px;
    padding-left: 10px;
    padding-bottom: 2px;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0;
    border-bottom-style: none;
    border-bottom-color: inherit;
    background-color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Arial Narrow';
}
.button_ukaz:hover
{
    color: #FFFF00;
    cursor: pointer;
    background-color: #000000;
}
.button_ukaz:active 
{
background-color: #CCC;border-color: rgba(0,0,0,0.9);
}
.boxshadow {
padding:0;box-shadow: 1px 1px 1px 1px grey;
}
.imgborder {
display:inline-block;position:relative;border:0;padding:0px;
background:#f2f2f2;margin-bottom:5px;
-webkit-box-shadow:0px -1px 4px rgba(0,0,0,0.5), 0px 1px 4px rgba(0,0,0,0.7);
-moz-box-shadow:0px -1px 4px rgba(0,0,0,0.5), 0px 1px 4px rgba(0,0,0,0.7);
box-shadow:0px -1px 4px rgba(0,0,0,0.5), 0px 1px 4px rgba(0,0,0,0.7);
}
.td_senca
{
-webkit-box-shadow:0 1px 1px #ccc;
-moz-box-shadow:0 1px 1px #ccc;
box-shadow:0 1px 1px #ccc;
background-color:#f2f2f2;
color:red;
}