/* MUSTERFORM */

#handheld_selection {
  position: relative;
  width: 470px;
  height: 0px;

  overflow-x: hidden;
  overflow-y: auto;
  
}

#handheld_selection div {
  float:left;
  margin-right:10px;
  position:relative;
  width: 230px;
}
#handheld_selection div ul,
#handheld_selection div ul li {
  list-style: none;
  list-style-image: none;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
.navigation a {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	display:inline-block;
}
.navigation a:hover {
	background-color: #cccccc;
}
.error {
	padding: 5px;
	border: 2px solid #FABC00;
}

