/* DEFAULT*/
body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  text-align: left;
  color: #000000;
}

table {
  padding: 0px;
  margin: 0px;
  background-color: #FFFFFF;
 }

img {
  padding: 0px;
  margin: 0px;
}

/* LINKS */
a:link, a:visited {
  text-decoration: underline;
  color: #213888;
}

a:hover, a:active {
  text-decoration: none;
}

/* NAVBAR */
.navbar {
  background-color: rgb(255, 156, 3);
  color: #FFFFFF;
  height: 25px;
  position:absolute; top:20px; left:1px;  width:381px;
  text-align: left;
  border-top: 1px solid #203888;
  border-bottom: 1px solid #203888;
  padding-left: 10px;
}

.navbar a:link, .navbar a:visited {
  color: #FFFFFF;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 12px;
  text-decoration: none;
}

.navbar a:hover, .navbar a:active {
  color: #FFFFFF;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 12px;
  text-decoration: underline;
}

.unten_mitte {
  width: 381px;
  height: 89px;
  background-repeat: no-repeat;
}

.rechts_unten {
  width: 359px;
  height: 543px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
}

.logo {
  width: 381px;
  height: 114px;
  position: absolute; top:100px; left:1px;
  background-repeat: no-repeat;
}

.main {
  position: absolute; top:294px; left:6px;
  width: 1000px;
  background-color: #FFFFFF;
  vertical-align: top;
}

.content {
  padding: 10px;
  color: rgb (0,0,0);
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 16px;
}

/* TEXT */
h3 {
  position: absolute; top:-50px; left:6px;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 18px;
  font-weight: bold;
  padding: 1px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.team {
        background-color: #FFFFFF;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size: 12px;
        color: #213888;
        width: 100%;
        text-align: center;
}

/* TEXTFELDER */

.textfeld{
border: 1px solid gray;
font-size:10pt;
}

.small{
font-size:12pt;
}