/* common styles - screen & print */

.clear {
	clear:both;
	float: none;
}

.image_clear {
/*	height: 1px;
	overflow: hidden;
*/
	clear: both;
}

.invisible {
	display:none;
}




/* startpage teaser */
.stp_teaser {  
	float: left;
	width: 242px;
	height: 258px;
	overflow: hidden;
	margin: 0px 10px 10px 0px;
	background-color: #e7e7e7;
	filter:alpha(opacity=90);
	 -moz-opacity:0.9;
	 -khtml-opacity: 0.9;
	 opacity: 0.9;  
}

.stp_teaser:hover {
	background-color:#FFFFFF; 	
}

.stp_teaser_contentonly {
	height: 258px;
	overflow: hidden;
}



.stp_teaser_content {
	height: 116px;
	overflow: hidden;
}

.stp_teaser_image {
	height: 142px;
	overflow: hidden;
}

.stp_teaser_image img {
	border: 0;
}

.cnt_teaser1 {
	float: left;
	margin: 0px 10px 20px 0px;
}

.cnt_teaser2 {
	float: left;
	margin: 0px 0px 20px 0px;
}

.cnt_teaser	{		
	width: 179px;
	height: 200px;
	overflow: hidden;	
}

.cnt_teaser:hover {
	background-color:#e1effc; 
}

.cnt_teaser_content {
	height: 95px;
	overflow: hidden;
}


.cnt_teaser_image {
	height: 105px;
	overflow: hidden;
}

.cnt_teaser_image img {
	border: 0;
}

.right_teaser {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #f1eeee;
}

.right_teaser:hover {
	background-color: #e1effc;
}


