body {
  background-color: #ffffff;
  font-size: 0.95em;
  font-family: trebuchet,arial,helvetica;
  color: #3e3d40;
  margin: 0;
  padding: 0;
  background-image: url(bg_body.gif);
  background-position: center;
  background-repeat: repeat-y;
  background-color: #ededee;
}

p {
  margin: 0;
  padding: 0;
}


a.textlink, a.textlink:link, a.textlink:visited, a.textlink:focus {
  color: #25a1d4;
  text-decoration: none;
}

a.textlink:hover {
  color: #3E3D40;
  text-decoration: none;
}

img {
  border: none;
}


div#main {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0;
  z-index: 1;
  width: 420px;
  border-top: 1px solid #ffffff;
}

div#head {
  margin: 0 0 10px 0;
  z-index: 2;
}


div#content {
  margin: 25px 0 20px 0;
  clear: both;
}


div#main-content {
  float: left;
  width: 400px;
  padding: 0px 20px 20px 5px;
}

div#main-content h3 {
  color: #25a1d4;
  font-size: 1.1em;
  margin: 0 0 25px 0;
}

div#main-content div.text {
  font-size: 0.8em;
  line-height: 1.6em;
}

div#foot {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
  border-top: 1px solid #000000;
}

div#contact {
  font-size: 0.65em;
  padding: 0 0 0 0px;
  margin: 0 0 10px 0;
}

div#contact p {
  float: left;
  margin: 0 4px 0 4px;
  text-transform: uppercase;
  font-weight: bold;
}

.blau {
  color: #6bb025;
}
select  { color: #000000; font-size: 12px; font-family: Arial; background-color: #ffffff; border: solid 1pt #5c5c5c }
input   { color: #000000; font-size: 12px; font-family: Arial; background-color: white; border: solid 1pt }
textarea   { color: #000000; font-size: 12px; font-family: Arial; background-color: white; border: solid 1pt }


/* define your css for error message */

.DodosMailError {
  font-size: 0.95em;
line-height: 16pt;
  font-family: trebuchet,arial,helvetica;
  color: #3e3d40;
  padding: 50px;
}

.DodosMailErrorHighLight {
  font-size: 0.95em;
  font-family: trebuchet,arial,helvetica;
  color: black;	
  font-weight: bold;
}
a{
  color: #6bb025;
  text-decoration: underline;
}


