.boxgrid{  
    width: 324px;  
    height: 197px;  
    margin: 10px 10px 15px 0px;  
    display: inline; 
	float: left;   
    border: none;  
    overflow: hidden;  
    position: relative;  
}  
 .boxgrid img{  
    position: absolute;  
    top: 0;  
    left: 0;  
    border: none;  
}  

.boxcaption{  
    float: left;  
    position: absolute;  
    background: #000;  
	color: #fff;
    height: 190px;  
    width: 100%;  
    opacity: .7;  
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  
     /* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  
}  
.boxcaption h3 {
	color: #ffff;
	font-size: 10pt;
	display: none;
}
.boxcaption p {
	padding: 16px 0px 0px 0px;
}

a.teaser_more, a.teaser_more:link, a.teaser_more:active, a.teaser_more:visited	{ padding-left: 24px; margin: 0px 0px 10px 15px; font-size: 13pt; line-height: 20pt; text-decoration: none; color: #fff; background: url(images/xx_pfeil.png) no-repeat; }
a.teaser_more:hover			{ padding-left: 24px; font-size: 13pt; line-height: 20pt; margin: 0px 0px 10px 22px; text-decoration: none; color: #ffffff;  }

.captionfull .boxcaption {  
    top: 197px;  
    left: 0;  
}  
.caption .boxcaption {  
    top: 100px;  
    left: 0;  
}  

.bigger{  
    height: 200px !important;  
} 
 .caption .boxcaption {  
    top: 80px !important;  
    left: 0;  
} 

