#vkol {
position: absolute;
top: 0;
left: 0;
width: 12em;
margin: 0.5em;
}
#hkol {
position: absolute;
top: 0;
right: 0;
width: 12em;
}
#innhold {
margin: 0 13em; /* setter topp og bunn-margin til 0 og høyre/venstre margin til 10em */
border: 1px gray solid;
}
body {
font-family: arial, helvetica, sans-serif;
font-size: 80%;
color: black;
background-color: #DDD;
margin: 1em;
padding: 0;
}

div p {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 1em;
margin: 1em;
}
p {
font-family: arial, sans-serif;
font-size: 0.8em;
}
h1 {
color: #ffc;
background-color: #115;
font-size: 3em;
text-decoration: none;
margin: 0em;
margin-bottom: 0em;
padding: 0em;
font-style: italic;
text-align: center;
letter-spacing: 0.4em;
border-bottom-style: solid;
border-bottom-width: 0.5em;
border-bottom-color: #215;
}
h2 {
font-size: 1.5em;
margin: 1em;
padding: 0.1em;
padding-left: 1em;
}
h3 {
color: #000;
font-size: 1.1em;
margin: 1em;
}
img {
border-style: none;
border-width: 2px;
border-color: #ccc;
}
a {
text-decoration: none;
}
strong {
font-style: italic;
text-transform: uppercase;
}
li {
font-style: italic;
}
table {
background-color: #ccc;
}

p.sentrert {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 1em;
	color: #333;
	padding: 1ex;
	margin: 0;
}

h3.sentrert {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 1.3em;
	color: #333;
	padding: 1ex;
	margin: 0;
}