/* Normalizes margin, padding */
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, cite, fieldset, textarea, button, input, p, blockquote { 
  margin: 0; 
  padding : 0; 
  font-size: 100%; 
  font-style: normal;
  font-weight: normal; 
  border: 0;
}


/* Removes border from fieldset and img */
img, table, td, tr {
  border: 0;
}


/* initializing the linkz */

a:link, a:visited { 
  text-decoration: none; 
  color: #666666;
}

a:hover, a:active { 
  text-decoration: none; 
  color: #666666;
}


/* refurbishing the fontz */

h1 {
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 2px; text-transform: uppercase;
  margin: 0px 0px 20px 10px;
}

h2, h3 {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 30px 0px 15px 10px;
}



/* body and main divisions */


body {
  background-color: #CC6633;
  background-image:url("../vdec/images/bg.jpg"); background-repeat: repeat-x; background-attachment: scroll; background-position: center top; 
  font-family: Verdana, Arial; color: #000000; font-size: 3.5mm;
  padding: 20px 0px 20px 0px; margin: 0 auto;
}

#container {
  width: 800px;
  margin: 0 auto; 
  text-align: left;
}

#header {
  position: relative;
  width: 800px; height: 200px;
  background-image:url("../vdec/images/header.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: center top; 
}

#menu {
  background-color: #FFCC99;
  width: 800px; height: 51px;
  font-size: 3.8mm; border-top: 1px solid #000000; border-bottom: 1px solid #000000;
  text-align: center; text-transform: uppercase;
}

#linkerkolom { 
  clear: both;
  float: left; width: 198px; border-right: 1px solid #FFCC99; 
} 

#wrapper {
  float: left;  /* deze moet blijven staan om de achtergrondkleur door te pushen naar de rest van de pagina */
  width: 800px; padding-top: 10px;
  background-color: #FFFFFF; 
}

#submenu { 
  width: 198px;
}

#promoties {
  width: 198px; height: 130px; text-align: center;
}

#sidebar {
  width: 198px;
}

#content { 
  float: left; 
  width: 540px;
  padding: 30px;
  background-color: #FFFFFF;
}

#footer {
  clear: both;
  width: 800px; height: 30px; text-align: center;
  background-image:url("../vdec/images/footer.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: center top; 
}


/*  header */

#header li {
  position: absolute; display: block; 
  list-style-type: none; }

#logo { top: 30px; left: 308px; }
#logo a:link, #logo a:visited, #logo a:hover, #logo a:active { border: none; text-decoration: none; }
#restheader { top: 140px; left: 225px; font-size: 4.5mm; color: #663300; }
#restheader a:link, #restheader a:visited, #restheader a:hover, #restheader a:active { border: none; text-decoration: none; }


/* navigatie menu */

#menu li {
  float: left;
  display: inline;
  text-align: center;
}

#menu a:link, #menu a:visited {
  display: block;
  height: 30px; width: 117px;
  background-color: #FFCC99;
  font-weight: bold; padding-top: 15px; 
  border-bottom: 5px solid #FFCC99; border-left: 1px solid #FFCC99; border-right: 1px solid #FFCC99; border-top: 1px solid #FFCC99;
}

#menu a:hover, #menu a:active {
  display: block;
  height: 30px; width: 117px;
  background-color: #FFCC66;
  font-weight: bold; padding-top: 15px; 
  border-bottom: 5px solid #FF9900; border-left: 1px solid #FF9900; border-right: 1px solid #FF9900; border-top: 1px solid #FF9900;
}

#menu a {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}


#manden a:link, #manden a:visited { width: 203px; }
#manden a:hover, #manden a:active { width: 203px; }


/* submenu */

#submenu li {
  text-align: right;
  display: block;
}

#submenu a:link, #submenu a:visited {
  display: block;
  height: 19px; width: 188px; padding-right: 10px; padding-top: 3px;
  border-bottom: 1px solid #FFCC99; 
  background-color: #FFFFFF; font-weight: bold; text-transform: capitalize;
}

#submenu a:hover, #submenu a:active {
  display: block;
  height: 15px; width: 188px; padding-right: 10px; padding-top: 3px;
  border-bottom: 5px solid #FF9900; 
  background-color: #FFCC66;
}



/* scrollende nieuwsberichten */

#nieuwsid {
  width: 198px; height: 130px;
  background-color: #FFFFFF;
  text-align: left;
}

#nieuwsid a:link, #nieuwsid a:visited {
  display: block; text-align: right;
  height: 115px; width: 188px; padding-right: 10px; padding-top: 10px;
  border-bottom: 5px solid #FFFFFF;
  background-color: #FFFFFF; 
}

