html
{
  margin: 0;
  padding: 0 0 25px 0;
}
body
{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  background-color: white;
}
a
{
  color: #D8732D;
  text-decoration: underline;
}
a:hover
{
  text-decoration: none;
}

div#outer
{
  width: 1000px;
}
div#sitemenu
{
  width:1000px;
  background-color:#ede6e4;
  text-align: right;
  padding: 4px 12px 4px 12px;
  color: #ffffff;
}
div#sitemenu a
{
  text-decoration:none;
  color: #d8732d;
  font-size: 90%;
  margin: 0 10px;
}

/* ********************

   Page top
*/
div#pageheader
{
  position:relative;
  height:170px;
}
div#pageheader img#logo_tse
{
  position: absolute;
  width:197px;
  height:75px;
  top:47px;
  left:16px;
  border: none;
}
img#sitename
{
  position: absolute;
  width:364px;
  height:22px;
  top:46px;
  left:317px;
}
img#pagebanner
{
  position:absolute;
  left:789px;
  top:0px;
  border: none;
}


/* ********************

   Page body
*/
table#pagetable
{
  width:1000px;
  border-collapse:collapse;
  border:none;
}
table#pagetable td#leftcol
{
  width:227px;
  padding: 0 15px 0 15px;
  text-align: left;
  vertical-align: top;
}
table#pagetable td#bodycol
{
  width:546px;
  padding:0;
  text-align: left;
  vertical-align: top;
}
table#pagetable td#rightcol
{
  width:227px;
  padding:0 15px 0 15px;
  text-align: left;
  vertical-align: top;
}

/* het pijltje effect */
span.linkcontainer
{
  position:relative;
}
span.linkcontainer a img
{
  display:none;
  position:absolute;
  left:-25px;
  top:5px;
  width:7px;
  height:8px;
}

/* linkerkolom */
div.leftwhiteblock
{
  width:167px;
  color: #601902;
  padding: 0 15px 0 15px;
}
input#searchfield
{
  width:159px;
  height:16px;
  border: 1px solid #601902;
  padding: 5px 2px;
  margin:0;
}
div.leftwhiteblock p
{
  margin: 0 0 20px 0;
}
div.leftwhiteblock p.search
{
  margin: 30px 0 10px 0;
  font-weight: bold;
}

div.leftwhiteblock p a
{
  text-decoration:none;
  color: #601902;
}

div.leftgreyblock
{
  width:137px;
  background-color: #ede6e4;
  padding: 22px 30px 12px 30px;
  line-height: 150%;
}
div.leftgreyblock h1
{
  padding: 0;
  margin: 0;
  font-size: 130%;
  font-weight: bold;
  color: #601902;
}

/* body kolom */
div#pagefotoarea
{
  width: 546px;
  position:relative;
  margin-bottom: 25px;
}
div#pagefotoarea div#inset, div#pagefotoarea div#inset_bg
{
  position:absolute;
  left:109px;
  top:233px;
  padding: 7px 15px 7px 15px;
  width:407px; /* 546 - 109 - 30*/
  height:48px;
}
div#pagefotoarea div#inset_bg
{
  background-color: #ffffff;
  opacity:0.8;
  filter:alpha(opacity=80); /* IE */
}
div#pagefotoarea div#inset
{
  color: #ffffff;
  font-size: 130%;
  font-weight: bold;
}

/* body kolom */
div#navpath
{
  background: url(../images/pijl_oranje.gif) top left no-repeat;
  padding: 0 20px 20px 20px;
  color: #d8732d;
  font-size: 110%;
  font-weight:bold;
}
div#navpath a
{
  color: #d8732d;
  text-decoration:none;
}
div#navpath a:hover
{
  text-decoration:underline;
}

div#textbody
{
  padding: 0 20px 0 20px;
}

/* rechter kolom */
div.rightcolblock
{
  width:137px;
  background-color: #d8732d;
  padding: 12px 30px 12px 30px;
}
div.rightcolblock h1
{
  padding: 0;
  margin: 0;
  font-size: 120%;
  font-weight: normal;
  color: #601902;
}
div.rightcolblock p
{
  color: #ffffff;
}
div.rightcolblock p a
{
  text-decoration: underline;
  color: #ffffff;
}


