* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Arial, Sans-Serif;
  background: none;
}

h1, h2, h3, h4, h5 {
  text-indent: 0;
}
.acc, legend {
  display: none;
}

.clear {
  clear: both;
  background: red;
}

img, dt, dl, dd, div, fieldset {
  border: 0;
}

iframe {
  display: block;
}

embed {
  margin:0;
  padding:0;
}

.important {
  color: #b02dc4!important;
}

.required {
  color: #e0ce02!important;
}

a:link, a:visited {
  text-decoration: none;
  color: #c4352d;
}

a:hover, a:active {
  text-decoration: underline;
  color: #c4352d;
}

a.more {
  font-family: Verdana, Arial, Sans-Serif;
}

/* ### TYPO3 ### */

table.typo3-editPanel {
  z-index: 299;
  border: none;
  background: #f2eea6;
  border-bottom: 1px solid #dcd88d;
  width: 100%;
  float: none;
  clear: both;
  padding: .2em;
  margin: .3em 0 1em 0;
  text-align: left;
}

div#editPanel table.typo3-editPanel {
  margin: 0 0 1em 0;
  float: none;
}

div#main table.typo3-editPanel {
  display: 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;
}

div#main table.typo3-editPanel td.typo3-editPanel-controls a {
  margin: 0 .15em 0 .15em;
}