/* Main Body + Links + Headings + p */

.bodytext {
    font-family:"Trebuchet MS";
    font-size: 12px;
    padding:0 0 0 0;
}

a {
	color:#F00;
}

a.mainNaviLink {	
	font-family:"Trebuchet MS",Arial;
	font-size: 12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;	
}

a.mainNaviLink:hover {	
	color:#FFF;
}
	
	.news_list {
		width:600px;
		float:left;
	}

	.subheader, .news_image {
	float:left;
	}
	
	.subheader{
	width:395px;
	}
	
	.news_content {
	padding-top:15px;
	padding-bottom:15px;
	}
	
	.news_title {
		background-color:#b5bbad;
		color:#fff;
		padding-left:5px;
		font-weight:bold;
	}
	
	.news_text {
		padding-top:5px;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:5px;
	}
	
	.news_link {
		padding-left: 10px;
		clear:both;
	}
	
	.news_backlink {
		padding-left: 10px;
		clear:both;
	}
	
	.news_link a {
	background:url('../img/layout/pfeil_rechts.gif') no-repeat center right;
	padding-right:15px;
	padding-top:2px;
	text-decoration:none;
	color:#000;
	font-style:italic;
	}
	
	.news_backlink a {
	background:url('../img/layout/pfeil_links.gif') no-repeat center left;
	padding-left:15px;
	padding-top:2px;
	text-decoration:none;
	color:#000;
	font-style:italic;
	}
	
	.news_backlink_karte a {
	background:url('../img/layout/pfeil_links_karte.gif') no-repeat center left;
	padding-left:15px;
	padding-top:2px;
	text-decoration:none;
	color:#000;
	font-style:bold;
	}
	
	.news_image {
		padding-left:5px;
		width:186px;		
		height:127px;
	}
	
	
	