.ansicht   	{         
            	height: 1005px;            	
            	}         
.left, .inhalt, .right 
                 {    
            	height: 835px;
            	          		  
               }    
.spalte_l { 
                 position: absolute;
                 left: 8px;
                 top: 30px;
             width: 320px;
             height: 790px;
             text-align: left; 
             border: 1px solid #150186;
             padding: 0px;
             
             display:inline;
             
              background: white; 
              z-index:1;  
            } 
 .spalte_r	{
                 position: absolute;
                 right: 8px;
                 top: 30px;
             width: 322px;
             height: 790px;
             text-align: left;
             border-left: 0px solid #150186; 
             border-right: 1px solid #150186;
             border-top: 1px solid #150186;
             border-bottom: 1px solid #150186;
             padding: 0px;
            
            
            display:inline;
              background: white;
              z-index:1; 
            }

