@charset "UTF-8";
/* CSS Document */


html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  letter-spacing: 1px;
  color: rgba(61, 61, 61, 1.00);
  line-height: 1.2;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

p {
  margin: 0;
}

li {
  margin-top: 6px;;
}

a {
  text-decoration: none;
  color: black;
}

p.link {
  margin: 20px 0 0 0;
}
#container {
  position: relative;
  width: 1000px;
  margin: 40px auto;
}
#login{
  text-align: center;
  margin-top: 40px;
}
#logo,
#kunder{
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 20px
}
#logo img{
  width: 100%;
  height: auto;
}
#divider {
  position: relative;
  width: 100%;
  margin: 20px auto 0 auto;
  border-top: 1px solid black;
}
.list{
  display: flex;
}
.list a{
  color: rgba(65, 65, 65, 1.00);
  font-size: 20px;;
  text-decoration: none;
}
.cell{
  width: 20%;
  background-color: rgba(255, 255, 255, 1.00);
}
.cell img{
  display: block;
  width: 100%;
  height: auto;
}
.m-top{
  margin-top: 8px;;
}
#header {
  position: relative;
  width: 400px;
  margin: 60px auto 0 auto;
}

#logo {
  position: relative;
  margin: 0 auto;
  width: 200px;
  padding-top: 20px;
}

