#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	/*background-color: #CCCCCC;*/
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

a 			{ color: #999; text-decoration: none; font-weight:normal;} 
/* a:hover		{ color: #000; text-decoration: underline; }  */


/* index frame */
.email { color: #007ea9; font-size: 1em; font-family: "Arial Narrow", arial, tahoma; font-weight: bold; text-decoration: underline;}
.telefoon { color: #007ea9; font-size: 1em; font-family: "Arial Narrow", arial, tahoma; font-weight: bold; }
.tekstklein { color: #999; font-size: 0.6em; font-family: "Arial Narrow", arial, tahoma; }
.linkklein { color: #999; font-size: 0.6em; font-family: "Arial Narrow", arial, tahoma; text-decoration: underline; }
.tekst { color: #999; font-size: 0.8em; font-family: "Arial Narrow", arial, tahoma; font-weight: normal; font-style: normal; }
.tekstlink { color: #999; font-size: 0.8em; font-family: "Arial Narrow", arial, tahoma; font-weight: normal; font-style: normal; text-decoration: underline; }
.teksthoofd { color: #999; font-size: 0.8em; font-family: "Arial Narrow", arial, tahoma; font-weight: bold; font-style: normal; text-decoration: underline; word-spacing: normal; letter-spacing: normal; vertical-align: baseline; }
.submnu { color: #999; font-size: 0.8em; font-family: "Arial Narrow", arial, tahoma; font-weight: normal; margin-left: 0px; padding-left: 1em;}
.submnuactief { color: #007ea9; font-size: 0.8em; font-family: "Arial Narrow", arial, tahoma; font-weight: normal; margin-left: 0px; padding-left: 1em; }

 body{
  margin:0;
  padding:65px 0px 0px 0px;
 }
 div#mvdshdr{  position:absolute;  top:0;  left:0;  width:100%;  height:65px;  background-color:#ffffff; }
 div#mvdsmnu{  position:absolute;  bottom:0;  left:0;  width:100%;  height:35px;  background-color:#007ea9;  padding:10px 0px 0px 0px; }

 
 
 @media screen{
  body>div#mvdshdr{   position:fixed;  }
  body>div#mvdsmnu{   position:fixed;  }
 }
 
 * html body{
  overflow:visible;
 } 
 
 * html div#mvdscontent{
  height:100%;
  overflow:auto;
  margin-bottom:5em;
 }

TABLE   { border-collapse: collapse; border: 0px solid #C0C0C0; }
TD      { border: 0px solid #C0C0C0; text-align: left; vertical-align: top;
 }
 



