* {
  font-family:'Verdana', sans-serif;
/*  font-family: 'Arial', sans-serif; */
  font-size:9pt;
}

input {
  font-size:0.9em;
}

.status {
  z-index: 1;
  position: absolute;
  top: 10px;
/*  right: 10px; */
  left: 720px;
  padding: 5px;
/*  border:1px solid orange; */
  background: lightblue;
}

.head {
  color: white;
  background: darkred;
  font-variant:small-caps;
  font-weight:bold;
}

.login {
  margin: auto;
  width: 300px;
  position: relative;
  top: 20px;
  padding: 10px;
  background: lightblue;
}

.imprint {
  margin: auto;
  width: 600px;
  position: relative;
  top: 200px;
  padding: 10px;
  background: Silver;
  font-size:0.8em;
  text-align: center;
}

.register {
  margin: auto;
  width: 300px;
  padding: 10px;
  background: lightblue;
}

.pagetext{
  background-image: url(images/bgline.gif);
  background-repeat: repeat-y;
  background-position: center top;
  border: 2px solid #C8C8C8;
  width: 675px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 10px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  line-height: 130%;
}

.pagetext p{
  background-image: url(images/bgline.gif);
  background-repeat: repeat-y;
  background-position: center top;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  line-height: 130%;
  margin: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.pagetext h1{
  font-size: 1.4em;
  font-weight: normal;
  color: #000000;
  margin-bottom: 20px;
}

.pagetext h2{
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.footer {
  height: 30px;
  width: 700px;
  line-height: 30px;
  background: #657983;
  text-align: center;
  font-size: 11px;
  color: #fff;
}

.footerc {
  margin: auto;
  height: 30px;
  width: 700px;
  line-height: 30px;
  background: #657983;
  text-align: center;
  font-size: 11px;
  color: #fff;
}

.footer a {
  text-decoration: none;
  color: #FFAC59;
}



