﻿body {
  margin: 0px;
  background-image: url('../graphics/bg1.jpg');
  background-repeat: repeat-x;
  background-position: top;
}

div.info {
  font-size: 15pt;
  font-family: Garamond;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  padding: 10px;
}

div.fakultet {
  font-size: 15pt;
  font-family: Garamond;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  width: 400px;
}

div.kar {
  font-size: 15pt;
  font-family: Garamond;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  width: 400px;
}

div.kar a {
  font-size: 15pt;
  font-family: Garamond;
  color: #000000;
}

div.sidoverksamheter {
  margin-top: 10px;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  padding: 10px;
  width: 280px;
}

div.sidoverksamheter h1 {
  margin-top: 0px;
  margin-bottom: 20px;
}

div.sidoverksamheter div {
  display: table-cell;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 5px;
  width: 220px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
}

div.sidoverksamheter a {
  vertical-align: middle;
}

h1 {
  font-size: 18pt;
  font-family: Garamond;
  color: 15377e;
}

div.info td {
  vertical-align: text-top;
  font-size: 15pt;
  font-family: Garamond;
}

div.contactcard {
  width: 300px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
}

div.contactcard  table {
  padding-left: 5px;
}

div.contactcard  td.title {
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
}

div.contactcard  img {
  width: 75px;
  height: 100px;
  border: 1px solid #cccccc;
}

div.contactcards {
  width: 300px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
}

div.contactcards  table {
  padding-left: 5px;
}

div.contactcards  td.title {
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
}

div.contactcards  img {
  height: 150px;
  border: 1px solid #cccccc;
}

body, th, td, a {
  font-family: Arial;
  font-size: 13px;
  overflow: -moz-scrollbars-vertical;
  overflow-x: auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input.field, textarea.field, select {
  width: 300px;
}

hr {
  color: #000000;
  height: 1px;
}

table.maintable {
  width: 100%;
  border: 0px;
  border-collapse: collapse;
}

td.leftarea {
  width: 100px;
  background-image: url('../graphics/lt.png');
  background-repeat: repeat-y;
  background-position: right;
}

td.rightarea {
  width: 100px;
  background-image: url('../graphics/rt.png');
  background-repeat: repeat-y;
  background-position: left;
}

td.mainarea {
  padding: 0px;
}

table.header {
  border-collapse: collapse;
  background-image: url('../graphics/titlebar.jpg');
  background-position: center top;
  width: 100%;
  height: 102px;
}

table.header td {
  vertical-align: bottom;
  padding: 6px;
}

table.header td.heading {
  padding-left: 19px;
}

table.header a {
  font-family: Verdana;
  font-size: 11px;
  color: #ffffff;
}

table.header a.left {
  padding-left: 8px;
}

table.header a.right {
  padding-right: 8px;
}

table.footer {
  width: 100%;
}

table.footer td {
  width: 100%;
  text-align: center;
}

table.table {
  padding: 0px;
  border-collapse: collapse;
}

table.table th {
  text-align: left;
  padding: 0px 15px 2px 4px;
}

table.table td {
  text-align: left;
  padding: 2px 15px 2px 3px;
  border-top: 1px solid #ccc;
}

td.error {
  color: #ff0000;
}

td.boxbr {
  color: red;
  background-image: url('../graphics/boxes/rbr.png');
}

img
{  border-style: none;
}