* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Arial, Sans-serif;
  width: 100%;
  height: 100%;
  background: none;
  font-size: 62.5%;
  color: #4c4c4c;
}

h1, h2, h3, h4, h5 {
  text-indent: 0;
}

h1, h2, p, li {
  font-size: 1em;
}

.required {
  color: #d72929;
}

.acc, legend {
  display: none;
}

.clear {
  clear: both;
  background: red;
}

img, dt, dl, dd, div, fieldset {
  border: 0;
}


div#wrapper {
  position: relative;
  text-align: left;
  width: 881px;
  padding: 28px 0 0 27px;
}

div#root {
  position: relative;
  background: none;
  width: 100%;
}

/* ### LINK STATES ### */

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  color: #29a2d7;
  text-decoration: none;
}

#content a:link, #content a:visited {
  color: #29a2d7;
  text-decoration: underline;
}

#content a:hover, #content a:active {
  text-decoration: underline;
}

/* ### TYPO3 ### */

table.typo3-editPanel {
  z-index: 299;
  border: none;
  background: #fae4e4;
  border-bottom: 1px solid #d72929;
  width: 100%;
  float: left;
  padding: .2em;
  margin: .3em 0 1em 0;
}

div#editPanel table.typo3-editPanel {
  margin: 0 0 1em 0;
  float: none;
}

table.typo3-editPanel TD.typo3-editPanel-controls {
  border: none;
  background: none;
  width: 110px;
}

table.typo3-editPanel TD.typo3-editPanel-label {
  border: none;
  background: none;
}

table.typo3-editPanel TD.typo3-editPanel-controls a {
  margin: 0 .15em 0 .15em;
}
