body {
	width: 16cm;
	
	margin: 0;
	padding: 0;
	border: 0;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 90%;
}

#side {
	position: relative;
	text-align: left;
}

#topp {
	height: 69px;
	border: 0;
}

#logo {
	width: 50%;
}

#topptekst {
	display: none;
}

#meny {
	display: none;
/*
	font-size: 90%;
	list-style: none;
	
	margin: 0px;
	padding: 0px;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #716B00;

	height: 1.8em;
	
	background-image: url(img/bakgrunn_meny.gif);
	background-position: center left;
	background-repeat: repeat-x;
*/
}
/*
#meny li {
	float: left;
}

#meny a {
	display: block;
	float: left;
	
	height: 1.8em;
	line-height: 1.8em;
	
	margin: 0px;
	padding: 0 5px;
	border-top: 0px;
	border-right: 1px solid #716B00;
	border-bottom: 0px;
	border-left: 1px solid #990;
	
	color: #fff;
	text-decoration: none;
}

#meny a:hover, #meny a#aktiv {
	background-color: transparent;
	background-image: url(img/bakgrunn_meny_aktiv.gif);
	background-position: center left;
	background-repeat: repeat-x;
	
	color: #4D4900;
}
*/
#status {
	display: none;
/*
	position: relative;
	background-color: #716B00;
	color: #fff;
	
	font-size: 75%;
	line-height: 1.8em;
	height: 1.8em;
	
	margin: 0;
	padding: 0 10px;

	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #343100;
*/
}
/*
a#language {
	position: absolute;
	top: 0;
	right: 10px;
	
	color: #fff;
	text-decoration: underline;
}
*/
#innhold {
	position: relative;
	
	padding: 15px;
/*
	margin: 0;
	border-left: 1px solid #716B00;
	border-right: 1px solid #ccc;
	border-top: 0px;
	border-bottom: 0px;
	
	background-color: #eee;
*/
	color: #000;
}

#bunn {
	clear: both;
	background-color: #fff;
	
	font-size: 75%;
	line-height: 20px;
	height: 20px;
	
	padding: 0 10px;
}

#innhold h1 {
	display: inline;
	border-bottom: 1px dotted #333;
	
	margin: 0px 0px 10px 0px;
	padding: 0;
}

#innhold p {
	margin: 10px 0px;
	padding: 0;
}

#innhold a, #bunn a {
	color: #A7A707;
	text-decoration: none;
	
	border-bottom: 1px dotted #A7A707;
}

#innhold a:hover, #bunn a:hover {
	border-bottom: 1px solid #A7A707;
}

#innhold img {
	float: right;
	margin: 5px;
	padding: 0px;
	border: 1px solid #333;
}