/* This demo stylesheet ONLY styles the nav menu. */

a {
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
}
nav {
    background-color:#bb5b07;
    font-family:verdana,arial,times,serif;
    font-size:.875em;
    overflow:hidden;
    padding-left:4%;
}
nav ul {
    padding:0;
    margin:0;
}
nav ul li {
    list-style-type:none;
    float:left;
    position:relative;
    padding:0;
    margin:0;
	font-weight:bold;
}
nav ul li a {
    display:block;
    color:#ffffff;
    padding:.875em .625em;
    margin:0;
	font-weight:bold;
}
nav ul li a:hover,
nav ul li a:focus {
    background-color:#fff;
    color:#ffffff;
    text-decoration:underline;
    font-weight:bold;
}
.Site-content {
  flex: 1;
}
.MainContent {
  flex: 1;
}
#container{
  width:100%;
  height:100%;
  overflow:hidden;
}
.img {
  width:100%;
}
container{
  height:100%;
}
.parent{
    position: relative;
}
.over-img{
    position: absolute;
    top: 2%;
    left: 2%;
	width: 170px;
	height: 180px;
}

/* These selectors style the active page's menu */
#home .home a, 
#images .images a,
#facturen .facturen a,
#informatie .informatie a,
#bodyscan .bodyscan a,
#bioresonantie .bioresonantie a,
#links .links a,
#logout .logout a,
#contact .contact a 