body { 
  padding: 0;
  margin: 0;
  font-family:  normal 12px Arial, Helvetica, sans-serif;
  color:#fff;
  font: normal 10pt Arial, sans-serif;
  background-color: #34aa4a;
}

#link {
  position: absolute;
  left: 31px;
  top: 186px;
  height: 25px;
  width: 144px;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 2px;
}

#link a {
  font-size: 12px;
  color: #006633;
  font-weight: bold;
}

#link a:hover,
#link a:focus {
  color: #333333;
  text-decoration: underline;
}

#pagehead {
  background-color: #f0ed16;
  width: 100%;
  height: 166px;
  overflow: hidden;
}

#wwevent {
  position: absolute;
  left: 230px;
  top: 200px;
  width: 600px;
}

img {
  border: 0;
}

/* dunkle tabellenzelle */
.head {
  font-weight: bold;
  padding: 4px;
  vertical-align: top;
  font-size: 1em;
}

/* kleine ueberschrift */
.head_small {
  font-weight: normal;
}

/* zelle in einer tabelle */
.row {
  padding: 4px;
  vertical-align: top;
  font-size: 1em;
}

/* error */
.error {
  color: #F0ED16;
  font-family : Arial,sans-serif;
  font-size : 12px
}

label {
  line-height: 150%;
  padding: 2px;
}

/* formular buttons */
input.button { 
  background-color: #fff;
  border: 1px solid #000;
  color: #006633;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 14px 0px 2px;
}

/* formular textfeld */
.text {
  border : 1px solid #68655F;
  font-size : 12px;
  margin : 0px 2px 0px 2px;
}

/* formular dropdown */
.select {
  border : 1px solid #68655F;
  font-size : 11px;
}

.box {
  border: 0px;
}

/* rechtsbuendige elemente */
.right { 
  float: right;
}


/* tabelle */
.table {
  width : 100%;
}


/* links */
a, a:visited, a:active {
  color: #F0ED16;
  text-decoration: none;
}

a:hover, a:focus {
  color: #ffffff;
  text-decoration: underline;
}
