.sp {
	float: left;
	width: 32%;
	font-size: 12px;
	margin-bottom: 14px;
}
.ssp {
	float: left;
	width: 9%;
}
.sp img {
	float: left;
	margin-right: 14px;
}
#indhold a {
	text-decoration: underline;
}
#indhold a:hover, a:active {
	text-decoration: none;
	color: #778D99;
}
.hidden {
	clear: both;
	height: 0;
	border: none;
	color: white;
	background: white;
}
fieldset {
	width: 364px;
	margin: 0 auto 20px auto;
	padding: 5px;
	border: 2px solid #778D99;
}
legend {
	font-size: 14px;
	font-weight: bold;
	color: #778D99;
}
label {
	width: 100px;
	float: left;
}
input[type="text"] {
	width: 250px;
}
textarea {
	width: 340px;
	height: 100px;
}
#wrong {
	font-weight: bold;
	color: red;
}

ul#bund {
	list-style-type: none;
	margin: auto;
	width: 500px;
}
ul#bund li {
	float: left;
	margin-left: 10px;
}
ul#bund a {
	text-decoration: none;
}
