/* Body */

html, body {
 text-align: center;
 margin-top: 0px;
 margin-bottom: 0px;
}

/* Fonts */

.text {
font-family:tahoma;
font-size:12px;
color:#000000;
}

.titel {
font-family:tahoma;
font-size:13px;
font-weight:bold;
color:#000000;
}

h1 {
font-family:tahoma;
font-size:13px;
font-weight:bold;
color:#000000;
}

.titel1 {
font-family:tahoma;
font-size:13px;
font-weight:bold;
color:#000000;
}

.titel2 {
font-family:tahoma;
font-size:13px;
font-weight:bold;
color:#999999;
}

/* Links */

a {
  color:#000000;
}

a:hover{
  color:#999999;
}

/* Divs */

#inner_menu {
  margin-right: 5px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: white;
  float: left;   
}

#winkelwagen {
  width: 458px;
  margin-left: 5px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: white;
  float: left;
}

#inner_submenu {
  margin-left: 5px;
  margin-top: 7px;
  font-size: 12px;
  color: white;
  float: left;
}

#tekst {
  width: 500px;
  margin-top: 5px;
  margin-left: 10px;
  font-family: tahoma;
  font-size: 11px;
  float: left;
}

#inner_sidebar {
  text-align: right;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 7px;
  font-family: tahoma;
  font-size: 11px;
  float: left;
}

#inner_productinfo {
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Tables */

table {
  table-layout: fixed;
  padding: 0 0;
  border-spacing: 0px 0px;
}

td {
  font-family:tahoma;
  font-size:11px;
  color:#000000;
  line-height:18px
}

/* Afbeeldingen */
.image_product {
  width: 100px;
  margin-left: 5px;
  margin-right: 10px;
}

/* Forms */

input {
  font-family:tahoma; 
  font-size:12px; 
  color:#000000
}