/* menu */
div.webUI_menubar a
{
  padding:9px 10px 0 10px;
}
div.webUI_menubar a.selected
{
  background: url(../images/pijl_oranje_down.gif) top center no-repeat;
}
div.webUI_menubar
{
  position:absolute;
  width: 546px;
  top: 115px;
  left: 218px;
}
div.webUI_menubar table
{
  width:100%;
  border-collapse: collapse;
  border:none;
}
div.webUI_menubar table td
{
  padding: 10px 0 0 0;
  text-align:left;
  vertical-align:top;
}
div.webUI_menubar a
{
  color: #601902;
  text-decoration:none;
}
div.dropdownmenu
{
  position:absolute;
  display:none;
  z-index:1;
}
div.dropdownmenu div.bg
{
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  background-color: red;
  background-color:#ffffff;
  opacity:0.8;
  filter:alpha(opacity=80); /* IE */
}
div.dropdownmenu div.item
{
  z-index:2;
  position:relative;
  padding:0 8px 0 8px;
}
div.dropdownmenu div.item:hover
{
  background-color: #D4D4D4;
}
div.dropdownmenu div.item a
{
  color: #601902;
  display: block;
  text-decoration: none;
  padding: 2px 16px 2px 0;
}
a.hassubmenu
{
  background: transparent url(../images/pijl_oranje_menu.gif) top right no-repeat;
}
div.assessment-question
{
  padding: 0 0 3px 0;
}
div.assessment-navigation
{
  padding: 20px 0 0 0;
}
div.assessment-navigation a.assessment-back
{
  display: block;
}
div.assessment-navigation a.assessment-back, div.assessment-navigation input.assesssment-submit
{
  background-color: white;
  border: 1px solid black;
  line-height: 120%;
  padding: 5px 8px;
  color: #D8732D;
  margin: 0;
  text-decoration: none;
  width: 150px;
}
div.assessment-navigation a.assessment-back:hover, div.assessment-navigation input.assesssment-submit:hover
{
  cursor: pointer;
  border: 1px solid #D8732D;
}

/* The standard webpack CSS. This CSS is shared by all webpacks and
   modifying it allows you to easily adapt all webpack types to your
   site design. We recommend that you remove this CSS from the individual
   webpack demos, and instead move it to your site's central CSS files */

/* Global tag, containing the complete webpack item */
/* Webpack item title */
.whwp .whwp-title
{
  font-weight: bold;
}

/* All links */
.whwp a
{
  color: #0000AA;
}

/* Characteristics shared between input and button style links */
.whwp .whwp-button, .whwp .whwp-button:hover
{
  width: 100px;
  background-color: #A0A0A0;
  text-align: center;
  color: #FFFFFF;
  border: outset 2px;
  border-right-color: #808080;
  border-bottom-color: #808080;
  margin: 3px 3px 3px 0px;
}

/* Links with an input button appearance */
.whwp a.whwp-button, .whwp a.whwp-button:hover
{
  display: block;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 2px 5px;
}

.whwp input.whwp-button
{
  /* IE/FF work around: first pointer, then hand */
  cursor: pointer;
  cursor: hand;
  font-family: arial, helvetica, sans-serif; /* Inherit font-family */
  font-size: 100%; /* Inherit font-size */
}

.whwp .whwp-questiongroup
{
  border: 1px #000000 solid;
  padding: 10px;
  margin: 20px 0px;
  background-color: #FFFFFF;
}

/* Individual questions */
.whwp .whwp-questiongroup .whwp-question
{
  margin: 10px 0px;
}

/* Individual question labels */
.whwp .whwp-questiongroup .whwp-question label,
.whwp .whwp-questiongroup .whwp-question
{
  font-style: italic;
  margin: 10px 0px 4px 0px;
}

.whwp .whwp-questiongroup .whwp-question input, .whwp .whwp-questiongroup .whwp-question textarea,
.whwp .whwp-questiongroup .whwp-question option, .whwp label input, .whwp label textarea,
.whwp .whwp-questiongroup .whwp-question .whwp-formgroup label
{
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}

.whwp .whwp-entry
{
  border: 1px solid #000000;
  margin: 10px 0px;
}

.whwp .whwp-entry .whwp-header
{
  background-color: #D0D0D0;
  font-weight: bold;
  padding: 4px;
}

.whwp .whwp-entry .whwp-message
{
  padding: 4px;
}

.whwp .whwp-entry .whwp-message blockquote
{
  margin-left: 1pt;
  border-left: 1pt solid #000000;
  padding-left: 5pt;
}

.whwp .whwp-entry .whwp-footer
{
  padding: 5px;
}

.whwp table.whwp-table
{
  border: solid 1px #000000;
  border-collapse: collapse;
  width: 100%;
  font-size: 100%; /* Ensure IE picks up the inherited font-size for this table */
}

.whwp table.whwp-table th
{
  text-align: left;
  padding: 2px 5px;
  background-color: #D0D0D0;
  vertical-align: top;
  white-space: nowrap;
  color: #000000;
}

.whwp table.whwp-table td
{
  text-align: left;
  padding: 2px 5px;
  vertical-align: top;
}

.whwp .whwp-odd
{
  background-color: #EEEEEE;
}

.whwp .whwp-even
{
  background-color: #FFFFFF;
}

.whwp .whwp-errors
{
  color: #FF0000;
}

.whwp table.whwp-attachments
{
  font-size: 100%;
}

/* End of the standard webpack CSS definitions */

