.ansicht   	{
            	height: 1610px;
            	}  
 .left, .inhalt, .right        {  
            	height: 1485px;   	
             }
      
.spalte_l, .spalte_r     {               
             height: 1465px;            
            } 

#bild_1    {
                 width: 300px;
                 height: 424px;
                 border : 1px solid silver;
                 margin: 3px 3px 3px 7px;

                 }
#bild_2   {
                 width: 300px;
                 height: 400px;
                 border : 1px solid silver;
                 margin: 3px 3px 3px 7px;

                 }
 #bild_3   {
                 width: 400px;
                 height: 325px;
                 border : 1px solid silver;
                 margin: 3px 3px 3px 4px;

                 }                
 /*HOVER POPUP LINKS*/

/* Tooltip */

a.popup,
a.popup:link,
a.popup:visited,
a.popup:active {
text-decoration: none;
}

a.popup:hover {
background: transparent;
z-index: 100;
}




a.popup span	{
		display: none;
		
		}

a.popup:hover span{
		display: block;
		position: absolute;
		left: -230px;
		top: 300px; 
		width: 410px;
		margin: 0px 0px 0px 0px;
		padding: 5px;
		color: #335500;
		font-weight: normal;
		background: #e5e5e5;
		text-align: left;
		border: 1px solid #666;
		z-index: 100;

}

