/* Start of CMSMS style sheet 'Foodmate - stijl 2010' */
/* Foodmate 2010 */

* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 140%;
   background: #fff url(images/v2/bg_body.png) repeat-x top left;
   color: #868483;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
   color: #1080ac; 
}

a:hover {
   text-decoration: none;
   color: #1080ac;
}

div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   padding: 35px 0 0 0;
   width: 960px;
   background-color: transparent;
   background: url(images/v2/bg_wrapper.png) no-repeat 0 35px;
   color: #000;
   position: relative;
}

div#header {
   height: 195px;    
   background: transparent;
   margin: 0;        
   position: relative;
   padding: 0;
}

div#rotator {
   border: solid 1px #bebdbc;
   width: 634px;
   height: 174px;
   padding: 0;
   margin: 15px 0 0 0;
}

div#lang {
   position: absolute;
   top: 20px;
   left: 820px;
   display: none;
}

div#logo {
   position: absolute;
   top: 20px;
   left: 660px;
}

div#logo_menu {
   position: absolute;
   top: 40px;
   left: 820px;
   z-index: 10;
}

      div#logo_menu ul li {
            list-style: none;
            margin: 5px 0 5px 0;
      }


      div#logo_menu ul li a{
            text-decoration: none;
            color: #737373;
      }

      div#logo_menu ul li a:hover{
            font-weight: bold;
      }

div#zoek {
   height: 33px;
   width: 295px;
   border: solid 1px #bebdbc;
   position: absolute;
   top: 141px;
   left: 655px;
}

.search-input-img {
   margin: 3px 5px 0 0;
   padding: 0;
   float: right;
}

.search-input-veld{
   border: 0;
   margin: 3px 0 0 0;
   font-size: 13px;
   padding: 4px 0 4px 4px;
   color: #595959;
   width: 253px;
   background: #fff;
}

div#main_menu {
   height: 50px;
   width: 960px;
   background-color: #1080ac;
}

 div#content {
   margin: 1.5em auto 2em 0;   /* some air above and under menu and content */
}


div#main {
   margin-left: 29%; 
   margin-right: 2%; /* and some air on the right */
   width: 650px;
}

/* Vervanging voor de normale main, dus alleen voor product sjabloon */

div#mainproduct {
   margin-left: 280px; 
   width: 400px;
}

div#mainproductcata {
   margin: 0px; 
   width: 380px;
}

/* totale rechter sidebar */
div#productinfo {
   width: 250px;
   float: right;
   margin: 0 0 20px 0;
}

/* tekst blok */
div#producttech {
   background-color: #1080ac;
   border: #055169 solid 1px;
   width: 250px;
   height: 250px;
   color: #FFF;
    position: relative;
}

/* product picture */
div#productpic {
   height: 250px;
   width: 250px;
   overflow: hidden;
   margin: 0 0 20px 0;
   border: solid 1px #055169;
} 

div#productpic img {
  border: none;
} 

/* product tekst */
div#producttekst {
   width: 230px;
   height: 180px;
   overflow: hidden;
   margin: 10px 10px 0px 10px;
}

div#producttekst p, div#producttekst h3{
  color: #FFF; 
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  
   margin: 0;
   padding: 0;
}

div#nieuws, div#subscribe, div#newsmate{
   margin: 20px 0 20px 0;
}

div#newsmatecover{
   margin: 0 0 0 30px;
}

div#nieuws h3, div#subscribe h3, div#newsmate h3{
   color: #fff;
   background-color: #82807e;
   font-size: 13px;
   padding: 3px 0 3px 10px;
}

div#nieuwslink{
   margin: 10px 0 10px 0;
  
}

div#nieuwslink li{
   list-style: none;
   background: url(images/v2/bg_nieuws.png) no-repeat 0.5em 0.3em;
}

div#nieuwslink li a{
   text-decoration: none;
   color: #3e3e3d;
   margin: 0 0 0 30px;
   padding: 0;
   display: block;
}

/* FOOTER */

div#footer {
   width: 960px;
   clear: both;      
   color: #fff;
   background-color: #1080ac; 
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       
   text-align: center;  
   margin: 0;
   color: #fff;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

div#footermenu {
  height: 50px;
  margin: 0;
  padding: 5px 0 0 0;
}

div#footermenu div{
  float: left;
  width: 60px;
  height: 45px;
  text-align: center;
  display: block;
  cursor: pointer;
}

div#footermenu p{
  margin: 0;
  padding: 0;
  color: #fff;
}

div#footermenu a {
  text-decoration: none;
}

/* END FOOTER */

/* HEADINGS */

h1 {
   color: #1080ac; 
   font-size: 1.5em; 
   text-align: left; 
   padding: 0 0 1px 0;
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h2 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

h3 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#contact h3{
   color: #fff;
   background-color: #82807e;
   font-size: 13px;
   padding: 3px 0 3px 10px;
   margin: 0 0 10px 0;
}

h4 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   padding: 0;
   color: #3f3f3f;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#contact li {
  line-height: 1.2em;
  list-style: none;
  margin: 0 0 0 30px;
  color: #3f3f3f;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */


/* End of 'Foodmate - stijl 2010' */

