* {
	margin: 0;
	padding: 0;
	font-family: Times, serif;
}

html {
    height: 100%;
}

body {
	background-color: #000000;
	text-align: center;
	min-height: 100.1%;
    overflow-y: scroll;
}

a, a:active {
	outline: none;
}

#overlay {
	display: none;
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('bgtotal.png') repeat;
	z-index: 5000;
}
	#overlay img {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -400px;
		margin-top: -210px;
		cursor: pointer;
		z-index: 6000;
	}

#page_wrapper {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
	#top_left_bg {
		float: left;
		position: relative;
		z-index: 200;
		background: url('top_left_right.gif') no-repeat top left;
	}
	#top_center_bg {
		float: left;
		position: relative;
		z-index: 200;
		border-style: none;
	}
	#content {
		text-align: left;
		float: left;
		overflow: hidden;
		width: 704px;
		font-size: 15px;
		color: #9A9A9A;
		line-height: 1.5;
		padding: 10px 40px;
		background: url('bg.gif') repeat-y;
	}
		#content a {
			color: #FFFFFF;
			text-decoration: none;
		}
			#content a:hover {
				color: #FFEEEE;
				text-decoration: underline;
			}
		#content h1 {
			font-size: 25px;
			border-bottom: 3px dotted #BDBDBD;
			margin-bottom: 10px;
			padding-bottom: 0px;
			line-height: 1.4;
			font-family: Arial, Helvetica, sans-serif;
			padding-left: 6px;
		}
		#content div.news {
			padding: 20px 10px;
			overflow: hidden;
			margin: 10px 20px;
			border-bottom: 2px dotted #BDBDBD;
		}
			#content div.news img {
				float: left;
				width: 180px;
				margin-right: 30px;
			}
			#content div.news h2 {
				font-size: 20px;
				margin-bottom: 8px;
				margin-left: 210px;
				font-family: Arial, Helvetica, sans-serif;
			}
				#content div.news h2 a {
					text-decoration: none;
					font-family: Arial, Helvetica, sans-serif;
					color: #AAAAAA;
				}
					#content div.news h2 a:hover {
						text-decoration: underline;
					}
			#content div.news p {
				margin-left: 210px;
				font-size: 14px;
				padding: 0;
			}
	#content h2 {
		margin-top: 10px;
		font-family: Arial, Helvetica, sans-serif;
	}
	#content p {
		padding: 10px 0;
	}
		#content p img.left, #content p img.right {
			border: 2px solid #545454;
			margin: 5px;
		}
			#content p img.left {
				float: left;
				margin-right: 18px;
			}
			#content p img.right {
				float: right;
				margin-left: 18px;
			}
	#content ol {
		margin: 100px auto;
		width: 300px;
		font-size: 18px;
		font-weight: bold;
	}
		#content ol li {
			margin-bottom: 20px;
		}
	#content ul {
		list-style-type: none;
	}
	#content table#videoer {
		width: 600px;
		margin: 0 auto;
	}
		#content table#videoer tr td {
			padding: 10px;
		}
			#content table#videoer tr td a img {
				border: 2px solid #545454;
			}
				#content table#videoer tr td a:hover img {
					border: 2px solid #989898;
				}
	#content table#samarbeid {
		width: 100%;
	}
		#content table#samarbeid tr td {
			text-align: center;
			padding: 30px 0;
		}
			#content table#samarbeid tr td a {
				position: relative;
				z-index: 1;
			}
				#content table#samarbeid tr td a img {
					border: none;
					position: relative;
					z-index: 2;
				}
				p.tooltip {
					display: none;
					background-color: #000000;
					opacity: 0.87;
					padding: 15px;
					margin-left: -151px;
					width: 375px;
					line-height: 1.5;
					color: #FFFFFF;
					position: absolute;
					top: 30px;
					left: 50%;
					z-index: 300;
					text-align: left;
					font-size: 15px;
				}
	#top_right_bg {
		float: right;
		position: relative;
		z-index: 200;
		background: url('top_left_right.gif') no-repeat top right;
	}
	#bottom_center_bg {
		position: relative;
		clear: both;
		margin: 0 auto;
		margin-top: -210px;
		z-index: -210;
	}