* {
  margin                  : 0px;
  padding                 : 0px;
  /* links werden z. b. nicht mehr unterstrichen */
  text-decoration         : none;
  background-repeat       : no-repeat;
  /* verhindert auch, dass bilder in links gerahmt werden. */
  border-style            : none;
  border-width            : 1px;
}

body {
  line-height             : 1em;
  font-family             : "Times New Roman","Arial","Helvetica";
  font-size               : 12pt;
  background-color		  : #719f31;
  background-image        : url('../images/layout_bg.jpg');
  background-repeat       : repeat;
}

.floatClear {
  clear                   : both;
  visibility:hidden;
  height                  : 0px;
  line-height             : 0em;
}


#wrapperMain {

  margin                  : 59px auto 0px auto;
  width                   : 800px;
  height                  : auto;
  border-style            : solid;
  border-top              : 1px solid black;
  border-right            : 1px solid black;
  border-left             : 1px solid black;
  border-bottom           : 1px solid black;
  background-color		  : #fff;
  background-image        : url('../images/fauxbbg.gif');
  background-repeat       : repeat-y;
}

#content {
  clear                   : both;
}

#content div.columnLeft {
  height				  : auto;
  line-height             : 1.2;
  float                   : left;
  width                   : 550px;
  background-color        : transparent;
  text-align              : center;
  padding-left			  : 10px;
  padding-right			  : 10px;

}

#content div.columnRight {
  margin-left             : 580px; 
  background-color        : transparent;
  text-align              : center;

}

