* {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  background: #9da28b url("background.png");
  font-family: Georgia, serif;
  font-size: 14px;
}

a {
  color: #3d6559;
}

#container {
  width: 750px;
  margin: 0px auto;
  padding: 0px;
  background: #3d6559;
}

#header {
  position: relative;
  padding-left: 3px;
  height: 152px;
  font-size: 18px;
}

#logo {
  width: 400px;
  height: 152px;
  background: url("logo.png");
  float: left;
}

#logo h1 {
  display: none;
}

#menu {
  float: right;
}

#menu ul {
  text-align: right;
  list-style: none;
  padding-right: 10px;
  padding-top: 13px;
  width: 325px;
}

#menu a {
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 3px;
  display: block;
  color: #c7ccb8;
  text-decoration: none;
  text-transform: lowercase;
}

#menu a:hover {
  background: #c7ccb8;
  color: #3d6559;
}

#footer {
  color: #c7ccb8;
  text-align: center;
  padding: 5px;
  font-size: 70%;
}

#footer a {
  color: #c7ccb8;
}

#submenu {
  text-align: center;
  color: #3d6559;
  text-transform: lowercase;
  text-decoration: none;
  font-size: 130%;
}

#submenu a {
  text-decoration: none;
}

#submenu a:hover {
  text-decoration: underline;
}

#content {
  background: #eff2e6;
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  text-align: justify;
}

#content p {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

#content h2 {
  color: #3d6559;
  border-bottom: 1px solid #3d6559;
  margin-top: 20px;
}

#content h3 {
  margin-top: 20px;
}

#content ol {
  margin-top: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
}

#content ul.cim {
  list-style: none;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
#content .cim li {
  padding-bottom: 5px;
}
#content figure.bigpic {
  padding: 10px;
  text-align: center;
}
#content figure.bigpic img {
  max-width: 90%;
}
#content figure.bigpic figcaption {
  display: block;
  text-align: center;
  font-size: 80%;
  text-align: center;
}

#content .kollegaink {
  display: table;
}

#content .kollega {
  display: table-row;
}

#content .kollegakep {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
#content .kollegaleiras {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  padding-bottom: 20px;
}
#content .kollegaleiras h3 {
  margin-top: 0px;
}
#content input[type="text"],
#content input[type="email"] {
  display: block;
  width: 500px;
  font-size: 150%;
  padding: 3px;
  border: 1px solid #3d6559;
  font-family: Georgia, serif;
}
#content input[type="submit"] {
  display: block;
  width: 200px;
  font-size: 150%;
  padding: 3px;
  margin-top: 20px;
  font-family: Georgia, serif;
}
#content textarea {
  display: block;
  width: 500px;
  height: 200px;
  font-size: 150%;
  font-family: Georgia, serif;
  border: 1px solid #3d6559;
}
#content #kerdezzen p {
  margin-top: 20px;
  font-style: italic;
}

#content #valaszok dt {
  font-style: italic;
  margin-top: 10px;
}
#content #valaszok dt .nev {
  font-weight: bold;
}
#content #valaszok dd {
  padding-top: 10px;
  padding-left: 20px;
}

#content #valaszok dd.valasz {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #9da28b;
}

#badge25 {
  width: 128px;
  height: 128px;
  background: url('images/25.png');
  color: transparent;
  display: block;
  position: absolute;
  top: 15px;
  right: 200px;
}