body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #666666;
	text-align: justify;
}

#container {
	border: 1px solid #999999;
	width: 800px;
	display: block;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFFFFF;
	min-height: 100%;
	top: 0px;
	height: 100%;
}
#footer {
	width: 100%;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}

#header {
	padding: 0px 0px 5px;
	margin: 0px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 800px;
	background-image: url(../images2/logoBBYlag.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 180px;
	
}
#innhold {
	padding: 0px;
	margin: 0px;
	height: 600px;
	width: 100%;
	text-align: left;
}
#text {
	padding-top: 40px;
	margin: 0px auto;
	width: 47%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-right: 30px;
	padding-left: 30px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 90%;
}

/* Start of navigation */

#navcontainer
{
	padding: 3px 0 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-align: center;
	background-color: #E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	width: 100%;
	
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	
	
}
#navlist {
	white-space: nowrap;
	margin: 0;
	padding: 10 0;
	width: 100%;
	
}
#navlist a {
	padding: 2px 15px;
	text-decoration: none;
	

}
#navlist a:hover {
	background-color:#FFFFFF;
	color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;

}
#navlist a:link, #navlist a:visited {
	color:#003300
	text-decoration: none;
	color: #000000;
	display: inline;
}
a:visited {
	color: #003300;
	text-decoration: none;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#navlist #current {
	background-color: #FFFFFF;
	color: #000000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
h1 {
	width: 100%;
	font-size: 16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}

a {
	color: #333333;
}
#container #innhold #text table {
	color: #333333;
	text-align: left;
}
#container #innhold #text ul {
	font-size: 1.1em;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	font-weight: lighter;
	color: #000000;
	line-height: 1.1em;
	list-style-type: circle;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

