/* heimgemachtes.de */

body {
  background-color: #ffffff;
  font-size:62.5%;
}

body, p, span, div, h1, h2, ul, li, td, label {
  color: #000000;
  font-family: Verdana, Arial, Sans-Serif;
  text-align: left;
  margin: 0;
  padding: 0;
}
body#popup { margin: 10px; }

img, table { border: 0; }
form, table { margin: 0; padding: 0; }

a { text-decoration: none; color: #666666; }
a:hover, a.active { text-decoration: underline; }

div.clear {
  clear: both;
  height: 1px;
  font-size: 0.1em;
}

div#outer-div {
  width: 700px;
}

div#main {
  width: 678px;
  height: 475px;
  padding: 10px;
}

div#logo img {
  width: 177px;
  height: 21px;
  margin: 10px 0 20px 31px;
  float: left;
}

div#logo ul { display: none; }

div#content h1 {
  color: #666666;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 29px 0 6px 31px;
}

div#content p {
  line-height: 1.7em;
  margin: 0 0 17px 31px;
  width: 385px;
  font-size: 1em;
}
body#popup div#content p { margin: 0 0 17px 0; width:auto; }
body#popup div#content img { border: 1px solid #000000; }

div#content p.motive { width: 635px; }

table { margin: 0 0 0 31px; width: 620px; }
table td { border: 1px solid #000000; }
table td.imgsub { border-top: none; padding: 2px 4px 5px 4px; font-size: 1em; text-align: center; }
table td.sepv { border: none; width: 10px; }
table td.seph { border: none; height: 10px; }

div#content label {
  margin-left: 15px;
  display: block;
  float: left;
  font-size: 1em;
  width: 55px;
  padding-top: 1px;
}
html>body div#content label { margin-left: 31px; } /* IE 7 und MOZ */
div#content label.error { color: #ff0000; }

div#content input {
  width: 335px;
  border: 1px solid #000000;
  margin-bottom: 3px;
  margin-left: 3px;
  font-size: 1em;
  float: left;
}
html>body div#content input { margin-left: 0; } /* IE 7 und MOZ */

div#content input#senden {
  background-color: #ffffff;
  border: none;
  width: 100px;
  margin-left: 350px;
  font-size: 1.1em;
  background: url(../img/button.absenden.gif) 8px 6px no-repeat;
}
html>body div#content input#senden { margin-left: 346px; } /* MOZ */
*+html div#content input#senden { margin-left: 348px !important; } /* IE 7 */

div#content textarea {
  width: 335px;
  height: 98px;
  border: 1px solid #000000;
  margin-bottom: 3px;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 1em;
}

div#footer {
  display: none;
}