/* Kasten LIGHT */

.kastenlight {
  background-color:#EEEEEE;
  color:#000000;
  padding:5px;
  margin-left:2px;
  margin-bottom:2px;
  list-style:none;  
  text-align:left;
  width: 97%;
  min-height: 75px;
}

.kastenlight:hover {
  background-color:#DDDDDD;
  color:#000000;
  padding:5px;
  margin-left:2px;
  margin-bottom:2px;
  list-style:none;
  text-align:left;
  min-height: 75px;
}

.kastenlight:hover img {
	height: 75px;
}

.kastenlight img 
{
  border: 0px solid #ffffff;
  float: left;
  margin: 0 10px 0 5px;
  padding: 0px;
  height: 75px;
}

.kastenlightul .kastenlight a
{
  color:#51A2FF;
  text-decoration: none;
}

.kastenlightul .kastenlight a[href^="\/file.axd"] {
	font-weight: bold;
	background: url(download.png) no-repeat right center;
	padding-right: 15px;
}

.kastenlightul .kastenlight a:hover
{
  color:#000000;
  text-decoration: underline;
}

.kastenlightul .kastenlight .buy
{
	display: none;
}

.kastenlightul .kastenlight .buy {
	display: none;
	float: right;
}

.kastenlightul .kastenlight:hover .buy {
	display: inline;
	float: right;
}

.kastenlightul
{
  padding:0;
  margin-top: 0px;
  margin-bottom: 20px;
}


/* Kasten LIGHT END */