/* vergader - standaard styles vs 1233151353 */
body{
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
  color: white;
}

iframe{
  width: 100%;
  height: 600px;
}

form{
  display: inline;
  margin: 0px 0px 0px 0px;
}

img{
  border: 0px;
}

h1{
  color: #79412A;
  font-size: 22px;
  font-weight: bolder;
  margin: 4px 0px 10px 0px;
  background-color : transparent;
}

h2{
  color: #79412A;
  font-size: 18px;
  font-weight: bolder;
  margin: 0px 0px 0px 0px;
}

a{
  text-decoration: none;
  color: black;
}

div.menu{
  text-align: right;
  padding: 10px 8px 0px 0px;
}


div.menu a.filter_option{
  display: block;
  font-weight: bold;
  padding: 2px 6px 2px 6px;
  /* nieuw */
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #FF0000;
  border: 1px solid silver;
}

div.menu a.link{
  display: block;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}

div#container_main{
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

div#header{
  background-image: url(/images/styles/header.gif);
  height: 95px;
  text-align: right;
  color: #002a7d;
  padding: 45px 10px 0px 0px;
}

div#season_container div#header{
  background-image: url(/images/styles/header.gif);
  height: 95px;
  text-align: right;
  color: #002a7d;
  padding: 45px 10px 0px 0px;
}

div#header form input{
  background-color: #AF8E7F;
  border: 1px solid #FFFFFF;
  margin: 1px 0px 1px 4px;
}
  
div#season_container{
  background-image: url(/images/styles/container_season.gif);
  height: 160px;
}

div#menu_main{
  width: 152px;
  float: left;
  padding-right: 25px;
  font-weight: bold;
  line-height: 26px;
}

div#menu_main a{
  color: #002d7e;
  display: block;
}

div#menu_main a:HOVER{
  color: white;
}

div#season{
  float: left;
  height: 100%;
  width: 803px;
  padding: 0px;
}

div#container_contents{
  background-image: url(/images/styles/container_contents.gif);
  height: 100%;
}

div#menu_context{
  width: 152px;
  float: left;
}

div#menu_context a{
  color: white;
  display: block;
}

div#menu_context a.menu_item{
  line-height: 26px;
  font-weight: bold;
}

div#menu_context a.sub_menu_item{
  color: #002a7d;
  padding: 0px 0px 0px 0px;
  line-height: 14px;
  font-weight: bold;
}

div#contents{
  float: left;
  padding: 10px 10px 0px 20px; /* 3e was 30 */
  width: 790px;
  color: #002a7d;
}

div#footer{
  background-image: url(/images/styles/footer.gif);
  height: 70px;
  width: 100%;
  clear: both;
}


/**************************************************

	RESULTS

 **************************************************/

div.result{
	border: 0px dashed black;
	height: 240px;
	font-size: 12px;
	font-weight: bold;
}

div.result h2{
	font-size: 22px;
}

div.result div{
	float: left;
}

div.result div.result_image{
  width: 230px;
  margin: 0px 15px 0px 0px;
}

div.result div.result_image img{
  width: 230px;
  height: 180px;
}

div.result div.result_short{
  width: 355px;
  margin: 0px 15px 0px 0px;
  position: relative;
  height: 180px;
}

div.result div.result_short h2{
  margin: 5px 0px 5px 0px;
}

div.result div.result_short a{
  color: #79412A;
}

div.result div.result_short a.description,a.special_offer{
  position: absolute;
  border: 1px solid #79412A;
  padding: 0px 10px 0px 10px;
  bottom: 0px;
}

div.result div.result_short a.description{
  background-color: #79412A;
  color: white;
  left: 0%;
}

div.result div.result_short a.special_offer{
  background-color: #ef6c00;
  color: white;
  right: 0px;
}

div.result div.result_short img{
  position: absolute;
  right: 10px;
  bottom: 13px;
}

div.result div.result_specs{
  background-color: #AF8E7F;
  width: 150px;
  height: 180px;
  font-size: 14px;
  background-image: URL('/images/details_voet.gif');
  background-repeat: no-repeat;
  background-position: 0% 100%;
}

div.result div.result_specs div.result_specs_code{
  background-color: #79412A;
  width: 140px;
  color: white;
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 3px 0px;
}
		
div.result div.result_specs div.result_specs_code span {
  font-size: 24px;
  color: white;
}

div.result div.result_specs div.result_specs_part{
  FONT-WEIGHT: bold; 
  color: white;
  width: 130px;
  margin: 4px 3px 0px 0px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  left: 0px;
}

div.result div.result_specs div.result_specs_part img {
  PADDING-LEFT: 5px;
  FONT-SIZE: 14px;
  MARGIN: 0px 0px 0px;
  WHITE-SPACE: nowrap;
  POSITION: relative;
  HEIGHT: 20px
}
