html, body
{
  height: 100%;
}

body
{
  text-align:center; /* only here because IE 5.5 doesn't center the container table properly otherwise */
  margin:0px;
  padding:0px;
  background-image:url(../images/bg.gif);
}

p.invisible
{
  display:none;
}

table.container
{
  margin-top: 15px;
  height: 100%;
  width: 735px;
  margin-left:auto;
  margin-right:auto;
  border: 1px solid #A8A96E;
  background-color: #FFFFFF;
  horizontal-align: center;
  text-align: left; /* needed to counter-act the center align set on the body */
}

td.content
{
  background-color: #FFFFFF;
  background-image:url(../images/contentbg.gif);
  background-position: right;
  background-repeat: repeat-y;
}

#topmenu
{
  background-color: #FFFFFF;
  width: 727px;
  text-align: right;
  padding: 8px 0px 8px 8px;
  margin:0px
}

#topmenu ul
{
  padding: 1px 0px 0px 0px;
  margin: 0px;
  color: #FFFFFF;
  font-size: 67%;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}

#topmenu ul li
{
  display: inline;
}

#topmenu ul li a
{
  background-color: #FFFFFF;
  color: #6F6F6F;
  text-decoration: none;
  padding: 8px;
}

#topmenu ul li a:hover
{
  background-color: #45ADE7;
  color: #FFFFFF;
}

#topmenu ul li a#selectedtopmenu
{
  background-color: #45ADE7;
  color: #FFFFFF;
}

#topmenu ul li a#home
{
  float: left;
  color: #A8A96E;
  padding:0px;
  margin: 0px;
}

#topmenu ul li a#home:hover
{
  float: left;
  color: #000000;
  padding:0px;
  margin: 0px;
  background-color: #FFFFFF;
}

#header
{
  background-image:url(../images/girl.jpg);
  position: relative;
  width: 735px;
  height:160px;
}

#header #logo
{
  position: absolute;
  top: 19px;
  left: 0px;
  width: 231px;
  height:95px;
  background-image:url(../images/logo.gif);
}

#header #bluecircle
{
  position: absolute;
  top: 25px;
  left: 554px;
  width: 144px;
  height:147px;
  background-image:url(../images/blue_circle.gif);
}

#filedescription
{
  padding: 10px;
  font-family: arial, helvetica, sans-serif;
  font-size: 67%;
  color: #298CB5;
  font-weight: bold;
}

#spacer
{
  height: 13px;
}

#content
{
  margin: 0px 5px;
}

#mainmenuheader
{
  color: #7B834B;
  font-family: arial, helvetica, sans-serif;
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  padding-top: 25px;
}

#mainmenu
{
  background-image:url(../images/mainmenubg.gif);
}

#mainmenu ul
{
  padding: 1px 0px 0px 0px;
  margin: 0px;
  color: #000000;
  font-size: 67%;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}

#mainmenu ul li
{
  list-style: none;
  padding-bottom: 1px;
}

#mainmenu ul li a
{
  display: block;
  padding: 5px 8px 5px 8px;
  border-left: 5px solid #FFFFFF;
  background: #A8A96E;
  text-decoration: none;
  color: #000000;
  width: 120px;
}

#mainmenu ul li a:hover
{
  border-left: 5px solid #42A5D6;
}

#mainmenu ul li a#selected
{
  border-left: 5px solid #42A5D6;
  background-color: #7B844A;
}

div.los_column_leftmenuitem
{
  background-color: #E8E8B5;
  padding: 5px;
  color: #A8A96E;
  font-family: arial, helvetica, sans-serif;
  font-size: 74%;
  font-weight: bold;
  text-decoration: none;
}

div.los_column_bekijkvideo
{
  padding: 5px;
  color: #A8A96E;
  font-family: arial, helvetica, sans-serif;
  font-size: 74%;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}

div.los_column_leftmenuseparator
{
}

a.old_columns_link
{
  color: #A8A96E;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

span.losprefix
{
  color: #FFFFFF;
}

img.homeadd
{
  padding:0px 0px 3px 0px;
}

/* 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 */
.whwp
{
  font-family: arial, helvetica, sans-serif;
  font-size: 74%;
  border-bottom: 1px #45A5D0 solid;
  padding: 10px;
  margin: 0px 0px;
  background-color: #C7E4F1;
  font-weight: bold;
}

/* Webpack item title */
.whwp .whwp-title
{
  background-color: #45A5D0;
  color: #FFFFFF;
  font-family: arial, helvetica, sans-serif;
  font-size: 150%;
  height: 70px;
  width: 100%;
  padding: 0px 0px 0px 5px;
}

.whwp.whwp-forum
{
  background-color: #FFFFFF;
  border: 0px;
}

/* 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
{

}

/* 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-weight: bold;
  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 */
