/* allgemein */
body {
background-color : #1ae322;
  /*background-color : #1ae322;*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  color: #000000;
  text-align: center;
  padding: 0;
  margin: 0;
}



a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}
a:focus {color: #80ff80; text-decoration: none;}
a:hover {color: #80ff80; text-decoration: none;}

.font_normal {color: #000000;}
  a:link.font_normal {color: #000000;}
  a:visited.font_normal {color: #000000;}
  a:active.font_normal {color: #000000;}
  a:focus.font_normal {color: #80ff80;}
  a:hover.font_normal {color: #80ff80;}

.font_white {color: white;}
  a:link.font_white {color: #ffffff;}
  a:visited.font_white {color: #eeeeee;}
  a:active.font_white {color: #cdcdcd;}
  a:focus.font_white {color: #80ff80;}
  a:hover.font_white {color: #80ff80;}
  
.font_black {color: black;}
  a:link.font_black {color: #000000;}
  a:visited.font_black {color: #000000;}
  a:active.font_black {color: #cdcdcd;}
  a:focus.font_black {color: #80ff80;}
  a:hover.font_black {color: #717171;}
  
  .font_black_underline {color: black; text-decoration: underline;}
    a:link.font_black_underline {color: #000000; text-decoration: underline;}
    a:visited.font_black_underline {color: #000000; text-decoration: underline;}
    a:active.font_black_underline {color: #cdcdcd; text-decoration: underline;}
    a:focus.font_black_underline {color: #80ff80; text-decoration: underline;}
    a:hover.font_black_underline {color: #717171; text-decoration: underline;}
    

.font_red {color: red;}
  a:link.font_red {color: red;}
  a:visited.font_red {color: red;}
  a:active.font_red {color: red;}
  a:focus.font_red {color: red;}
  a:hover.font_red {color: #717171;}
  
.font_green {color: green;}
  a:link.font_green {color: green;}
  a:visited.font_green {color: green;}
  a:active.font_green {color: green;}
  a:focus.font_green {color: green;}
  a:hover.font_green {color: #717171;}
  
  .font_green_underline {color: green; text-decoration: underline;}
    a:link.font_green_underline {color: green; text-decoration: underline;}
    a:visited.font_green_underline {color: green; text-decoration: underline;}
    a:active.font_green_underline {color: green; text-decoration: underline;}
    a:focus.font_green_underline {color: green; text-decoration: underline;}
    a:hover.font_green_underline {color: #717171; text-decoration: underline;}

.font_bold {font-weight: bold;}

.text_right {text-align: right;}

.text_left {text-align: left;}

.text_center {text-align: center;}

.text_decoration_no {text-decoration: none;}

.text_decoration_underline {text-decoration: underline;}

.text_decoration_overline {text-decoration: overline;}

.text_decotration_line-through {text-decoration: line-through;}

.text_decoration_blink {text-decoration: blink;}

a:hover.text_decoration_underline_hover {text-decoration: underline;}


.h1_small {
  font-size: 1em;
}


.color_red {
  color: red;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.float_center {
  float: center;
}





/*  start tabellen  */
.einfacherRand {
  border: 1px solid black; border-collapse:collapse; 
}

.bgGreen {
  background-color: green;
  color: white;
}

/* ende tabellen */





#fuellender_bg {
  position: absolute;
  top: 169px;
  left: 8px;
  width: 970px;
  height: 600px;
  background-color: #fff184;
}

#platz_unten {
  position: relative;
  left: 230px;
  height: 50px;
}