/**** RAILS ***/ 

body, p, ol, ul, td {
  font-family: 				verdana, arial, helvetica, sans-serif;
  font-size:   				13px;
  line-height: 				18px;
  color: 					#333232;
}


body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: white;
  align: center;
  width: 100%;
  height: 100%;  
}



a {
  color: #2421785;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}






/**** LAYOUT *****/

#boven {
  height: 82px;
  width: 998px;
    background-image: url(../afbeeldingen/top.jpg);
  background-repeat:no-repeat;
  margin-left: -2px;
}

#onder {
  background-image: url(../afbeeldingen/onder_met_wit.jpg);	
  min-height: 500px;
  width: 998px;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}

#kop {

  height: 57px;
  width: 998px;

}

#navtop {
  width: 900px !important;
 
  height: 25px;
  padding-left: 50px;
  padding-top: 2px;
  z-index: 2;
}

#tekst {
  padding-left: 220px;
  padding-top: 5px;
  padding-bottom: 120px;
  padding-right: 60px;

  min-height: 400px;
  text-align: left;
}

#wrapper {
  width: 950px;
  text-align: left;
}

h1 {
  font-size: 20px;
  border-bottom: 1px solid navy;
  padding-bottom: 10px;
}

#copy {
  text-align: center;
  font-size: 10px;
  color: black;
}

.webshoplink {
    position: absolute;
    right: 33px;
    bottom: 10px;
    height: 80px;
    width: 90px;
    cursor: pointer;
    
}










/**** Producten tabel *****/
.productenoverzicht {
  width: 100%;
  border-bottom: 1px solid #edb352;
  border-right:  1px solid #edb352;
  border-left:  1px solid #edb352;
  background-color: #f9e6d5;
}

.productenoverzicht a {
  color: #333232;
  text-decoration: none;  
}

.productenoverzicht_categorie a {
  color: white;
  text-decoration: none;
}

.subcats {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.productenoverzicht_categorie {
  background-color: #edb352;
  height: 20px;
  color: white;
  font-size: 14px;
  padding-left: 10px;
}














/**** Les Opbouw ****/
.lesopbouw_div {
  padding-bottom: 20px;
}

.lesopbouw_tabel {
}


.lesopbouw_titel {
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 10px;
}

.lesopbouw_rij {
  
}

.lesopbouw_veld {
  background-color: lightblue;
  vertical-align: top;
  font-weight: 600;
  padding-left: 10px;
  width: 120px;
}

.lesopbouw_inhoud {
  padding-left: 20px;
  padding-right: 30px;
}












.suckertreemenu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: white;
  
}

.suckertreemenu a {

  }

/*Top level list items*/
.suckertreemenu ul li{
  position: relative;
  display: inline;
  float: left;
  padding-right: 10px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
  display: block;
  border-left-width: 0;
  text-decoration: none;
  color: white;
  overflow: auto; /*force hasLayout in IE7 */
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
  left: 0;
  position: absolute;
  top: 1em; /* no need to change, as true value set by script */
  display: block;
  padding: 2px 8px;
  visibility: hidden;
}


/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
  display: list-item;
  float: none;  
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
  left: 159px; /* no need to change, as true value set by script */
  top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
  display: block;
  width: 160px;
  color: white;
  background-color: #EEB453;
  text-decoration: none;
  overflow: auto;
  padding: 1px 5px;
}

.suckertreemenu ul li a:hover{
  text-decoration: underline;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
 /** background: #F3F3F3 url(/images/arrow-down.gif) no-repeat center right; **/
 color: white;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
 /** background: #F3F3F3 url(/images/arrow-right.gif) no-repeat center right; **/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
  padding-top: 1em;
}
.suckerdiv ul li a {
width: 100%;
}

