body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  background: #b8Ced9 url(/img/stripes.gif) repeat-y top right;
}

h1 {
  margin: 0px;
  font: 900 1em Tahoma,Helvetica,sans-serif;
  color: #8c3737;
  text-align: right;
}

label {
  position: absolute;
  text-align: right;
  padding: 0px 3px;
  width: 60px;
  font: 900 0.8em Tahoma,Helvetica,sans-serif;
}

input {
  background: #dae2e5;
  border: 1px solid #6e7d85;
}

a {
  color: #4c565c;
  text-decoration: none;
}

a:hover {
  color: #4c565c;
  text-decoration: underline;
}
p {
  font: 0.8em Tahoma,Helvetica,sans-serif;
  line-height: 115%;
  color: #000000;
  text-align: left;
}

/* left half */

#left {
  position: absolute;
  padding: 0px;
  top: 0px;
  left: 12px;
  right: 298px;
  height: 100%;
  width: auto;
}

#logo {
  position: relative;
  left: -12px;
  top: 0px;
  width: 323px;
  height: 289px;
  float: left;
}

#vario {
  height: 293px;
  position: relative;
  top: 0px;
  left: 0px;
}

#head {
  margin: 0px;
  padding-top:18px;
  padding-bottom: 12px;
  vertical-align: bottom;
}

#textbox {
  margin: 0px;
  font: 0.8em Tahoma,Helvetica,sans-serif;
  line-height: 115%;
  text-align: right;
  vertical-align: middle;
}

#foot {
  position: absolute;
  top: 6px;
  left: 27px;
  width: 220px;
  font: 0.7em Tahoma,Helvetica,sans-serif;
  line-height: 115%;
  color: #6e7d85;
  text-align: center;
}

.status {
  /* IE 6.0 hack to prevent a jumping box... */
  height: 1%;
  border: 1px solid #6e7d85;
  background: #ffffff;
  clear: both;
  margin: 24px auto 0px auto;
  border-collapse: none;
}

.legend {
  padding: 0px 6px;
  font: 900 0.8em Tahoma,Helvetica,sans-serif;
  line-height: 115%;
  color: #000000;
  text-align: right;
  vertical-align: top;
}

.value {
  padding: 0px 6px;
  font: 0.8em Tahoma,Helvetica,sans-serif;
  line-height: 115%;
  color: #000000;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.caption {
  padding-bottom: 3px;
  font: 900 0.8em Tahoma,Helvetica,sans-serif;
  border-bottom: 1px dotted #6e7d85;
  line-height: 115%;
  color: #000000;
  text-align: center;
  vertical-align: top;
}

.leftrow {
  font: 0.8em Tahoma,Helvetica,sans-serif;
  padding: 3px 6px 0px 6px;
  line-height: 115%;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.midrow {
  font: 0.8em Tahoma,Helvetica,sans-serif;
  padding: 3px 6px 0px 6px;
  line-height: 115%;
  color: #000000;
  text-align: center;
  border-left: 1px dotted #6e7d85;
  border-right: 1px dotted #6e7d85;
  vertical-align: middle;
}

.rightrow {
  font: 0.8em Tahoma,Helvetica,sans-serif;
  padding: 3px 6px 0px 6px;
  line-height: 115%;
  color: #000000;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

/* contact form */

#contact {
  border: 1px solid #6e7d85;
  padding: 6px 0px;
  background: #ffffff;
  margin: 5% auto 9px auto;
  width: 462px;
  clear: both;
  text-align: left;
}

#message {
  background: #dae2e5;
  border: 1px solid #6e7d85;
  margin-left: 67px;
  height: 120px;
  width: 360px;
}

#submit {
  padding-bottom: 2px;
  vertical-align: top;
  margin-left: 317px;
  width: 54px;
  height: 20px;
}

#reset {
  padding-bottom: 4px;
  vertical-align: top;
  margin-left: 0px;
  width: 54px;
  height: 20px;
}

.field {
  padding-bottom: 6px;
}

.head {
  margin-left: 67px;
  width: 240px;
}

/* FAQ */
.container {
  border: 1px solid #6e7d85;
  margin: 6px;
  padding: 12px;
  background: #ffffff;
}

/* right half */

#right {
  position: absolute;
  padding: 0px;
  top: 0px;
  left: auto;
  right:0px;
  bottom: 0px;
  height: 100%;
  width: 285px;
}

#rand {
  margin-top: 0px;
  margin-left: 30px;
  height: 480px;
  width: 120px;
  padding: 0px;
}

/* "absolute" is set for IE 6.0 and smaller, because these versions don't
   support "fixed" */
#menu {
  position: absolute;
  width: 112px;
  bottom: 6%;
  right: 0px;
  font: 900 1.6em Tahoma,Helvetica,sans-serif;
  color: #000000;
  line-height: 125%;
  text-align: left;
}

/* this hack excludes older IE versions prior to IE 7 */
html > body #menu {
  position: fixed;
}

.emphasis {
  color: #8c3737;
}

.selected {
  color: #ffffff;
  padding: 1px 3px;
}

a.normal {
  color: #000000;
  padding: 1px 3px;
  text-decoration: none;
}

a:hover.normal {
  color: #000000;
  padding: 0px 2px;
  border: 1px solid #ffffff;
  text-decoration: none;
  background: #b8Ced9;
}

a.emphasis {
  color: #8c3737;
  padding: 1px 3px;
  text-decoration: none;
}

a:hover.emphasis {
  color: #8c3737;
  padding: 0px 2px;
  border: 1px solid #ffffff;
  text-decoration: none;
  background: #b8Ced9;
}
