*{
    margin:0;
    padding:0;
    font-family: arial;
}

a:visited{
    color:inherit;
}

body{
    background: #000;
    width: 1000px;
    margin: 0 auto;
}

header{
    color: #FF7D00;
    height: 90px;
    position: relative;
    margin-bottom: 10px;
}

header .logo{
    height: 100%;
}

header .logo.right{
    float:right;
}

header a:visited{
    color: #FF7D00;
}

header h1{
    font-size: 90px;
    line-height: 90px;
    display: inline-block;
}

header h2{
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
}

header li{
    list-style-type: none;
        float: left;
}

header ul{
    float: right;
    right: 40px;
    bottom: 0;
    display: inline-block;
    position: absolute;
}

header li a{
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    padding: 0 10px;
    line-height: 10px;
}

header li a:visited{
    color: #FFF;
}

header li:nth-child(n+2){
    border-left: 1px solid #FFF;
}

nav{
    width: 100%;
}

nav ul{
    background-color: #FF7D00;
    box-shadow: inset 0 0 2px #000;
    width: 100%;
    display: inline-block;
    position: relative;
}

nav li a{
    color: #FFF;
    padding: 5px 25px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    display: box;
}

nav li:hover{
    background-color: #FC0;
    box-shadow: inset 0 0 2px #000;
}

nav li a:visited{
    color: #FFF;
}

nav li{
    list-style-type: none;
    float: left;
}

nav li:nth-of-type(n+1){
    border-left: 1px solid #000;
}

nav ul ul{
    display: none;
    background-color: #FF7D00;
    position: absolute;
    top:100%;
    width: auto;
}

nav ul ul li{
    float: none;
    border-top: 1px solid #000;
    position: relative;
}

nav ul li:hover >ul{
    display: block;
    z-index: 10
}

footer{
    position: relative;
    background-color: #ccc;
    bottom: 0;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

footer article{
    width: 33%;
    float:left;
    text-align: center;
    vertical-align: top;
}

footer section{
    text-align: center;
    clear: left;
    margin-bottom: 10px;
}

footer .copyRight{
    margin-top: 100px;
}

nav ~ section{
    background-color: #ccc;
    margin: 20px 0;
    padding: 20px;
    position: relative;
    border-radius: 10px;
}
#lang{
    position: absolute;
    top: 5px;
    right: 50px;
}

#lang li{
    border: none;
}

#lang .flag{
    width: 50px;
    height: 30px;
    margin-left: 10px;
    background-image: url(/img/flagSprite_50x30.png);
    display: inline-block;
    padding: 0;
    border: 1px solid white;
}
#lang .flag.en{
    background-position: 0 0;
}
#lang .flag.nl{
    background-position: 0 -30px;
}
#lang .flag.fr{
    background-position: 0 -60px;
}
#lang .flag.de{
    background-position: 0 -90px;
}
