  
html, body, p {
  margin: 0;
  padding: 0;
  border: none;
}
html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}
#container {
  width: 935px;
  margin-left: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: rgb(0,0,0); 
  background-color: rgb(255,255,255);
  font-size: 9pt;
}
#pheader {
  position: relative;
  float:left;
  width: 920px;
  height: 110px;
  border-bottom: 1px solid rgb(216,191,216);
}
#logotype_link {
  margin-top: 15px;
  width: 230px;
  height: 78px;
  display: block;
}
#logotype {
  width: 230px;
  height: 78px;
}
#leftarea {
  float: left;
  width: 150px;
  margin-right: 15px;
  padding-top: 5px;
}
#mainarea {
  float: left;
  width: 730px;
/*  position: relative;*/
  padding-top: 5px;
  min-height: 250px;
}
.clear_both {
  clear: both;
}
#footer {
  padding-left: 165px;
  margin-top: 4em;
  margin-bottom: 4em;
  color: #999;
  background-color: inherit;
}

/* MISC STYLES */
img {
  border: none;
}
#mainarea img {
  border: 1px solid rgb(0,0,0);
}
table.tva_kolumner {
  width: 730px;
}
table.tva_kolumner td {
  width: 355px;
  padding-right: 10px;
  text-align: left;
  vertical-align: top;
}

#leftarea p.menu1 {
  margin-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px solid rgb(216,191,216);
}
#leftarea p.umenu {
  margin-bottom: 5px;
  padding-left: 15px;
  border-bottom: 1px solid rgb(216,191,216);
}
p.in {
  text-indent: 10px;
}
#mainarea p {
  margin-bottom: 1em;
}

/* HEADING STYLES */
h1,h2,h3 {
  color: rgb(161,80,170);
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
  padding-top: 0px;
  margin-top: 0px;
}
h1 { 
  font-size: 14pt; line-height: 18pt;
} 
h2 { 
  font-size: 12pt; line-height: 14pt;
} 
h3 { 
  font-weight: bold;
  font-size: 11pt; line-height: 14pt;
  border-bottom: 0px dotted rgb(220,220,220);  
  padding: 0px;
  margin: 0px; 
} 
h3.underline {
  border-bottom: 1px dotted rgb(161,80,170);  
}

/* A STYLES */
a:link, a:visited, a:active {
  color: rgb(170,0,139); 
  text-decoration: none; 
  font-weight: normal;
} 
a:hover { 
  color: rgb(128,0,128); 
  text-decoration: underline; 
  font-weight: normal;
}
a.menu:link, a.menu:visited, a.menu:active { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: rgb(219,112,147); 
  text-decoration: none; 
  font-weight: bold; 
  line-height: 16pt;  
  font-size: 9pt; 
} 
a.menu:hover { 
  color: rgb(128,0,128); 
  text-decoration: none; 
  font-weight: bold;  
  line-height: 16pt; 
  font-size: 9pt; 
}
a.kalender_startsida:link, a.kalender_startsida:visited, a.kalender_startsida:active { 
  color: rgb(67,28,96); 
  text-decoration: none; 
  font-size: 8pt; 
  font-weight: normal; 
} 
a.kalender_startsida:hover { 
  color: rgb(128,0,128); 
  text-decoration: underline; 
  font-weight: normal;
}

/* OTHER MISC STYLES */
ul {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
} 
ul.kalender {
  padding: 0px;
  margin: 0px 0px 0px 20px;
}
table.agenda {
  border: 0px solid rgb(180,180,180);
  background: rgb(230,230,230);
}
tr.odd {
  background: rgb(208,211,212);
}
tr.even {
  background: rgb(230,230,230);
}


label {
color:#555555;
float:left;
font-weight:normal;
margin-right:0.5em;
padding-top:0.2em;
text-align:right;
width:125px;
}

td {
  text-align: left;
  vertical-align: top;
}
