/* CSS Document */

/*  Teaser Inline Navigation */

.teaserbox_0, 
.teaserbox_1, 
.teaserbox_2 {
	width:265px; 
	float:left; 
	margin:10px 0px 0 0; 
	padding:0 0 0 10px;
	height:360px; 
	overflow:hidden;
	font-size:11px; 
	line-height:18px;
	}
.teaserbox_1 {
	margin:10px 55px 0 55px;
	}	

/* this fixes a IE7 hover bug */

*+html .teaserbox_2 {
	padding:10px 55px 0 55px !important;
	margin:0;
	}	


.teaserbox_head {
	display:none;
	}

#content .teaserbox_0 a,
#content .teaserbox_1 a,
#content .teaserbox_2 a {
	text-decoration:none;
	display:block;
	color:#666;	
	}

#content .teaserbox_0 a:hover img,
#content .teaserbox_1 a:hover img,
#content .teaserbox_2 a:hover img {
	opacity:0.8;
	-webkit-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);					
 }

#content .teaserbox_0 .more, 
#content .teaserbox_1 .more, 
#content .teaserbox_2 .more {
	-webkit-border-radius:2px;
	-moz-border-radius:2px 2px 2px 2px;
	background:none repeat scroll 0 0 #AAAAAA;
	color:#FFFFFF;
	margin:0 0 0 5px;
	padding:0 6px;
	text-decoration:none;
	text-transform:lowercase; display:inline;
	}
#content .teaserbox_0 a .more:hover, 
#content .teaserbox_1 a .more:hover, 
#content .teaserbox_2 a .more:hover {
	background:#888;
	color:#fff;
	}
#content .teaserbox_0 p, 
#content .teaserbox_1 p, 
#content .teaserbox_2 p {
	display:inline; 
	font-size:11px; 
	line-height:18px;
	}


#content .teaserbox_0 h2, 
#content .teaserbox_1 h2, 
#content .teaserbox_2 h2,
.teaserhead  {
	font-weight:bold;
	display:block;
	font-size:16px; 
	line-height:32px;
	color:#000;
	padding:10px 0 0 0;
margin:0;
	}


.teaserbox_0 img, 
.teaserbox_1 img, 
.teaserbox_2 img {
	margin:0 0 0 -10px;
	}

