@font-face {
	font-family: 'SourceSansPro';
	src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
}

body {
	overflow: hidden;
}

#mainarea {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 200px;
}

#menuarea {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 200px;
}

#maintitle {
	background: #34495e;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
}

#maintitle img:not(#menubtnimg) {
	position: absolute;
	top: 50%;
	left: 10px;
	height: 32px;
	width: 32px;
	transform: translate(0,-50%);
	display: none;
}

#maintitle h1 {
	font-family: "SourceSansPro";
	font-size: 52px;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-align: center;
	line-height: 120px;
}

#maintext {
	background: #3b526a;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: auto;
}

#titleimg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	background: #1c2a39;
}

#titleimg img {
	max-width: 150px;
	max-height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#mainnavigation {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	bottom: 50px;
	background: #2c3e50;
	overflow-x: auto;
}

#mainnavigation ul {
	list-style: none;
	margin: 0;
	margin-top: 7px;
	padding: 0;
}

.submenu {
	margin-top: 3px !IMPORTANT;
	margin-bottom: 3px !IMPORTANT;
	margin-left: 10px !IMPORTANT;
}

.submenu li {
	font-size: 16px !IMPORTANT;
}

#mainnavigation ul li {
	font-family: "SourceSansPro";
	padding-top: 0;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	margin: 0;
	font-size: 20px;
	color: #FFF;
}

#mainnavigation a {
	text-decoration: none;
	color: #FFF;
}

#footernavigation a {
	text-decoration: none;
	color: #FFF;
}

#footernavigation {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	background: #2c3e50;
}

#footernavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0,-50%);
}

#footernavigation ul li {
	font-family: "SourceSansPro";
	padding: 0;
	padding-bottom: 2px;
	margin: 0;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

#menubtn {
	display: none;
}
