@charset "UTF-8";

.body {
  margin: 0px;
  padding: 6px;
}

/* Linie ----------------------------------------*/
hr.line {
    background: #AEAEAE;
    color: #AEAEAE;
    height: 1px;
    padding: 0;
    border: 0;
    }

.header1 {
  background: url('../gfx/bground.gif') #93A4AF;
  border: 1px solid rgb(101,135,150); }

.menuber {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 13px;  font-weight : bold;  color : #FFFFFF;  background-color: transparent;}

.einsb {
  font-family : Arial, Helvetica, Geneva, Sans-serif, sans-serif;
  font-size : 13px;  font-weight : bold;  color : #5A5A5A;  background-color: transparent;}

.einsa {
  font-family : Arial, Helvetica, Geneva, Sans-serif, sans-serif;
  font-size : 13px;  font-weight : normal;  color : #5A5A5A;  background-color: transparent;}

/* Small Text grau ---------------------------------------------------------*/
.smallgrey {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 9px;  font-weight : normal;  color : #687883;  background-color: transparent;}

input.submit {
  background-color : #FBFBFB;
  border : 1px solid rgb(138,155,167);
  height : 22px;
  font-family : Arial, Helvetica, Geneva, Sans-serif, sans-serif;
  font-size : 13px;
  font-weight : normal;
  color : #707070; }

A.content:link {
  font-family : Arial, Helvetica, Geneva, Sans-serif, sans-serif;
  font-size : 13px;
  font-weight : bold;
  color : #687883;
  text-decoration : none;
  background-color: transparent;
}
A.content:visited {
  font-family : Arial, Helvetica, Geneva, Sans-serif, sans-serif;
  font-size : 13px;
  font-weight : bold;
  color : #687883;
  text-decoration : none;
  background-color: transparent;
}

A.content:hover {
  font-family : Arial, Helvetica, Geneva, Sans-serif, sans-serif;
  font-size : 13px;
  font-weight : bold;
  color : #CE6100;
  text-decoration : none;
  background-color: transparent;
}

.praemiumbottom {
  border: 1px solid rgb(194,194,194);
  background-color: #FAFAFA
}