/* NEWSLIST */ 
.mod_newslist .layout_latest{
    width: 340px;
    height:250px;
	float: left;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
	overflow:hidden;
} 

.mod_newslist .first{
    margin-right: 20px;
} 

.mod_newslist .layout_latest .newsheadline{
    display: block;
    background: #E3E2E2;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    border-top: 1px solid #999999;
} 

.mod_newslist .layout_latest .image_container
{
	margin:10px 10px 10px 7px;
} 


.mod_newslist .layout_latest p.teaser
{
	margin:9px 7px 0px 7px;
} 

.newsheadline h2{
    color: #555555;
    font-size: 100%;
}
.layout_latest p.more{
	float:right;
	padding-right:15px;
}
/* EMOTIONS */ 
#emotions{
	position:relative;
	
}
#emotions .emotionstext h1{
	position:absolute;
	top:10px;
	left:10px;
	color:white;
	width:340px;
	font-size:120%;
	

}
#emotions .emotionstext p{
	position:absolute;
	top:50px;
	left:10px;
	color:white;
	width:330px;
	font-weight:bold;
	

}
#emotions a.more{
	color:white !important;
	float:right;
}
/*   R O U T E N   I N F O R M A T I O N E N */
.mod_routenplaner input#routenplaner_start,
.mod_routenplaner input#routenplaner_end
{width:300px;}
.mod_routenplaner .col_0{width:40px;}

/* Messen */
.layout_latest .ce_text p{
	margin:5px 0px 0px 10px;
}

