@charset "utf-8";
/* CSS Document */

.portal-suche-spalte {
	float: left;
	width: 290px;
}

.portal-suche {
	padding: 2px;
	margin-bottom: 5px;
}


.portal-suche h1 {
	margin: 0;
	padding: 0;
	float: left;
}


.portal-suche h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.portal-suche h1 a:hover {
	text-decoration: underline;
}

.portal-suche h2 {
	margin: 0;
	padding: 0;
	float: right;
}

.portal-suche h2 a {
	color: #090;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: italic;
}

.portal-suche h2 a:hover {
	text-decoration: underline;
}

