@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "DIN-Next-W01-Light";
    src: url("../fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
    src: url("../fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("eot"),url("../fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"),url("../fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype"),url("../fonts/d1b1e866-a411-42ba-8f75-72bf28e23694.svg#d1b1e866-a411-42ba-8f75-72bf28e23694") format("svg");
}

@font-face{
    font-family:"Lulo-Clean-W01-One-Bold";
    src:url("../fonts/0163ac22-50a7-406e-aa64-c62ee6fbf3d7.eot?#iefix");
    src:url("../fonts/0163ac22-50a7-406e-aa64-c62ee6fbf3d7.eot?#iefix") format("eot"),url("../fonts/aee74cb3-c913-4b54-9722-6001c92325f2.woff2") format("woff2"),url("../fonts/80de9d5d-ab5f-40ce-911b-104e51e93d7c.woff") format("woff"),url("../fonts/1b46b05b-cfdd-4d82-8c2f-5c6cfba1fe60.ttf") format("truetype"),url("../fonts/be340f0b-a2d4-41df-acb1-4dc124330a88.svg#be340f0b-a2d4-41df-acb1-4dc124330a88") format("svg");
}

body,td,th {
	color: #FFF;
}
body {
	background-color: #323232;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	 font: normal normal normal 11px lulo-clean-w01-one-bold,sans-serif;
}
.cl{
	clear:both;
}
.container{
	width:100%;
}
.content{
	width:980px;
	float:none;
	margin:auto;
	margin-top:120px;
}

.content h1{
    font: normal normal normal 19px/1em lulo-clean-w01-one-bold,sans-serif;
	color:#ffffff;
	text-align:center;
	padding:0;
	margin:0;
	padding-bottom:10px;
}
.content p{
	color:#ffffff;
	text-align:center;
}
.content h2{
	font: normal normal normal 18px/.9em lulo-clean-w01-one-bold,sans-serif;
	color:#ae9a64;	
}
.header{
	position:fixed;
	background-color:#ae9a64;
	padding:20px 0 15px 0;
	text-align:center;
	width:100%;
	margin-top:-120px;
	z-index:100;
}
.header a{
	display:inline-block;
	padding:8px 50px ;
	background-color:#323232;
	color:#ae9a64;
	font: normal normal normal 16px/1.4em din-next-w01-light,din-next-w0h2-lighht,din-next-w10-lihghht,sahhns-serif;
	text-decoration:none
}
.header a:hover{
    background-color: rgba(201, 189, 158, 1);
    transition: background-color 0.4s ease 0s;
	color:#323232;
	}
	
.footer{
	padding:50px 0px 30px 0px;
	font: normal normal normal 15px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
    color: #FFFFFF;
	text-align:center;
}

.footer a{
    color: #FFFFFF;
	text-decoration:none;
}
.footer a:hover{
    color: #ae9a64;
}
