#koopdsp * {
	font-family: arial, sans-serif, tahoma;
	font-size:12px;
	font-weight:normal;
}

#koopdsp .clear {
	clear:both;
	width:0px;
	height:0px;
	overflow:hidden;
}

#koopdsp .nobr {
    white-space: nowrap; 
}

#koopdsp .searchfooter {
	text-align:center;
	font-size:80%;
}

#koopdsp a {
	/*color:#2a4292;*/
	text-decoration:none;
}

#koopdsp a:hover {
	text-decoration:underline;
}

#koopdsp a.bundeslandauswahl {
	color:#000;
	text-decoration:none;
	display:block;
	width:200px;
	padding:1px;
}

#koopdsp a.bundeslandauswahl:hover {
	text-decoration:underline;
}

#koopdsp h1 {
	color:#be0404;
	font-size:14px;
	font-weight:bold;
}

#koopdsp h2 {
	color:#ff6600;
	font-size:16px;
}

#koopdsp h3 {
	color:#be0404;
	font-size:14px;
	font-weight:bold;
}

#koopdsp h4 {
	color:#ff6600;
	font-size:14px;
}

#koopdsp h5 {
	color:#2a4292;
	font-size:12px;
}

#koopdsp h6 {
	color:#ff6600;
	font-size:12px;
}

#koopdsp .abc a:hover {
	/*color:#fff;
	text-decoration:none;*/
}

#koopdsp .textfield {
	width:320px;
	border:1px solid #2a4292;
	font-family:arial, sans-serif, tahoma;
}

/* Autofill Start */

#koopdsp div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}

#koopdsp div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#koopdsp div.autocomplete ul li.selected { background-color: #ffb;}
#koopdsp div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  /*height:32px;*/
  cursor:pointer;
}

/* Autofill End */

#koopdsp div.letter { border-bottom:1px dotted #555; padding-left:10px; margin-top:30px; color:#be0404; }

#koopdsp p.link_to_top { text-align:right; }
