#haupttext_links {
	width: 250px;
	float: left;
}

#haupttext_links h3{
	padding: 5px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

#haupttext_rechts {
	width: 310px;
	float: right;	
}

#haupttext_rechts img{
	border: none;	
}

#news {
	clear: both;
}

#news h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bolder;
}

#news h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 160px;
}

#news h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
	
#news p{
	padding-left: 160px;
}	
	
#news img{
	border: 1px;
	border-color: black;
	float: left;	
}

#news a {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    text-decoration: none;	
    padding-left: 12px;
    font-style: italic;
}

#news a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #7FCA48;
	text-decoration: none;
	font-style: italic;
}

