html, body, div {
  padding: 0;
  margin: 0;
}

body {
  font-size: 10pt;
  font-family: arial, sans-serif;
  color: #003300;
  background: #ffffcc url(bg.gif) repeat-x scroll top;
  text-align: center;
}

h1 {
  font-family: Times new roman;
  font-variant: small-caps;
  font-size: 15pt;
  margin-top: 20px;
}

h2 {
  font-size: 12pt;
}

#flash {
  margin-top: 5px;
  width: 864px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
}

#menu {
  width: 848px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px #000 solid;
}

#main {
  width: 846px;
  border: 1px #003300 solid;
  background: #d6e9c3 url(zoldepulet.jpg) no-repeat right bottom;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  min-height: 432px;
  text-align: left;
}

#leftmenu {
  width: 176px;
  float: left;
  padding-left: 0px;
  padding-top: 40px;
  font-weight: bold;
  line-height: 1.5em;
  background: url(menuborder.gif) no-repeat right top;
  min-height: 325px;
}


#leftmenu a {
  color: #003300;
  text-decoration: none;
}

#leftmenu a:link {
  color: #003300;
  list-style-type: none;
}
#leftmenu a:visited {
  color: #003300;
}
#leftmenu a:hover {
  color: #003300;
  text-decoration: underline;
}
#leftmenu img {
  padding-left: 12px;
}

#topshadow {
  height: 30px;
  background: url(topshadow.gif) repeat-x top;
}

#content {
  margin-left: 220px;
  width: 595px;
  padding: 1em; 
  margin-bottom: 2em;
}

#content p {
  text-align: justify;
  padding-left: 2ex;
}

a:link {
  text-decoration: none;
  color: #009900;
}

a:visited {
  text-decoration: none;
  color: #009900;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

.counter {
  font: 7pt verdana;
  color: #003300;
  text-align: left;
  margin-left: 35px;
  margin-top: 10px;
}

.counter span {
  color: #666600;
}

.kepek {
  border: 1px #003300 solid;
  margin: 10px;
  padding: 2px;
}

#languages {
  color: #fff;
  margin-left: auto;
  margin-right: auto;  
  height: 15px;
  width: 864px;
  margin-top: 25px;
  text-align: right;
  padding-right: 2px;
}

