/* Styleheet Profile Kramer */

.categorie_tabel{
 background-color: #eeeeee;
 padding: 10px;
}

.categorie_tabel_hoofd{
 font-weight: bold;
 width: 200px;
 vertical-align:text-top;
 border-top: 1px #cccccc solid;
}

.categorie_tabel_sub{
 width: 200px;
}

#assortiment_header{
  background: url('../images/mtb_header.jpg') no-repeat top left;
  margin: -7px;
  height: 120px;
  color: #fff;
  margin-bottom: 7px;
  font-size: 24px;
}

#assortiment_header2{
  background: url('../images/mtb_header.png') no-repeat top left;
  margin: -7px;
  height: 120px;
  color: #fff;
  overflow: hidden;
  margin-bottom: 7px;
  font-size: 24px;
}

#dagelijksgebruik_header{
  background: url('../images/header_dagelijks-gebruik.jpg') no-repeat top left;
  margin: -7px;
  height: 120px;
  color: #fff;
  margin-bottom: 7px;
  font-size: 24px;
}


#assortiment_left{
  float: left;
  width: 675;
}
#assortiment_header .tekst{ 
  position: absolute;
  color: #fff;
  padding: 5px;
  display: block;
  margin-top: 160px;
}

#assortiment_right{
  margin-top: -50px;
  background-color: #eee;
  width: 300px;
  float: right;
  height: 800px;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
#assortiment_right .h1{
  font-size: 20px;
  margin: 10px;
  color: #333;
  }
  
#assortiment_right ul{
	padding: 0px;
	margin: 5px;
	list-style: none;
}
#assortiment_right li{
	float: left;
	margin: 5px;
	display: block;
	width: 133px;
	height: 75px;
	border: solid 1px #ccc;
}

#assortiment_right li:hover{
	border: solid 1px #aaa;
}

#assortiment_right a{
	border: 0px;
}
