/* portal.css
------------------------------------------------------------------------
This stylesheet contains the CSS rules for portal of pillerseetal 

Author: elements.at 
--------------------------------------------------------------------- */


#sujet {
	width:940px;
	overflow:hidden;
	position:relative;
	margin:0 0 0 20px;
	
	height:385px;
	/*background:#3F3;*/
}

#sujet .overlay {
	width:940px;
	height:2px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:url(../img/sujet_shadow.png) no-repeat;
	behavior: url(../js/iepngfix.htc);
}

.portalteasers {
	width:940px;
	overflow:hidden;
	margin:0 0 0 20px;
	background:url(../img/sujet_dropshadow.jpg) left top no-repeat;
}

/* NEWSBLOCK
--------------------------------------------------------------- */

#newsblock {
	width:717px;
	overflow:hidden;
	float:left;
}

#newsblock .blockitem {
	width:219px;
	height:245px;
	overflow:hidden;
	float:left;
	padding:0 0 0 25px;
	margin:15px 0 0 0;
	background:url(../img/newsblock_bg2.jpg) no-repeat;
}

#newsblock .blockitem.first {
	background:none;
	padding:0;
}

#newsblock .blockitem .headline {
	height:16px;
	overflow:hidden;
	padding:0 0 18px 0;
}

#newsblock .blockitem .headline em {
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	color:#73787d;
}

#newsblock .blockitem.last {
	padding:0;
}


/* TEASERBLOCK
--------------------------------------------------------------- */

.teaserblock {
	width:220px;
	overflow:hidden;
	float:left;
	margin:15px 0 0 0;
	padding:0 0 0 3px;
	background:url(../img/newsblock_bg2_small.jpg) no-repeat;
	
	/*height:250px;*/
}

.teaserblock .teaseritem {
	width:220px;
	overflow:hidden;
	float:left;
	margin:0 0 20px 0;
}

.teaserblock .headline {
	height:16px;
	overflow:hidden;
	padding:0 0 18px 0;
}

.teaserblock .headline em {
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	color:#73787d;
}

.teaserblock .t_image {
	width:220px;
	height:80px;
	overflow:hidden;
}

.teaserblock .t_body {
	width:180px;
	height:56px;
	overflow:hidden;
	padding:18px 20px 0 20px;
	margin:0 0 10px 0;
	
}

.teaserblock .t_link {
	width:180px;
	overflow:hidden;
	padding:0 0 0 20px;
}

.teaserblock .t_link a {
	color:#d70000;
	text-decoration:none;
}

.teaserblock .t_link a:hover {
	color:#000;
}












