body {
}

div.header {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 110px;
	background-color: green;
	padding-left: 20%;
	padding-top: 40px;
}

font.header {
	font-size: 30px;
	color: white;
}

font.header_small {
	font-size: 15px;
	color: white;
}

div.navigation {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 130px;
	bottom: 0px;
	background-color: green;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	overflow: auto;
}

font.navigation {
	color: white;
	font-size: 14px;
	line-height: 20px;
}

a.navigation {
	color: white;
	text-decoration: underline;
}

a.navigation:hover {
	color: grey;
}

div.content {
	position: absolute;
	left: 150px;
	top: 150px;
	right: 0px;
	bottom: 0px;
	padding-left: 50px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	overflow: auto;
}