/**** RAILS ***/ 

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


body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #ffffff;
  align: center;
}



a {
  color: #242178;
}

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: 950px;
}

#onder {
  background-image: url(../afbeeldingen/Bottom.jpg);	
  min-height: 500px;
  width: 950px;
  background-repeat: no-repeat;
  background-position: top;
  
}

#kop {
  background-image: url(../afbeeldingen/Top.jpg);
  background-repeat:no-repeat;
  height: 37px;
  width: 950px;
}

#navtop {
  width: 900px !important;
 
  background-image: url(../afbeeldingen/Top.jpg);
  background-position: bottom;
  height: 45px;
  padding-left: 50px;
  padding-top: 2px;
}

#tekst {
  padding-left: 220px;
  padding-top: 5px;
  padding-bottom: 120px;
  padding-right: 60px;
/**  background-image: url(../afbeeldingen/plaat_extra.jpg); **/
  background-repeat: no-repeat;
  min-height: 400px;
  text-align: left;
  margin-left: 8px;
}

#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;
}










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

.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: #bc1f00;
  height: 20px;
  color: white;
  font-size: 14px;
  padding-left: 10px;
}

.oudeprijs {
  color: #bc1f00;
}













/**** 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;
  margin-left: 20px;
  list-style-type: none;
  color: white;
  
}

.suckertreemenu a {

  }

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

/*Top level menu link items style*/
.suckertreemenu ul li a{
  display: block;
  border-left-width: 0;
  text-decoration: none;
  color: white;
  z-index: 1;
}

/*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;
  margin-left: 0px;
  z-index: 2 !important;
}


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

/*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;
  z-index: 2 !important;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
  display: block;
  width: 160px;
  color: white;
  background-color: #651065;
  text-decoration: none;
  padding: 1px 5px;
  z-index: 2 !important;
}

.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;
}

table.iefiller {
  padding-left: 0px;
}













