* {
  box-sizing: border-box;
}
.oskr {
text-decoration: none;
  background-color:#e5e5e5;
  padding:8px;
  margin-top:7px;
  display:block;
  width:100%;
  color:black;
}
.menu {
  float:left;
  width:20%;
  text-align:center;
}
.menu a:hover{
text-decoration: underline;
  }
.main {
  float:left;
  width:80%;
  padding:0 20px;
}
.main a {
//text-decoration: underline;
text-decoration: underline dotted;
}
.main a:hover{
text-decoration: underline;
  }
.innhold{
position:relative; 
overflow:hidden; 
margin:auto;
}
.innhold a {
text-decoration: none;
}
.innhold a:hover{
text-decoration: underline;
  }
.T1{
position: relative; 
overflow: hidden; 
width:400px; 
margin:20px;
}
.T2{
width:200px; 
height:25px;
border:1px solid #000; 
float: left;
text-align: center;
}
.T3{
position: relative; 
overflow: hidden; 
width:450px;
margin:20px;
}
.blue {
font-size:18px; 
        color:#0000ff;
        font-weight:bold; 
}
.red {
font-size:18px; 
        color:#ff0000;
        font-weight:bold;
}
.body {
  background: white;
}
.img { border: 0; }
.container
{
     text-align: center;
}
.left-div
{
     display: inline-block;
     max-width: 400px;
     vertical-align: top;
	 text-align:left;
}
.right-div
{
     display: inline-block;
     max-width: 400px;
	 text-align:left;
}
.hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width:100%;
  }
}