body {
  margin: 0;
  font-family: sans-serif;
  font-size: small;
}
em {
  font-weight: bold;
  font-style: italic;
}
div.head {
  font: large monospace;
  letter-spacing: 0.35em;
  text-align: right;
  padding-top: 50px;
  background: #ffd000 url("../images/meddelartv.png") no-repeat;
}

ul.menu {
  border-top: 1px dotted black;
  border-bottom: 1px solid black;
  background-color: #ffa500;
  margin: 0;
  padding-left: 1em;
}
ul.menu li {
  background-color: #ffc000;
  display: inline;
  border: 1px solid black;
  padding: 2px 0.25em 2px 0.25em;
  margin-left: 0.25em;
  white-space: nowrap;
  z-index: 50;
}
ul.menu li.menu_group {
  margin-left: 2.25em;
}
#menu_this {
  background-color: white;
  border-bottom: 0;
}
ul.menu li:hover {
  background-color: white;
}
a {
  text-decoration: none;
  color: maroon;
}
a:hover {
  color: red;
}
#main {
  padding: 1em;
  border-top: 1px solid silver;
  z-index: 10;
}
#main p {
  width: 600px;
}
h1	{
  font-size: x-large;
  color: #006600;
  border-bottom: 1px solid silver;
}
img.flagicon {
  border: 0;
}

form input.form_text {
  width: 14em;
}
form textarea {
  width: 40em;
  height: 10em;
}

table.nav { margin-top: 2em; border-top: 1px solid silver; width: 100%; }
table.nav td.prev { text-align: left; color: silver; }
table.nav td.info { text-align: center; }
table.nav td.next { text-align: right; color: silver; }
table.nav td { width: 33%; }

div.regulations { border: 1px dotted black; background-color: #f0f0f0; margin-top: 1em; margin-bottom: 1em; padding: 0.5em; width: 600px; }