#startcontent {
	position:absolute;
	top:110;
	left:0px;
	width:1024px;
	height:300px;
	visibility: visible;
	background-color:#none;
	z-index:0;	
	}

/* Root = Horizontal, Secondary = Vertical */
ul#startbilder {
  margin: 0px 0 0 0px;
  padding: 0;
  list-style: none;
}
ul#startbilder li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
}
ul#startbilder ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 0px;
  list-style: none;
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
}
ul#startbilder ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 0px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
ul#startbilder ul li {
  width: 0px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}
/* Root Menu */
ul#startbilder a {

  padding: 0 0px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #060460;
  font: bold 12px/23px Arial, sans-serif;
  text-decoration: underline;
  height: auto !important;
  height: 0%; /*For IE*/
}
/* Root Menu Hover Persistence */
ul#startbilder a:hover,
ul#startbilder li:hover a,
ul#startbilder li.iehover a {
  background: #0099ff;
  color: #FFF;
  text-decoration:underline;
}
ul#startbilder li a{
  border:0px solid #d5d5d5;
}
ul#startbilder li:hover a{
  border:0px solid none;
}
