html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

strong, b {
  font-weight: bold;
}

em {
  font-style: italic;
}

small, sub, sup {
  font-size: .83em;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

html, body {
  width: 100%;
  height: 100%;
}

.floater {
  float: left;
  width: 100%;
  height: 50%;
  margin-bottom: -300px;
}

.page {
  clear: both;
  width: 1000px;
  height: 600px;
  margin: auto;
}

body {
  background: black;
  color: #bbbbbb;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  line-height: 130%;
}

.page .head {
  float: left;
  width: 330px;
  height: 600px;
  background: transparent url(../img/background.png) no-repeat left top;
  position: relative;
}
.page .head .navigation {
  position: absolute;
  left: 105px;
  bottom: 60px;
}
.page .head .navigation a {
  text-decoration: none;
  color: #959595;
}
.page .head .navigation a:hover, .page .head .navigation a.active {
  color: white;
}
.page .head .navigation ul li {
  padding-left: 25px;
}
.page .content {
  float: left;
  width: 650px;
  position: relative;
}
.page .content h1 {
  font-size: 150%;
  margin-bottom: 1em;
}
.page .content h2 {
  font-size: 140%;
  margin-bottom: 0.9em;
}
.page .content h3 {
  font-size: 130%;
  margin-bottom: 0.8em;
}
.page .content h4 {
  font-size: 120%;
  margin-bottom: 0.7em;
}
.page .content ul {
  list-style-type: disc;
  margin: 0 0 10px 17px;
}
.page .content p {
  margin: 0 0 10px 0;
}
.page .content .label {
  height: 540px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent no-repeat right bottom;
}
.page .content .text,
.page .content .imagespinner {
  margin-bottom: 50px;
}
.page .content .text {
  width: 540px;
}
.page .content .text a {
  color: #bbbbbb;
  text-decoration: none;
  border-bottom: 1px dotted #959595;
}
.page .content .imagespinner {
  height: 540px;
  width: 540px;
  position: relative;
}
.page .content .imagespinner .image {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: none;
}
.page .content .imagespinner .image.active {
  display: block;
}
.page .content .imagespinner .imagecontrols {
  position: absolute;
  width: 540px;
  top: 570px;
}
.page .content .imagespinner .imagecontrols .info {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 80%;
  color: #444;
}
.page .content .imagespinner .imagecontrols a {
  position: absolute;
  top: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: black no-repeat center center;
  cursor: pointer;
}
.page .content .imagespinner .imagecontrols a.prev {
  left: 150px;
  background-image: url(../img/pfeillinks.gif);
}
.page .content .imagespinner .imagecontrols a.next {
  right: 150px;
  background-image: url(../img/pfeilrechts.gif);
}

#twostep-overlay {
  background: black;
}
