html 
{
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	font-size:76%; /*set default font size */
	font-family:Verdana, Geneva, sans-serif; /* set default font */
	overflow:hidden; /*get rid of scroll bars in IE */
    color: #191970; 
	background-color:#f5f5f5;
	width:100%
}

.body {
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	}

/* positions */

#wrapper {
width: 95%;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
padding: 0px;
}

#defontein {
   position:fixed;
   width:108px;
   z-index : 0;
   top : 0px;
}

#livesearch
{
   position:absolute;
   z-index : 5;
   background-color: #75DEB3;
}

#contentmenubackgound
{
   position:fixed;
   top : 90px;
   bottom:0px;
   width:108px;
   padding: 0px;
   margin-left: -2px;
   z-index : -1;
   display:block;
}


#contentmenu 
{
   position:fixed;
   top : 90px;
   width:103px;
   z-index : 1;
   display:block;
}

#loginname
{
   position:fixed;
   top:0px;
   right: 3px;
   z-index : 1;
   overflow:auto;
   display:block;
}

#newfooter 
{
position:fixed;
bottom: 0px;
padding: 0px;
right:0px;
z-index : 1;
display:block;
}
 
#footer 
{
position:fixed;
bottom: 0px;
padding: 0px;
width : 103px;
z-index : 2;
display:block;
}

#validxml 
{
position:fixed;
bottom: 0px;
padding: 0px;
width : 101px;
z-index : 3;
display:block;
}

#navcol {
   padding: 0px;
   margin-left: 1px;
   border : 0px;
}

#title {
   top : 0px;
   position:absolute;
   margin-left: 110px;
   width: 100%;
   z-index : 0;
   display:block;
}

.header 
{
/*
	background-image: url("../images/nav_bg2.png");
	background: -moz-linear-gradient(100% 100% 90deg, #A9D0F5, white);
	*/
	background-color:#f5f5f5;
   position:absolute;
   top : 55px;
   margin-left: 110px;
   width: 100%;
   z-index : 0;
   display:block;
   
}
.lijsthead th
{
	padding:2px;
}
.mainbackpanel 
{
	/*background-image: -moz-linear-gradient(100% 100% 90deg, white, #A9D0F5);
	background-image: -webkit-gradient(linear, left bottom,left top,from(white), to(#A9D0F5)); */
	background-image: url("../images/svg-gradient.svg");
	 
   position:absolute;
   top : 0px;
   margin-top: 90px;
   margin-left: 110px;
   z-index: 0;
   overflow:auto;
   width : 90%;
   bottom: 60px;
   /*max-height:450px;*/
}
#main 
{
   margin-top: 9px;
   margin-left: 5px;
   margin-right: 5px;
   bottom: 20px;
}

#welkom
{
color:red;
width:70%;
margin-top: 50px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
}


.welcome
{
	height:300px;
   padding : 20px;
}

.forgotten
{
   position:absolute;
   margin: 19px;
   padding : 20px;
	top :100px; 
	left : 50px;
	Width:50%;
}
