body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font: 0.7em Arial, Verdana, sans-serif;
color: 000;
background-color: #fff;
}
#links {
width:20%;height:98%;float:left;border:0px solid Yellow;padding-top:4px;padding-left:2px;padding-right:4px;
text-align:left;
top: 50%;
vertical-align: middle;
}
#header {
width:79%;height:8%;border:0px solid Black;float:left;background-color:#33CCFE;
}
#main {
width:79%;bottom:15px;padding-right:2px;
position: absolute; 
float:right;
height:100%;
top: 0px; /*Set top value to HeightOfTopFrameDiv*/
left: 20%;
right: 0;
bottom: 15px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
background: #fff;
text-align:right;
}
#footer {
position:absolute;left:0px;bottom:4px;height:15px;width:100%;border:0px solid Green;float:left;background-color:#fff;z-index:100;
}
.content {
width:100%;
min-height: 100%;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */
text-align:center;
}
#logo{
position:absolute;
right:4px;
top:4px;
z-index:100;
}
#voeglinktoe{
float:right;
text-transform:uppercase;
padding-right:4px;
}
#addlink{
position:absolute;
bottom:30px;
right:10px;
height:60px;
width:525px;
background-color:#fff;
border:1px solid Black;
text-align:center;
vertical-align:center;
z-index:100;
}

.aanvullen{
border: 1px solid #cccccc; 
border-radius: 6px; 
-moz-border-radius: 6px; 
 -webkit-border-radius: 6px;	
 background-color: #eee;
 font-weight: bold;
 padding-left:10px;
 color:#AAA;

}
.button{
cursor: hand;
}


