html {
  background-color: #fff;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 1.69em;
  line-height: 1.2em;
  margin: 0 0 15px 0;
  font-weight: bold;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 1.38em;
  line-height: 1.33em;
  font-weight: bold;
  margin: 15px 0 8px;
}

p {
  margin: 3px 0px 8px;
}

img {
  border: 0;
}

body {
  background-color: transparent;
  background-color: #ffffff;
  color: #2b2b2b;
  font: normal 81.25%/1.31em Arial, sans-serif; /* 13 / 17 */
  min-width: 1000px;
  margin: 0 0 0 0;
  padding: 0 30px 0 30px;
  position: relative;
  text-align: left;
}

/* Felles for header og footer */

#app-name a,
#app-footer a {
  color: #0b5a9d;
  text-decoration: none;
}

/* Header */

#app-header {
  background: #fff url('http://www.med-utv.uio.no/elaring/common/images/uio-app-head-white-grey-border.png') repeat-x left bottom;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}


#app-header #uiologo {
  background-color: #000000;
  display: block;
  height: 34px;
  margin: 0 auto 0 0;
  position: relative;
  color: #2B2B2B;
}

#app-header #uiologo a {
  background: url('http://www.med-utv.uio.no/elaring/common/images/uio-app-uio-small-black.png') no-repeat 0 0;
  display: block;
  height: 15px;
  left: 15px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  width: 195px;
  color: #0B5A9D;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-indent: -9999px;
}

#app-header #uiologo.english-uiologo a {
  background-image: url('http://www.med-utv.uio.no/elaring/common/images/uio-app-uio-small-black-eng.png');
  height: 18px;
}

#app-header #uiologo a:hover {
  background: url('http://www.med-utv.uio.no/elaring/common/images/uio-app-uio-small-black.png') no-repeat 0 -17px;
}

#app-header #uiologo.english-uiologo a:hover {
  background-image: url('http://www.med-utv.uio.no/elaring/common/images/uio-app-uio-small-black-eng.png');
}


#app-name {
  margin: 0 auto 0 0;
  height: 115px;
  background-color: transparent;
  text-align: left;
  position: relative;
  top: 30px;
  left: 0px;
  font-size: 2.77em;
  font-weight: bold;
  color: #96948e;
  line-height: 1.05em;
  white-space: nowrap;
}

#app-name a {
  color: #96948e;
}

#app-name span#tagline {
  color: #000;
  font-size: 0.47em;
  margin-top: 10px;
  line-height: 1em;
  display: block;
  font-weight: normal;
}

#app-name a:hover {
  text-decoration: none;
  color: #0b5a9d;
}


/* Content */

#app-content {
  margin: 0 auto 0 0;
  text-align: left;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
}


/* Footer */

#app-footer {
  clear: both;
  border-top: 1px solid #e4e4e4;
  background-color: #fff;
  position: relative;
  margin: 0 auto 0 0;
  text-align: left;
  font: normal 0.85em/1.25em Verdana, sans-serif;
  background: url('http://www.med-utv.uio.no/elaring/common/images/uio-app-uio-sickle-medium.png') no-repeat 15px 24px;
  padding: 24px 15px 44px 15px;
}

#app-footer a:hover {
  text-decoration: underline;
}

#app-footer div span {
  display: block;
  color: #5e5e5e;
  margin-bottom: 3px;
}

#app-footer span.vrtx-label {
  font-weight: bold;
  color: #7e7e7e;
}

#app-footer #contact-info,
#app-footer #app-responsible {
  width: auto;
  float: right;
}

#app-footer div.phone-fax-email {
  padding-right: 50px;
}


/* Felles */

#app-footer:after,
#app-content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}


/* Fluid design */

.app-fluid {
  min-width: 880px;
}

.app-fluid #app-header #uiologo {
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.app-fluid #app-footer {
  padding-left: 50px;
  padding-right: 50px;
  background-position: 75px 24px;
}

.app-fluid #app-content {
  width: auto;
  min-width: 780px;
  padding-left: 75px;
  padding-right: 50px;
}

.app-fluid #app-header #uiologo a,
.app-fluid #app-header #app-name {
  left: 75px;
}

