/* CSS Document */

body, table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%; /* 11px;*/
}
body {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	margin: 0px;
}
div#top {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 50px;
	background-image: url(/billeder/top.png);
	background-repeat: repeat-y;
}
#top h1 {
	margin: 0px 10px 0px 0px;
	text-align: right;
	font-weight: normal;
	font-size: 22px;
}
div#menu {
	position: fixed;
	top: 30px;
	width: 100%;
	font-size: 90%;
	border-top: 1px #454545 solid;
	border-bottom: 1px #454545 solid;
	margin: 0px 0px 0px 0px;
	background-image: url(/billeder/menu.png);
	background-repeat: repeat-x;
	height: 20px;
}
div#menu ul {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
div#menu ul li {
	float: left;
}
div#menu ul li a {
	padding: 2px;
	margin: 0px 2px 0px 2px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
div#menu ul li a:hover {
	text-decoration: underline;
}
div#menu ul li a.thisMenu {
	text-decoration: underline;
}
div#main {
	margin: 60px 0px 25px 0px;
	/*padding: 0px 0px 0px 10px;*/
}
div.content {
	margin-right: 140px;
	margin-left: 10px;
}
div.adsense {
	float: right;
	width: 120px;
}
div#bottom {
	border-top: 1px #454545 solid;
	text-align: center;
	color: #B35600;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background-image: url(/billeder/top.png);
	background-repeat: repeat-y;
	clear: both;
}
td {
	vertical-align: top;
	
}
tr.ulige {
	/*background-color: #6699CC;*/
	background-color: #BFE9FF;
}
p.center {
	text-align: center;
	margin: 0px;
}
p.pagelinks {
	margin: 5px 0px 5px 0px;
}
div.listform {
	width: 220px;
	float: left;
	position: fixed;
	left: 0px;
}
div.datalist {
	margin: 0px 0px 0px 215px;
}

div.flybillede {
	float: left;
	margin: 2px;
	padding: 2px;
	width: 160px;
	font-size: 9px;
	color:#FFFFFF;
	background-color:#000000;
}
div.flybillede div.fbillede {
	width: 160px;
	overflow: hidden;
}
div.billeder {
	margin-top: 10px;
	border-width: 1px;
	border-color: #004f79;
	border-style: solid;
}
h1.flyheading {
	font-size: 18px;
}
div.flydata {
	/*width: 500px;*/
}
div.aircraftUpdates {
	float: left;
	width: 150px;
}
div.imageUpdates {
	margin-left: 200px;
	width: 150px;
}
div.pagecontent {
	margin-bottom: 5px;
}