html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size:95%;
  font-family: "Trebuchet MS", verdana, helvetica, sans-serif;
  overflow:hidden;
}

body {
  height:100%;
  max-height:100%;
  overflow:hidden;
  padding:0;
  border:0;      
  margin:0;
}

#mainwrapper{
  position:absolute;
  left:40px;
  right:40px;      
  height:100%;
}

#header{
  background-color: rgb(225,225,255);
  color: rgb(25, 32, 110);
  height:148px;
  border-left  : 1px solid rgb(25,32,110);
  border-right : 1px solid rgb(25,32,110);
}

#contentwrapper{
  background-color: rgb(205,205,255);
  overflow:auto;
  color: rgb(25, 32, 110);
  position:absolute;
  top:148px;
  bottom:0px;
  left:0px;
  right:0px;
  border-left  : 1px solid rgb(25,32,110);
  border-right : 1px solid rgb(25,32,110);
  text-align:left;
}

.content{
  padding:10px; 
  padding-top:20px; 
  width:900px; 
  text-align:left;
}

.gebruikwrapper{
  padding:4px; 
  border-bottom: 1px solid rgb(195,195,255)
}

.gebruiklistitem{
  float:left;
  font-weight: bold;
  /*background: url('item.gif') no-repeat;  */
}

.gebruiklistcontent{
  width:680px; 
  float:right;
}

a.buttonblue{
  font-family    : "Trebuchet MS", verdana, helvetica, sans-serif;	
  font-weight    : bold;

  padding        : 0px 10px 0px 10px; 
  border-style   : solid;
  border-width   : 4px;
  position:relative;
  top: -1px;
  left: 0px;	
  width:200px;
}
* html a.buttonblue{
    position:relative;
    top: -3px;
}
a.buttonblue:link, a.buttonblue:visited{
  color            : rgb(25,32,110);
  background-color : rgb(225,225,255);
  border-color     : rgb(205,205,255);
  text-decoration  : none;
}
a.buttonblue:hover, a.buttonblue:active{
  color            : rgb(25,32,110);
  background-color : rgb(205,205,255);
  border-color     : rgb(205,205,255);
  text-decoration  : none;
}     

a.buttonblueactive{
  font-family    : "Trebuchet MS", verdana, helvetica, sans-serif;	
  font-weight    : bold;

  padding        : 0px 10px 0px 10px; 
  border-style   : solid;
  border-width   : 4px;
  position:relative;
  top: -1px;
  left: 0px;	
  width:200px;
}
* html a.buttonblueactive{
    position:relative;
    top: -3px;
}
a.buttonblueactive:link, a.buttonblueactive:visited{
  color            : rgb(25,32,110);
  background-color : rgb(205,205,255);
  border-color     : rgb(205,205,255);
  text-decoration  : none;
}
a.buttonblueactive:hover, a.buttonblueactive:active{
  color            : rgb(25,32,110);
  background-color : rgb(205,205,255);
  border-color     : rgb(205,205,255);
  text-decoration  : none;
}     


