@font-face {
	font-family: 'Avinor-Medium';
	src: url('resources/font/Avinor-Medium.eot');
	src: url('resources/font/Avinor-Medium.eot?#iefix') format('embedded-opentype'),
		 url('resources/font/Avinor-Medium.woff') format('woff'),
		 url('resources/font/Avinor-Medium.svg#Avinor-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avinor-Medium';
	src: url('resources/font/Avinor-Bold.eot');
	src: url('resources/font/Avinor-Bold.eot?#iefix') format('embedded-opentype'),
		 url('resources/font/Avinor-Bold.woff') format('woff'),
		 url('resources/font/Avinor-Bold.svg#Avinor-Bold') format('svg');
	font-weight: bold;
}
body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 12px
}
h2 {
	font-family: Avinor-Medium;
	font-size: 31px;
	margin-top: 0;
}
h3 {
	font-family: Avinor-Medium;
	font-size: 20px;
	padding-left: 3em;
	text-indent: -3em;
}
h4 {
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 5px;
}
a {
	color: #7c2952;
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0;
}
li {
	margin-bottom: 3px;
}
img {
	border: none;
}
.header {
	background: #1d1d1d 
}
.top_menu {
	font-family: Avinor-Medium;	
	font-size: 11px;
	margin-left: 60%;
	padding-top: 10px;
}
.top_menu span {
	margin: 0px 10px 0px 0px
}
.top_menu span a {
	color: #f0f0f0;
	text-decoration: none;
}
.top_menu span a:hover {
	text-decoration: underline;
}
.avinorlogo {
	margin-left: 20%;
	margin-bottom: 10px;
}
.menu {
	float: left;
	background: #7c2952;
	margin-left: 20%;
	margin-right: 25px;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 14px 7px 14px 18px;
}
.menu ul li {
	margin: 8px 0px 8px 0px;
	width: 150px;
}
.menu ul li a {
	color: #f0f0f0;
	text-decoration: none;
	font-size: 14px;
}
.menu ul li a:hover {
	color: #f0f0f0;
	text-decoration: underline;
	font-weight: bold;
}
.main_content {
	margin-top: 25px;	
}
.content {
	width: 730px;
	display: inline-block;
	background: #f0f1f2;
	padding: 20px 25px 20px 25px;
}
.content li {
	padding-left: 5em;
	text-indent: -5em;
}

.content .subheader {
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: bold;
}

.content_aerodrome_selector {
	width: 730px;
	display: inline-block;
	padding: 0px 25px 20px 25px;
}
.frontpage_content {
	width: 730px;
	background: #f0f1f2;
	padding: 20px 25px 20px 25px;
	margin: 0 auto;
	text-align: center;
}
.frontpage_main_content {
	margin-top: 25px;	
	width: 100%;
}
.banner img {
	vertical-align: bottom;
}
a.frontpage_language_link:hover:before{
	content: "> ";
}
a.frontpage_language_link:hover:after{
	content: " <";
}
.airportmap {
	margin: 0 auto;
	width: 95%;
}
