/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 01.03.2016, 09:26:16
    Author     : Sebastian
*/
html, body {
    position: absolute;
    font-family: "Arial", sans-serif;
    line-height: 1em;
    font-size: 1em;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    //background: rgba(61,61,255,1);
}

ul {
    list-style-image: url('../images/bullet_point.png');
    list-style-position: inside;
}

li {
    line-height: 40px;
    cursor: pointer;
}

li:hover {
    padding-left: 20px;
    background-color: rgba(54, 54, 99, 0.8);
}

.animated {
    background-image: url(/css/images/logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top:95px;
    margin-bottom:60px;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

header {
    position: fixed;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    background: rgb(115, 140, 115);
    z-index: 10;
}

#header_container, #footer_container {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 100%;
}

.nav_link {
    position: relative;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    float: left;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.nav_link.header {
    width: 33.333%;
}

.nav_link.footer {
    width: 20%;
}

a:link, a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover, a:active {
    background: rgba(54, 54, 99, 0.5);
}

footer {
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    background: rgb(140, 115, 115);
    z-index: 10;
}
