/*------------------------------------------------------------------------------------------------------------------
  CSS 
   2 collums
   2009, Christian Heil
   vogelstimmen.de
------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------
   basic html elements
------------------------------------------------------------------------------------------------------------------*/
#inhaltsbereich_1 {
    margin: 0 50px 0px 200px;
    border-left: 1px solid #B7C3D9;
    border-right: 0px;
    }

#inhaltsbereich_2 {
    display: none;
    }
    
#footer {
    margin: 20px 8px 1em 8px;
    }
.table {
    margin: 0 0px 20px 0;
    }
    
.table TEXTAREA {
    left: 0px; 
    width: 500px; 
    height: 90px;
   }