html, body {
	height: 100%;
}
#sitewrapper {
min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -99px;
    /* Pad bottom by footer height */
    padding: 0 0 99px;
}
.header{
    background-color: #004D93;
    margin-top: 8px;
	margin-bottom: 40px;
}

.titel {
	margin-top: 5px;
}

.nav{
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav > li > a {
	color: #000000;
	background-color: #FFFFFF;
    padding: 7px 7px;
    margin: 5px;
}

.nav > .active > a,
.nav > .active > a:hover,
.nav > .active > a:focus {
	background-color: #E87C23;
	background-image: none;
	color: #FFFFFF;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover {
    background-color: #E87C23;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: #E87C23;
	background-image: none;
	color: ##FFFFFF;
}

/* cookie message */
#cookiecontainer {
    min-height: 26px;
    line-height: 26px;
    padding: 8px 30px 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.footer {
    postion: absolute;
    bottom: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    height: 99px;
}