p{font-size:110%;}
li{font-size:110%;}
a {
text-decoration: none;
color: #000000;}
a:hover {
text-decoration: underline;
color: #FFFFFF;
}
html, body {
   height:100%;
   margin:0;
   padding:0;
}
body{
	overflow-x: hidden;
	
}
#container {
   background:#FF9900;   /* dit is tevens het achtergrondkleur voor de inhoud */
   border-width:0 0px;
   border-style:solid;
   border-color:#000;
   
   position:relative;
   height:auto !important;
   height:100%;
   min-height:100%;
   
   width:100%;
   margin:0 auto;
   overflow:auto;
}
#header {
    background:#FF9900;
    width:100%;
    height:100px;
}
#links {
	font-size:16px;
    background:#FF9900;
    width:20%;
    position:absolute;
    top:175px;
    left:0;   /* deze is voor IE, FF kan er zonder, maar IE natuurlijk weer niet */
    bottom:0;
}
#inhoud {
    width:80%;
    padding:0 0 0x; /* bottom padding voor de eventuele footer */
    margin:0 0 0 173px;
	position:absolute;
	top:175px;
    color:#000;
}
#iframe{
	overflow-x: hidden;
	border:0;
}
#iframe2{
	overflow-y: hidden;
	border:0;
	}
#footer {
    background:#FF9900;
    height:0px;
    width:20%;
 
    position:absolute;
    bottom:40;
}
#onderaan {
position:fixed; 
bottom:0;
}