#vkol {
position: absolute;
top: 0;
left: 0;
width: 13em;
margin: 0.5em;
}
#hkol {
position: absolute;
top: 0;
right: 0;
width: 14em;
}
#innhold {
margin: 0 14em; /* setter topp og bunn-margin til 0 og høyre/venstre margin til 10em */
border: 1px gray solid;
background-color: #DFDFDF;
}
body {
font-family: arial, helvetica, sans-serif;
font-size: 80%;
color: black;
background-color: #EFEFEF;
margin: 1em;
padding: 0;
}

blockquote {
background-color: #afafaf;
margin: 1em;
padding: 1em;
}

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:#CC9933;
background-color: #4D7D67;
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: #6DA267;
}
h2 {
font-size: 1.5em;
margin: 1em;
padding: 0.1em;
/*padding-left: 1em;*/
}
h3 {
/*color: #000;
background-color: transparent;*/
font-size: 1.1em;
margin: 1em;
}

h3.sentrert {
 text-align: center;
 font-size: 1.1em;
 margin: 1em;
}

img {
border-style: solid;
border-width: 0;
border-color: #ccc;
}

p.sentrert {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 0.9em;
	color: #999;
	padding: 1ex;
	margin: 0;
}

a {
text-decoration: none;
}
strong {
font-style: italic;
text-transform: uppercase;
}
li {
font-style: italic;
}
table {
color: #000;
background-color: #ccc;
}
.calendar {
font-family:verdana, arial, sans-serif;
color:#666;
font-size:x-small;
font-weight:normal;
  line-height:140%;
  padding:2px;
                text-align:left;
}

.calendarhead {
font-family:georgia, times new roman, serif;
color:#CC9933;
font-size:small;
font-weight:bold;
  padding:2px;
letter-spacing: .3em;
  background:#4D7D67;
  /* text-transform:uppercase; */
text-align:left;
}