@charset"utf-8";

/* CSS Document */
 html {
    height:100%;
}
body {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:0;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    margin-top:2em;
    padding:5px 0;
    font-weight:normal;
    font-family:'Century Gothic';
}
a {
    color:inherit;
}
a {
    text-decoration:none;
}
a img {
 border:none;
}
li {
    display:inline;
}
#content {
    width:100%;
    height:77%;
    float:left;
    min-width:700px;
}
#header {
    background-color:#f0f0f0;
    height:10%;
    width:100%;
    float:left;
    min-height:96px;
}
#menu {
    width:50%;
    height:100%;
    background-color:transparent;
    margin-left: 25%;
    text-align:center;
    min-width:700px;
}
.menutekst {
    font-family:'Century Gothic';
    font-size:15px;
    color:#555555;
    text-transform:uppercase;
    text-align:center;
    margin:10px;
}
#logo {
    height:auto;
    float:left;
    position:absolute;
    margin:0.5%;
}
#logo img:hover {
    opacity:0.4;
}
#nav-menu {
    list-style:none;
    display:inline;
    margin:0;
    line-height:6em;
}
#nav-menu a:hover {
    color:#c4c4c4;
    background:none;
    text-decoration:none;
}
#social {
    float: right;
    right: 0;
    margin-top:2em;
}
#social img:hover {
    opacity:0.4;
}
#contentlinks {
    background-color:transparent;
    width:25%;
    height:100%;
    float:left;
}
#contentmidden {
    background-color:transparent;
    width:50%;
    height:100%;
    min-height:320px;
    float:left;
    overflow:auto;
    padding: 0px;
    color: #404040;
    font-family:'Century Gothic';
    font-size: 13px;
    line-height: normal;
    text-align: justify;
	margin-left: 25%;
}
#contentrechts {
    background-color:transparent;
    width:25%;
    height:100%;
    float:left;
}
#footer {
    background-color:red;
    width:100%;
    height:10.5%;
    float:left;
    min-height:100px;
}
#footmenu {
    width:50%;
    height:100%;
    background-color:transparent;
    margin-left: 25%;
}
.foottext {
    font-family:'Century Gothic';
    font-size:13px;
    color:white;
    text-align:left;
    margin-top:10px;
}
#footermenu {
    background-color:#f0f0f0;
    width:100%;
    height:2.5%;
    float:left;
    min-height:20px;
}
.footmenutext {
    font-family:'Century Gothic';
    font-size:10px;
    text-align:left;
    text-transform:uppercase;
}
#menufoot {
    background-color:transparent;
    width:50%;
    height:100%;
    margin-left:25%;
}
#menufoot li {
    margin-right:10px;
}
#wrap {min-height:100%}

#foet {position: relative;
	margin-top: -120px; /* negative value of footer height */
	height: 120px;
    clear:both;}