/* Start of CMSMS style sheet 'muv' */
html, body, div, form {
  margin: 0;
  border: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  line-height: 1.5em;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

body {
  background-color: #fefefe;
  background-image: url('../images/bg-fade.png');
  background-repeat: repeat-x;
}

div#wrapper {
  margin: 20px auto;
  border: 1px solid #000;
  width: 600px;
  background-color: #fff;
}

div#head {
  border-bottom: 1px solid #888;
  height: 125px;
  background-image: url('../images/muv-logga.gif');
  background-repeat: no-repeat;
}

div#head h1 {
  display: none;
}

div#head img {
  display: block;
}

div#main {
  background-image: url('../images/enrod.gif');
  background-repeat: repeat-y;
  background-position: 70px 0;
  position: relative;
  width: 100%;
  overflow: auto;
}

ul#menu {
  margin: 0;
  padding: 5px 0;
  color: #036;
  background-color: #fff;
  width: 140px;
  position: absolute;
  top: 20px;
  text-align: center;
  list-style-type: none;
}

ul#menu a {
  color: inherit;
  text-decoration: none;
}

ul#menu a:hover {
  text-decoration: underline;
}

div#content {
  padding: 13px 20px 20px 0;
  width: 440px;
  float: right;
  min-height: 200px;
  background-image: url('../images/not.gif');
  background-position: right 80px;
  background-repeat: no-repeat;
}

div#content ul {
  padding-left: 2em;
}

div#foot {
  text-align: center;
  border-top: 1px solid #888;
}
/* End of 'muv' */

