body{
   background-color: #FFFFFF;
   background-image: url(../images/master_back.jpg);
   background-repeat: repeat-x;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   margin: 15px 0 15px 0;
   text-align: center;
}
#master{
   width: 780px;
   border: 2px #d2d1d1 solid;
   background-color: White;
}
#footer {
   width: 784px
}

p, span, input {
   text-align: left;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
}

#content {
   margin: 0 17px 0 17px;
}

/* Back */
.upmenu {
   background-image: url(../images/header/header_back_up.jpg);
   background-repeat: repeat-x;
   height: 53px;
}
.menuback {
   background-image: url(../images/header/menu_back.jpg);
   background-repeat: repeat-x;
   height: 22px;
}
.newsup {
   background-image: url(../images/home/news_up.gif);
   background-repeat: no-repeat;
   height: 8px;
   font-size: 6px;
}
.vesti {
   background-image: url(../images/home/vesti.gif);
   background-repeat: no-repeat;
   height: 27px;
}
.lightredback {
   background-color: #fff8f2;
}
.footerline {
   background-color: Black;
   width: 1px;
}
.footerborderred {
   height: 8px;
   background-image: url(../images/footer/footer_border.jpg);
   background-repeat: repeat-x;
}

/* Padding, Margin, Border */
.padding1px {
   padding: 1px;
}
.padding2px {
   padding: 2px;
}
.height2px {
   height: 2px;
}
.height6px {
   height: 6px;
}
.height12px {
   height: 12px;
}
.bordertb {
   border-top: 1px Red solid;
   border-bottom: 1px Red solid;
}

/* Text */
.parola {
   height: 28px;
   line-height: 28px;
   text-align: center;
   font-size: 14px;
   color: #c90e00;
   font-weight: bold;
   width: 100%;
}
.left {
   text-align: left;
}
h2 {
   font-size: 13px;
   font-weight: bold;
   text-align: left;
   color: #7f2932;
   margin: 1px 0 4px 15px;
}

/* Links */
a {
   font: 11px;
   color: #b80c01;
   text-decoration: underline;
}
a:hover {
   font: 11px;
   color: Black;
   text-decoration: none;
}
a.footerlink {
   font: 11px;
   color: Black;
   letter-spacing: 1px;
   text-decoration: none;
}
a.footerlink:hover {
   font: 11px;
   color: Red;
   letter-spacing: 1px;
   text-decoration: underline;
}

.hr {
   color: Red;
   height: 1px;
   width: 100%;
   margin: 2px 0 2px 0;
}

/* IMG */
.homepic {
   border: 1px #dbdef1 solid;
}
.prodpic {
   border-width: 1px 2px 2px 1px;
   border-color: #5E5E5E;
   border-style: solid;
}
.redpic {
   height: 8px;
   font-size: 1px;
   text-align: center;
}