

*{
    margin: 0;
    padding: 0;
    border: 0;
}

body{
    background-color: #f0eee8;
    font-family: 'Julius Sans One', sans-serif;

}

a{
    color: black;

}

header{
    width: 800px;
    height: 200px;
    margin: auto;
}


header h1{
    margin-left: 40px;
    line-height: 205px;
    font-size: 32pt;
}

header span{

    color: orange;

}

nav ul{
    width: 800px;
    margin: auto;
    list-style-type: none;
}
nav li{
    margin: auto;
    text-align: center;
    float:left;
    width:200px;
    height:50px;
    line-height: 50px;

}

#container ul {
    list-style: none;
}
#container ul ul{
    margin-left: 30px;

}


nav a{
    text-decoration: none;
    color: black;

}

nav a:hover{
    color:orange;
}

#container{
    width: 800px;
    min-height: 500px;
    /*background-color: #dbdbdb;*/
    margin: auto;
    font-family: "Source Sans Pro" , sans-serif;
    font-weight: lighter;
    font-size: 11pt;


}

#container p{
    margin-left: 30px;
    margin-right: 120px;
}

#container h2{
    margin-top: 50px;
}

#line{
    margin:-70px 0 0 0;
    height: 2px;
    width: 100%;
    background-color: black;
}

.kod{
    background-color: #dedede;
    width: 80%;
    /*min-height: 50px;*/
    margin: 30px 30px 10px 30px;
    float: left;
    padding: 5px;
}


footer{
    width: 800px;
    margin: 15px auto;
    height: 50px;
    font-size: 8pt;
    font-style: italic;
    font-family: Verdana;


}

footer p{
    margin-left: 100px;
}