html, body {
	height: 100%;
	min-height: 100%;
	margin: 0px 0 0 0;
	
	color: gray;
	/* font-family: cursive; */
}

h1, h1 a { color: black; margin-bottom: 0; text-decoration: none; }
h2 { margin-top: 0.3em; }
h3 { font-size: 1.1em; }

img {
	border: thin solid black;
	padding: 1px;
}

#container {
	text-align: center;
}


/* Header */
#header {
	height: 200px;
	border-top: gray dashed 1px;
	border-bottom: gray solid 1px;
	margin-bottom: 10px;
	padding-right: 100px;
	text-align: right;
		
	/* background: url(header.png) repeat-x; */
	background-color: #513115;
}

#header h1, #header a  { color: #f4d795; }

/* Grafiske elemener .. */
img.gfx {
	border: 0;
	display: inline;
}


#main {
	margin: 0 auto;
	text-align: left;
	width: 90%;
}

#left {
	width: 75%;
}

#left img {
	margin-right: 10px;
}

#left .tilBildet {
	/* tekst o.l som hører til bildet på \
		høyre side */
	text-align: right;
}	

#right {
	float: right;
	padding-left: 5%;
}


/* Meny .. */
#menu {
	text-align: left;
	float: left;
	font-size: 0.9em;
}

#menu ul {
	display: inline;
}

#menu li {
	display: inline;
	border-top: thin solid gray;
	margin: 0 5px 0 0;
}

#menu li a {
	color: white;
	text-decoration: none;
}

#menu li a:hover {
	color: gray;
	border-top: thick solid #EC5800;
}

#menu li.active {
	border-top: thick solid #EC5800;
}	
