@charset "UTF-8";

/*
------------------------------------------------
MAIN
HOLDERS
------------------------------------------------
*/

* { margin:0; padding:0; }

html, body { width:100%; height:100%; }

html { background:#f6edd6; }

body { font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:14px; color:#333; }


#main_holder { margin:0 auto; padding-top:50px; width:890px;  }

#img_pollmeier { float:left; clear:none; width:50%; height:600px; }

#img_lechtermann { float:right; clear:none; width:50%; height:600px; }

#img_pollmeier img  { border:none; }

#img_lechtermann img  { border:none; }

#text_pollmeier { float:left; clear:none; width:49%; height:50px; text-align:center; }

#text_lechtermann { float:right; clear:none; width:49%; height:50px; text-align:center; }

#footer { float:left; clear:none;  width:99%; height:60px; background:url(../images/footer.gif) no-repeat top center; }


a { text-decoration:underline; color:#333; }

a:hover { text-decoration:none; color:#333; }