* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, Verdana, Sans-serif;
  width: 100%;
  height: 100%;
	color: black;
}

h1, h2, h3, h4, h5, legend {
  text-indent: 0;
}

h1, h2, p, li {
  font-size: 1em;
}

.required, .powermail_mandatory {
  color: #d72929;
}

.acc {
  display: none;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

img, dt, dl, dd, div, fieldset {
  border: 0;
}

/* ### LINK STATES ### */

a {
	color: #003c64;
	cursor: pointer;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

#flashHeader {
	background-color: #FFFFFF;
	background-image: url(../../editorial/slider/de/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}