@charset "utf-8";
/* CSS Document */
body,html{
	background-image: url('../images/background.jpg');
  height: 100%;
  background-position: center center;
  background-attachment: fixed;
  font-family: verdana, helvetica, sans-serif;
  font-weight: normal;
}
b{
  font-weight: bold;
  font-style: italic;
}
li{
  list-style-type: disc;
}
.MenuContainer li{
  display: inline;
}
.Wrapper{
  height: 595px;
  width: 909px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -297px 0 0 -454px;
}
.MenuContainer{
  height: 595px;
  width: 129px;
  margin: auto;
  float: left;
}
.FrameContainer{
  height: 595px;
  width: 780px;
  margin: auto;
  float: left;
}
.Frame{
  height: 595px;
  width: 780px;
  margin: auto;
  float: left;
  background-image: url('../images/frame.png');
  z-index: 1;
}
.MenuContainer img{
  position: relative;
  bottom: -155px;
}
.MenuButton, .MenuButtonActive{
  height: 36px;
  width: 129px;
  margin: auto;
  float: left;
  background-image: url('../images/buttonsprite.png');
  background-repeat: no-repeat;
  background-position: left top;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  padding-top: 14px;
  padding-right: 6px;
}
.MenuContainer a{
  text-decoration: none;
  color: black;
}
.MenuContainer a:hover, .MenuContainer a:active, .MenuButtonActive{
  color: white !important;
  background-position: 0px -50px;
}
.TopFrameBorder{
  height: 77px;
  width: 780px;
  margin: auto;
  float: left;
}
.LeftFrameBorder{
  height: 518px;
  width: 74px;
  margin: auto;
  float: left;
}
.ContentPart{
  height: 439px;
  width: 620px;
  margin: auto;
  float: left;
  position: absolute;
  top: 78px;
  left: 204px;
  background-color: white;
}
.ContentTextBackgrnd{
  height: 439px;
  width: 620px;
  margin: auto;
  float: left;
  background-image: url('../images/backtext.jpg');
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";  /* for IE8 first */
  filter: alpha(opacity=55);  /* for IE5-7 second */
  -moz-opacity:.55;  /* for Mozilla Firefox */
  opacity:.55;  /* for all other browsers */
}
.ContentText, .ContentText_LARGER_PIC{
  height: 403px;
  width: 363px;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 15px;
  position: absolute;
  left: 0px;
  color: #000000;
  z-index: 20;
  overflow: auto;
  margin-top: 5px;
}
.ContentText_LARGER_PIC{    /* voorbeelden.html has a larger image */
  width: 247px;
}
.ContentText, .ContentText_LARGER_PIC img{
   display: block;
   text-align: center;    /* centers images as well */
   
}
.ContentSpacer{
  height: 439px;
  width: 9px;
  margin: auto;
  float: left;
  background-color: white;
  position: absolute;
  right: 208px;
}
.ContentPicture, .ContentPicture_LARGER_PIC{
  height: 439px;
  width: 208px;
  margin: auto;
  float: right;
  position: absolute;
  right: 0px;
}
.ContentPicture_LARGER_PIC{    /* voorbeelden.html has a larger image */
  width: 335px;
}
p{
  margin-top: 8px;
}
a{
  color: #3f6ead;
  text-decoration: none;
  font-weight: bold;
}
p, h1, li, label, input, span{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: center;
  line-height: 1.4em;
}
h1{
  font-size: 10.5pt;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1;
}
.left, .left p, .left li{
  text-align: left !important;
}
/* CSS-form from informatie.html below */
.FormContainer{
  background-image: url('../images/formbackground.png');
  background-repeat: no-repeat;
  background-position: center center;
  height: 215px;
  width: 295px;
  padding: 20px;
  text-align: left;
}
input{
  text-align: left;
  vertical-align: text-bottom;
}
input.default, input.small, input.mini{
  float: right;
  padding: 2px;
  background-color: #f6f6f6;
  border: 1px solid #aaa;
}
input.default{
  width: 165px;
}
input.small{
  width: 115px;
}
input.mini{
  width: 50px;
  margin-left: 2px;
  float: none;
}
fieldset span{
  font-size: 7.5pt;
}
.FormContainer fieldset{
  margin-top: 5px;
  margin-bottom: 5px;
}
label{
  text-align: left;
  margin-right: 10px;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 7.5pt;
  width: 112px;
}
.SubmitButton{
  height: 39px;
  width: 95px;
  float: right;
  margin-top: 20px;
}
.yuimenuitem a{
  font-weight: normal !important;
}
ul.bullets li{
  margin-bottom: 10px;
}
