/************************* BASIS ************************/

#divContainer
{
  position: relative;
  margin: auto;
  width: 987px;
  text-align: left;
}


html {
	overflow-y: scroll;
}

body
{
  color: #666;
  font-family: verdana,arial,helvetica;
  font-size: 11px;
  margin: 30px 0px 0px 0px;
  padding: 0px;
}
.basis, td
{
  color: #666;
  font-family: verdana,arial,helvetica;
  font-size: 11px;
}
a
{
  color: #000;
  text-decoration: none;
  font-family: verdana,arial,helvetica;
  font-size: 11px;
}

p{ margin:0px; padding:0px; }
a:hover
{
  color: #999;
  text-decoration: none;
}
.table_top, .table_top td
{
 vertical-align:top;
}

h1, .titel
{
  font-size: 18px;
  color: #000;
  font-family: verdana,arial,helvetica;
  margin-bottom: 5px;
}


/************************* FOOTER ************************/
.footer, .footer a
{
  color: #fff;
}
.footer a:hover
{
  color: #999;
}



/*************************  PRODUCTEN ************************/

.div_product_list
{
  width: 210px;
  display: block;
  float: left;
  margin: 10px;
  height: 220px;
  border: #ff9900 1px solid;
  padding-bottom: 5px;
  text-align: center;
}
.div_product_list a:hover
{
  color: Black;
}
.div_product_list:hover
{
  background-color: #ffcaa8;
}



/* COMBINATIE PRODUCTEN */

.combinatie_blok
{
  border: #ff0063;
  border-style: solid;
  border-width: 1px;
  width: 150px;
  padding: 1px;
  float: left;
}
.combinatie_body
{
  width: 150px;
  height: 24px;
  padding-top: 6px;
  margin-bottom: 3px;
  text-align: center;
  float: left;
  background-color: #ff6500;
}



/************************* PRODUCT KLEUR ************************/

.img_color
{
  border: solid 2px #dddddd;
  display:block;
}
.img_color_selected
{
  border: solid 2px #ff6500;
  display:block;
 
}




/************************* MENU ************************/

.menu_1
{
  font-size: 14px;
  font-weight: bold;
  display: inline;
  padding: 0px 10px 0px 10px;
  color: #FFF;
  text-decoration: none;
}
.menu_1:hover
{
  color: #ff0063;
}
.menu_1_selected
{
  font-size: 14px;
  font-weight: bold;
  display: inline;
  padding: 0px 10px 0px 10px;
  color: #000;
  text-decoration: none;
}
.menu_1_selected:hover
{
  color: #ff0063;
}


/************************* SUB MENU ************************/

.submenu_1
{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: inline;
  padding: 0px 20px 0px 10px;
  background-image: url(../gfx/ukkus_kleine_ster.jpg);
  background-repeat: no-repeat;
  background-position: 2px right;
}
.submenu_1:hover
{
  color: #ff6500;
}

.submenu_1_selected
{
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: inline;
  padding: 0px 20px 0px 10px;
  background-image: url(../gfx/ukkus_kleine_ster.jpg);
  background-repeat: no-repeat;
  background-position: 2px right;
}
.submenu_1_selected:hover
{
  color: #ff6500;
}



.submenu_2
{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: inline;
  padding: 0px 5px 0px 5px;
}
.submenu_2:hover
{
  color: #ff6500;
}

.submenu_2_selected
{
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: inline;
  padding: 0px 5px 0px 5px;
}
.submenu_2_selected:hover
{
  color: #ff6500;
}


/************************* MERK MENU ************************/


.merkmenu
{
  font-size: 10px;
  display: inline;
  padding: 0px;
  color: #fff;
  font-weight: bold;
}
.merkmenu:hover
{
  color: #ff6500;
}

.merkmenu_selected
{
  font-size: 10px;
  display: inline;
  padding: 0px;
  color: #000;
  font-weight: bold;
}
.merkmenu_selected:hover
{
  color: #ff6500;
}





/************************* MESSAGES ************************/

.winkelwagen_box
{
  position: relative;
  font-family: verdana,arial,helvetica;
  background-color: #ffffff;
  cursor: hand;
  text-align: center;
  width: 400px;
  border-right: black 1px solid;
  padding-right: 25px;
  border-top: black 1px solid;
  padding-left: 25px;
  padding-bottom: 25px;
  vertical-align: middle;
  border-left: black 1px solid;
  padding-top: 25px;
  border-bottom: black 1px solid;
  height: 300px;
  top: 50px;
}



