/* Start of CMSMS style sheet 'Lay-out: Bouwman' */
body{
   margin:0;
   background-color: #010080;
   color: #fff;
   font-family: Verdana;
   font-size: 80%;
font-weight: bold;
 }

div#pagewrapper{
   position: relative;
   left: 50%;
   width: 800px;
   height: 100%;
   margin: 0 0 0 -400px;
   background-color: #23568d;
}

div#sidebar-frame {
position: fixed;
   background: #010080;
   width: 175px;
   height: 100%;
   float: left;
   border-left: 3px solid #fff;
}


div#sidebar-header{
   height: 100px;
   background-color: #010080;
   border-bottom: 3px solid #fff;
   position: fixed;
   width: 175px;
   background-image: url(uploads/images/logo.jpg);
   background-repeat: no-repeat;
}

div#content-frame {
   margin-left: 175px;
   position: absolute;
   background-color: #010080;
/* background-image: url(uploads/images/background.jpg); */
background-repeat: no-repeat;
  color: #fff;
   width: 620px;
   height: 100%;
   float: right;
   border-right: 3px solid #fff;
   border-left: 3px solid #fff;
   margin-top: 0;
}

div#content-header{
   position: fixed;
   top: 0;
   width: 620px;
   height: 125px;
   background-color: #23568d;
   border-bottom: 3px solid #fff;
   background-image: url(uploads/lay-out/images/header.jpg);
   background-repeat: no-repeat;
}

div#content-text{
   padding: 128px 0px 0px 0px;
   border-right: 3px solid #fff;
   margin-right: -3px;
   border-left: 3px solid #fff;
   margin-left: -3px;
   padding-left: 5px;
   padding-right: 5px
}


div#content-menu{
   position: absolute;
   width: 100%;
   height: 22px;

   background-color: #010080;
   border-top: 3px solid #fff;
}

div#text a,
div#text a:active,
div#text a:visited{
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}

div#text a:hover{
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

div#text table{
  font-size: 12px;
}

div#sidebar-photo1{
  border-bottom: 3px solid #fff;
  width: 175px;
  height: 175px;
  margin-top: 100px;
}

div#sidebar-photo2{
  border-top: 0px solid #fff;
  border-bottom: 0px solid #fff;
  position: relative;
  margin-left: -3px;
}

div#sidebar-photo2 img{
  border-right: 0px;
}

img{
  color: #fff;
}

div#lang{
  margin-left: 20px;
}
/* End of 'Lay-out: Bouwman' */

