/* features */

div.features {
	float: right;
	margin-left: 20px;
	width: 30%;
	/*overflow: hidden;      bis auf weiteres auf Kundenwunsch auskommentiert!     */
}

div.features p { margin-bottom: 0.8em; }

div.features a {
	text-decoration: none;
	border-bottom: 1px solid #BBBBBB;
}

div.features div.feature {
	margin-bottom: 1em;
}

div.features h2 {
	margin-top: 0;
	background-color: #EEEEEE;
	color: #000066;
	padding: 4px 12px;
	font-size: 100%;
	border-bottom: 1px solid #666666;
}

div.features ul { padding: 0 10px; }

table.weather {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
}

table.weather td, table.weather th {
	background-color: transparent;
	padding: 0;
	border: none;
	text-align: left;
}
