html, body {
  font-size: 10px;
}

body {
  font: 1.1em/1.7 verdana, arial, helvetica, sans-serif;
  background: #c8d7b9;
  color: #555;
  text-align: center;
}

td {
  vertical-align: top;
  padding: 1em;
}

p.inlagg {
  border-bottom: 1px dotted #777;
  padding-bottom: 1.5em;
}

a img {
  border: none;
}

h1, h2, h3 {
  color: #666;
}

h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.7em;
  color: #889955;
  margin-bottom: 0;
}

h2 a {
  color: #889955;
}

input, textarea, select, option {
  font-size: 1em;
}

.required {
  color: red;
}

.success {
  color: green;
}

.headline {
  color: #889955;
  font-size: 1.7em;
}

#wrapper {
  width: 745px;
  margin: 0 auto;
  text-align: left;
  background: #fff url("bg.gif") repeat-y;
}

#footer {
  clear: both;
  text-align: center;
  font-size: smaller;
  background: #c8d7b9;
}

#footer p {
  padding-top: 5px;
}

#header {
  background: #fff url("logo.jpg") no-repeat;
  height: 200px;
}

#menu {
  float: left;
  width: 180px;
}

#content {
  margin-left: 215px;
  padding-right: 1.5em;
}

#menu ul {
  margin: 15px 0 0 10px;
  padding: 0 0 0 5px;
  list-style: none;
  background: #889955;
}

#menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.6em;
}

li.current a {
  font-weight: bold;
  border-bottom: 1px dotted #fff;
}

#indexbild {
  float: left; 
  width: 200px; 
  text-align: center;
}




