body {
	background-color: #FCFFDC;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a {
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #CC3333;
	text-decoration: underline;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 115%;
}

#head1 {
	background-image: url(head-bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 154px;
	margin-top: 0px;
	padding-top: 10px;
	text-align: right;
	vertical-align: middle;
	width: 100%;
	
	left: 0px;
	top: 0px;
	position: absolute;
}

#head2 {
	background-image: url(babylon.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 154px;
	margin-top: 0px;
	padding-top: 10px;
	text-align: right;
	vertical-align: middle;
	width: 100%;
	z-index: 1;
	left: 0px;
	top: 0px;
	position: absolute;
}

#page {
	position: absolute;
	left: 0px;
	top: 155px;
	width: 100%;
}

#meny	 {
	float: left;
	width: 160px;
}

.menypkt {
	border-top-color: #989771;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 80%;
	margin-left: 5px;
	margin-top: 5px;
}

.kolofon {
	border-color: #989771;
	border-style: solid;
	border-width: 1px;
	font-size: 60%;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 2px;
}

#content {
	float: left;
	margin-left: 10px;
	min-width: 400px;
	vertical-align: top;
	width: 60%;
	position: absolute;
	left: 161px;
}

#editorial {
	font-size: 80%;
}

#toc {
	font-size: 80%;
}

#headlines {
	border-left-color: #989771;
	border-left-style: solid;
	border-left-width: 1px;
	float: right;
	font-size: 80%;
	margin: 0px;
	overflow: auto;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	width: 140px;
	position: absolute;
	right: 0px;
}

#headlines p {
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
}

