* {
  border: 1px;
  border-style: none;
  margin:0;
  padding:0;
  border-spacing: 0;
  border-collapse:collapse;
  vertical-align: middle;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
}
body {
  margin: 3px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #F0F0F0;
}

/* Basics */
div {
  display: table-cell;
}
div.header, div.standard, div.menu, div.signature-frame, div.teaser, div.body-frame {
  display: table;
  width: 100%;
}
div.header {
  min-width: 810px;
}
div.logo, .menu-left, .body-left, .signature-left {
  width: 180px;
  min-width: 180px;
}
.teaser, .teaser-left, .teaser-right, .body-imgl, .body-img, .body-imgr {
  width: 0;
}

.body-right {
  width: 200px;
}
.body-row, menu-row, .line {
  display: table-row;
}

/* Header */
img.logo {
  width: 170px;
}
.teaser-right {
  margin-top: 5px;
  width: 600px;
  float: right;
}

/* Menu */
div.menu {
}
div.flag {
  width: 40px;
}
img.flag {
  height: 23px;
  margin-bottom: 10px;
}
.slogan {
  vertical-align: top;
  height: 23px;
  float: right;
}
.item {
  float:left;
  height:23px;
}

/* Body */
div.body-cell {
  vertical-align:top;
}
div.line {
  display: table-cell;
  float: right;
  border-top: 1px;
  border-top-style: solid;
  border-top-color: #B0B0B0;
  width: 100%;
}
img.body-imgl {
  float:left;
  margin-right: 10px;
}
img.body-imgr {
  float:right;
  margin-left: 10px;
}

/* Signature */
div.signature {
  border-top: 1px;
  border-top-style: solid;
  border-top-color:  #B0B0B0;
  background-image: url(../elements/spc.jpg);
}

/* Paragraphs */
h1 {
  font-size: 21px;
  font-style: bold;
  color: #800000;
  margin-top: 20px;
  margin-bottom: 30px;
}
h1.display1 {
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 50px;
  margin-right: 50px;
}
h1.display2 {
  font-size: 12px;
  color: #000000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 150px;
  margin-right: 150px;
}
h2 {
  font-size: 18px;
  font-style: bold;
  color: #800000;
  margin-top:0px;
  margin-left: 0px;
}
h3 {
  font-size: 15px;
  font-style: bold;
  color: #800000;
  margin-top:8px;
  margin-left: 0px;
}
p {
  margin-top: 5px;
  margin-bottom: 10px;
  white-space:normal;
  text-align: left;
  line-height: 1.3;
}
p.reduced {
  font-size: 11px;
  line-height: 1.1;
}
p.enhanced {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
p.signature {
  color: #B0B0B0;
  margin-top: 5px
}
p.legal-note1 {
  font-size: 10px;
  margin-bottom:0px;
  margin-top:5px;
  line-height: 1.3;
}
p.legal-note2 {
  font-size: 10px;
  font-style: italic;
  margin-top: 15px;
}
p.list1 {
  border-top: 1px;
  border-top-style: solid;
  border-top-color: #B0B0B0;
}
ul {
  margin-left: 30px;
  margin-bottom: 12px;
  margin-top: 8px;
}
li {
  font-size: 13px;
  list-style-image: url(../../common/img/elements/bullet.gif);
}
.form01 {
  display: block;
  font-size: 12px;
  line-height: 2.1;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #800000;
  margin-top: 20px;
}
.form02 {
  display: block;
  width: 750px;
  font-size: 12px;
  font-family: courier;
  line-height: 2;
  color: #303030;
  margin-bottom: 20px;
}
.form03 {
  display: block;
  font-size: 11px;
  line-height: 0;
  font-style: italic;
  color: #808080;
}
input, textarea {
  border: 1px;
  font-family: courier;
}
input.text, textarea {
  border-style: solid;
  border-color: #800000;
  background-color: #F0F0F0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
}
input.radio {
}
input.button {
  border-style: solid;
  border-color: #800000;
  background-color: #D0D0D0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 20px;
  margin-right: 20px;
}
textarea {
  font-size: 12px;
}