html, body, form {
	font-family: Arial;
	margin:0;
	padding:0;
	color: #000;
	background-color:transparent;
	overflow: hidden;
	position: relative;
}

img {
	border: none;
}

#datalist {
	display: none;
}

input {
	line-height: 18px !important;
	margin: 0;
	display: block;
	text-align: left;
	border: 1px solid rgba(0,0,0,0.3);
	font-size: 11px;
	color: #000;
	font-family: Arial;
	outline: 0;
	height: 18px;
	overflow: hidden;
	float: left;
	padding: 0;
	padding-left: 4px;
	padding-right: 4px;
}

.submit {
	display: block;
	background-color: #F8DADB;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-indent: 19px;
	border-radius: 0 4px 4px 0;
	border-left-color:rgba(0,0,0,0.2);
	cursor: pointer;
	width: 66px;
	height: 20px;
	line-height: 16px !important;
	font-size: 11px;
}

.input::-moz-focus-inner {
	border:0;
}

.submit:hover {
	background-color: #E3EEFF;
	background-position: 0 -20px;
}

.suchfeld {
	background-color: #fff;
	border-radius: 4px 0 0 4px;
	border-right-color: rgba(0,0,0,0.1);
	width: 122px;
	margin-left: 1px;
}

.suchfeld:focus {
	background-color: #FAFFBD;
}

.imagelink {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	display: block;
	font-size: 10px;
	line-height: 10px;
	width: 16px;
	height: 16px;
	cursor:pointer;
	padding: 0;
	margin: 0;
}

.imagelink:hover {
	background-color: #EEFFE3;
	background-position: 0 -20px;
}

.textlink {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 2px;

	position: relative;
	top: 45%;
	width: 400px;
	overflow: visible;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	text-indent: 24px;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	padding: 2px;
	border-radius: 4px;
}

.textlink:hover {
	background-position: 0 -18px;
	text-decoration:underline;
}

.textlink strong {
	color: #3845B8;
	text-decoration:underline;
}

.textlink, .imagelink {
	background-image: url('data:image/gif;charset=utf-8;base64,R0lGODlhEAAgALMPAOwcI/FVWvjQ0VubLfeusKTIjPSEh/zl5YW2ZmqkQDOHD+f62szqv+kAAP///wAAACH5BAEAAA8ALAAAAAAQACAAAASo8EkpiCVi6icMaFYDGJkmBI3oOGhackAMroeYHlIgB+tq2AGYrNf7fCoyg4/nENhCqpVrhRoRUgRqTOmoWRtMApN4xTQOVCIxkBGsCACCYU6fS9COT2q/fx1+MYF6LxQ6IkZsGxMVcxiKj5CRkpOUlZaXmBMJAwuVCQickAmjAwgFCQqdigkFrQWmqKoaA68ItqYDCoq0rrAKDLu5CrSowJIKxZQKv4oRADs=');
}

.submit {
	background-image: url('data:image/gif;charset=utf-8;base64,R0lGODlhEwAkAMQXAPFWWukDBvjS09Hi9MLb9bPP7/axs/WNj72VaP///5i33pabp+0wNeDs+vvi4qFsK+bGpNOqf+waIfi+wPN4fPago4Sm0QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABcALAAAAAATACQAAAXu4CWOZGmawmSswkkKBxNUUyBR7SnIAZMkgIAw92JIJIHJz2ETOkqUYwDw+x2alNcRWa3KkMSJ9PCjUBM1pGFUEfp+w1/wxhYqE1EGOcGki2pnE2ddbRUjAgEOcl1dABMvPxUSFQeVlhRZJIoJSEKenkQjDhQ2W1JJLgIASFISAKEnExWYNC62t7i5uru8uwMEBAUFBLkEAw3IDcENtgPHzs4NwrYEDdDAzgq2BdbA3gMW28re2OEuBc7kwOYny+QDCgsDLtLo6QoWEQjzJ9L4FhYWRIAQ4QE/XA0QIICA4MGuhAgK8kr4AEEvayNCAAA7');
}

.submit, .textlink, .imagelink {
	transition:background 0.5s;
	-ms-transition:background 0.5s;
	-moz-transition:background 0.5s;
	-o-transition:background 0.5s;
	-webkit-transition:background 0.5s;
}



/* 16x16px Icon */
html.check , .check body, .check form,
html.error , .error body, .error form,
html.link , .link body, .link form {
	xwidth:16px;
	xheight:16px;
}

/* 200x20px Searchbar */
html.search , .search body, .search form {
	width:200px;
	height:20px;
}

/* Weiterleitung zu BA */
html.forward , .forward body, .forward form,
html.dosearch , .dosearch body, .dosearch form {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
	color: black;
}