html, body {
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana;
    color: #222222;
    background: #FFFFFF;
    height: 100%;
}

td {
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana;
    color: #222222;
    line-height: 180%;
}

a.menu_producers {
   background: url(/repository/layout/menu_left_1.png);
   width: 147px;
   height: 17px; 
   color: #222222;
   text-decoration: none;
   padding-left: 35px;
   padding-top: 5px;
   display: block;
}

a.menu_producers:hover {
   background: url(/repository/layout/menu_left_hover.png);
   color: #222222;
}

a {
    text-decoration: underline;
    color: #DB9500;
}

a:hover 
{ 
    color: rgb(74,138,228) ;
}

input {
    font-size: 11px;
    color: #2E2D2D;
}

select {
    font-size: 11px;
    color: #2E2D2D;
}

h1, h2, h3, h4, h5, h6 {
    color: #003F95;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 a {
    text-decoration: none;
    border-bottom: 1px dashed #D1AF70;
    padding-bottom: 6px;
}

h2 a {
    text-decoration: none;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

h4 {
    font-size: 11px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    background-image: url(/repository/layout/bod.png);
    background-repeat: no-repeat;
    background-position: 0 em;
    padding-left: 20px;
    margin-bottom: 5px;
    margin-left: 10px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 6px double rgb(236, 242, 246); 
    margin: 5px; 
}

.panel_header div {
	margin-top: expression(parentNode.offsetHeight/2-offsetHeight/2);
}

.boxLeft {
	border-top: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}

.boxRight {
	border-top: 1px solid #E1E1E1;
}

.skladAno {
    color: #7FC807;
}

.skladNe {
    color: red;
}
.skladAno, .skladNe {
    font-weight: bold;
}
