
#tipMedien{
	display:none;
	border-width: 1px;
	background-color: #f5f5f5;
	/* background-image: url('images/Header/2_Linie_2x1.gif'); */
	background-position: top;
	background-repeat: repeat-x;
}

#myScroll{
/*display:none;*/
}
#myScroll .scrollEl, #controlsStartPage .scrollElBig {
  display:none;
  background:url("images/Hintergrund/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  color:black;
  height:160px;
  width: 119px;
  padding:4px;
  text-align:left;
  cursor: pointer;
  vertical-align: top;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#controls span, #controlsStartPage span
{
/* margin-top:5px; */
  background:#fff;
  display:inline-block;
  padding:6px;
  cursor:pointer;
}
#controls, #controlsStartPage {
	cursor: pointer;
	text-align: center;
}
#controls .sel,  #controlsStartPage .sel {
  color:black !important;
  font-weight:bold;
}
#controls .disabled, #controlsStartPage .disabled {
  color:gray;
}
#controls .page, #controlsStartPage .page {
  padding:5px;
  color:gray;
}