#nieuwsid a:hover, #nieuwsid a:active {
  display: block;
  height: 115px; width: 188px; padding-right: 10px; padding-top: 10px;
  border-bottom: 5px solid #FF9900;
  background-color: #FFCC66;
}

.nieuwsklasse {  }  /* nieuwsklasse mag niet verwijderd worden, anders werkt het javascript niet */


/* sidebar */

#sidebar li {
  text-align: right;
  display: block;
  list-style-type: none;
}

#sidebar a:link, #sidebar a:visited {
  display: block;
  height: 25px; width: 188px; padding-right: 10px; padding-top: 10px;
  border-bottom: 5px solid #FFFFFF; border-top: 1px solid #FFCC99;
  background-color: #FFFFFF; font-weight: bold; text-transform: capitalize;
}

#sidebar a:hover, #sidebar a:active {
  display: block;
  height: 25px; width: 188px; padding-right: 10px; padding-top: 10px;
  border-bottom: 5px solid #FF9900; border-top: 1px solid #FF9900;
  background-color: #FFCC66;
}



/* content */

#content p {
  text-align: justify;
  margin: 10px 0px 10px 0px;  
}

#content a:link, a:visited { 
  border-bottom: 1px dashed #999999;
}

#content a:hover, a:active { 
  border-bottom: 1px solid #999999;
}



/* fotos */

.fotos li {
  float: left; display: inline;
  text-align: center; vertical-align: middle;
  width: 170px; height: 170px;
  border: 1px solid #FFCC99;
  margin: 5px; padding: 5px;
}

p img { padding: 5px; margin-bottom: 10px; border: 1px #FFCC99 solid; background-color: #FFFFFF; }


/* transforming the forms */

input, textarea, select, button {
  display: block; float: left;   list-style: none;
  width: 250px; margin: 3px 3px 3px 60px; border: 1px solid #999999;
}

input:focus, textarea:focus, select:focus, button:focus {
  display: block; float: left;
  width: 250px; margin: 3px 3px 3px 60px; border: 2px solid #000000;
}

label {
  display: block; float: left; font-weight: bold;
  width: 220px;  margin: 3px 3px 3px 60px;
  border: 0px; text-align: left;
}

textarea {
  height: 70px;
}

fieldset { 
  border: 1px solid #999999;
  padding: 10px; width: 370px;
  text-align: right;
}

legend {
  padding: 3px;
  border: 1px dashed #333333;
  color: #666666; 
}



/* bestellen */

#bestelknop { }

#bestelknop a:link, #bestelknop a:visited { background-image:url("../vdec/images/bestel1.jpg"); background-repeat: no-repeat; background-attachment: scroll; background-position: center top; display: block; width: 172px; height: 42px; border: 0px; }
#bestelknop a:hover, #bestelknop a:active { background-image:url("../vdec/images/bestel2.jpg"); background-repeat: no-repeat; background-attachment: scroll; background-position: center top; display: block; width: 172px; height: 42px; border: 0px; } 



/*  Referenties  */


.reftop {
  width: 368px; height: 20px; margin: 0px; padding: 0px; border: 0px;
  background-image:url("../vdec/images/reftop.jpg"); background-repeat: no-repeat; background-attachment: scroll; background-position: center top; 
}

.refmid {
  width: 328px; margin: 0px; padding: 3px 20px 3px 20px; border: 0px;
  background-image:url("../vdec/images/refmid.jpg"); background-repeat: repeat-y; background-attachment: scroll; background-position: center top; 
}

.refbottom {
  width: 368px; height: 20px; margin: 0px; padding-bottom: 10px; border: 0px;
  background-image:url("../vdec/images/refbottom.jpg"); background-repeat: no-repeat; background-attachment: scroll; background-position: center top; 
}



/*  andere klassen */

.verborgen { display: none; visibility: hidden; }
.datum { clear: left; display: block; color: #CC6633; font-weight: bold; margin-top: 5px; } 
.blinkend { font-weight: bold; text-decoration: blink; color: #FF0000;}
.opvallend { font-weight: bold; }
.normaal { font-weight: normal; }
.slogan { font-weight: bold; color: #CC6633; font-size: 4mm; } 
.cursief { font-style: italic; }
.centercursief { display: block; text-align: center; font-style: italic; }
.zonderbollekes { list-style-type: none; } 
.metbollekes { list-style-type: disc; margin-left: 20px; } 
.inspring1 { margin-left: 15px; list-style-type: none; }
.inspring2 { margin-left: 30px; list-style-type: circle; font-style: italic; }
.inspring3 { margin-left: 15px; list-style-type: none; font-weight: bold; }
.nieuwelijn { margin-top: 20px; list-style-type: none; }
.hidden { height: 0px; width: 0px; visibility: hidden; }
.breek { clear: left; }
.kleinelettertjes { font-size: 80%; font-style: italic; }

