body {
  font-size: 101%;
  background: #f3f3ea fixed;
  margin: 0;
}

p, br, hr, li, h1, h2, td {
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  color: #000000;
  line-height: 1.3em;
}

ul { 
  margin-top: 0px; 
  margin-bottom: 10px; 
  margin-left: 0; 
  padding-left: 1.5em;
}

h1 {
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px 0px 0px 0px;
}

h2 {
  font-size: 0.7em;
}

a {
  color: #667AA6;
  text-decoration: underline;
}

a:hover {
  color: #000000;
}

#top {
  float: left;
  width: 992px;
  padding: 30px 45px 45px 35px;
}

#mid {
  width: 992px;
}

#mid_left {
  position: relative;
  float: left;
  width: 372px;
  height: 353px;
  background-color: #E8E8DA;
}

#mid_right {
  position: relative;
  padding: 40px 30px 50px 30px;
  width: auto;
  float: left;
  background-color: #ffffff;
  border-top: 4px solid #667AA6;
}

#content {
  position: relative;
  width: 560px;
  text-align: justify;
}


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

#menu ul {
  margin: 0;
  padding: 0;
  display: inline;
}

#menu li {
  float: left;
  padding-left: 10px;
  padding-right: 15px;
  padding-bottom: 3px;
  list-style: none;
}

#menu a {
  color: #000000;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  text-decoration: none;
}

#menu a:hover, body#index #m-index a {
  color: #abab93;
  text-decoration: none;
}

#menu a:hover, body#webdesign #m-webdesign a {
  color: #abab93;
  text-decoration: none;
}

#menu a:hover, body#beratung #m-beratung a {
  color: #abab93;
  text-decoration: none;
}

#menu a:hover, body#philosophie #m-philosophie a {
  color: #abab93;
  text-decoration: none;
}

#menu a:hover, body#kontakt #m-kontakt a {
  color: #abab93;
  text-decoration: none;
}

#footer {
  clear: both;
  position: relative;
  padding-left: 377px;
  padding-top: 5px;
  padding-bottom: 20px;
  width: 620px;
}

#footer a {
  color: #000000;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  text-decoration: none;
}

#footer a:hover, body#impressum #m-impressum a {
  color: #abab93;
  text-decoration: none;
}

#statement {
  position: relative;
  width: 372px;
  height: 106px;
}

#statement p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-family: "Trebuchet MS", Arial;
  font-size: 0.8em;
  color: #8d3f3d;
}

#pic {
  height: 247px;
}

fieldset {
  width: 560px;
  border: 0;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html fieldset {
  width: 520px;
}
/* End hide from IE5/mac */

fieldset p { 
  width: 100%;
  margin-bottom: 5px; 
  float: left; 
}

fieldset input {
  font-family: Arial, sans-serif;
  width: 60%; 
  border: 1px solid #cccccc;
  background: #ffffff;
}

.submit {	
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  background: #f3f3ea;
  width: 20%;
}

fieldset select {
  width: 100px; 
  padding-right: 5px;
}

fieldset label {
  float: left;
  width: 30%;
  padding: 0px; 
  margin: 0 5px 0 0;
}

fieldset textarea {
  font-family: Arial, sans-serif;
  font-size: 1em;
  border: 1px solid #cccccc;
  width: 60%;
  background: #ffffff;
}

.vorschau {
  border: dotted 1px #cccccc;
  padding: 5px;
  margin: 5px;
  background: url(images/bg_vorschau.gif);
}

.ab {
  display: none;
}