body, a {
	color:#414B56;
}

a {
	text-decoration: underline;
}

#bd_search {
	width: 470px;
	color: #414B56;
	font-family: Verdana;
	font-size: 11px;
	/*background: url('../pix/ks_logo.jpg') no-repeat top right;*/
}

h1 {
	font-size: 20px;
	color: #414B56;
	font-family: Arial !important;
	font-weight: bold;
	margin: 0 !important;
	padding: 0;
}

#description {
	display: block;
	padding: 10px 0;
}

#plz_label {
	display: inline-block;
	width: 40%;
}

#plz_input {
	width: 72px;
	margin-right: 12px;
	text-align: center;
}

#submit {
	background-image:url(http://ks-auxilia.de/ks_auxilia/sys/pix/content_main_box_button.gif);
	background-repeat:no-repeat;
	border:0 solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	height:24px;
	width:154px;
}

#result {
	border-top: 1px solid silver;
	display: block;
	padding-top: 8px;
}

#result_found {
	padding-bottom: 8px;
	display: block;
}

#result_error, #result_error * {
	color: red !important;
}

#bd_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#bd_list .bd_entry span {
	display: block;
	padding: 2px 0;
}

#bd_list .bd_entry span span {
	display: inline-block;
}

#bd_list .bd_entry .bd_name {
	font-weight: bold;
	font-size: 120%;
}

#bd_list .bd_entry .label {
	width: 25%;
}

#bd_list .bd_entry .value {
	width: 70%;
}

