* { font-family: Verdana, Trebuchet, Helvetica, Sans-Serif; }
html { margin: 0; padding: 0; font-size: 11px; color:#ddf9c1;}
body {
  color: #000;
  margin: 0;
  padding: 0;
  background-color: #ffffff;

  text-align:center; /* center layout in ie5 and 5.5. */
}
#container { background-color: #274054; }
#header    { background-color: #ffffff; }

ul li{
list-style: none;
display: inline;
font-size: large;
}
#container, #header, #subheader, #left, #middle, #right, #footer, #menu, #submenu ,#logo{
  margin: 0;
  padding: 0;
}

#container {
  width: 950px !important;
  width: 952px; /* IE */
  margin: 0px auto 10px auto;
  text-align: left;
  position: relative;
  background-image: url(grafika/tlo_02.jpg);
  background-repeat: repeat-x;
}
#footer ul {
  top: 20px;
  left: 10px;
  bottom: 0px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
#footer li {
  display: inline;
  padding: 0 5px 0 5px;
  border-right: dotted 1px green;
}
#footer a, #footer a:hover {
  color: green;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#submenu {
color: #ddf9c1;
font-size: small;
font-family:Arial;

}
#submenu a{
color: #ddf9c1;
text-decoration: none;
font-style: normal;

}
#middle {
color: #ddf9c1;
text-align:justify;
font-size: small;
font-family:Arial;
}
#middle a{
color: #ddf9c1;
text-decoration: none;
font-style: normal;
}
#middle p{
color: #ddf9c1;
text-indent: 1cm;
text-decoration: none;
font-style: normal;

}
#middle .foty a{
padding: 0px 0px 0px 12px;
}


