/* (z) standaard styles vs 1235660551 */
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: #ff7129;
  font-size: 22px;
  font-weight: bolder;
  margin: 4px 0px 10px 0px;
}

h2{
  color: #ff7129;
  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;
}

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#header form input{
  margin: 1px 0px 1px 4px;



  background-color: #b9a7b6;
  color:  #4f2248;
  border: 1px solid #4f2248;

}
  
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;
  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 #4f2248;
			padding: 0px 10px 0px 10px;
			bottom: 0px;
		}

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

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

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





  div.result div.result_specs{
    background-color: #b9a7b6;
    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: #4f2248;
      width: 140px;
      color: #FFFFFF;
      padding: 5px 5px 5px 5px;
      margin: 0px 0px 3px 0px;
    }
    
      div.result div.result_specs div.result_specs_code span{
        font-size: 24px;
      }

    div.result div.result_specs div.result_specs_part{
      float: left;
      width: 45px;
      margin: 6px 2px 3px 2px;
      color: #FFFFFF;
      height: 24px;
      padding: 0px 0px 0px 26px;
      position: relative;
      overflow: hidden;
      white-space: nowrap;
    }

      div.result div.result_specs div.result_specs_part img{
        position: absolute;
        top: -6px;
        left: 0px;
	height: 24px;
        margin: 4px 5px 0px 0px;
      }

