body { 
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
  font-size:14px;
  color: black;
}
.rubrikLogin{
  font-size:28px;
  font-weight: bold;
  color:#0092a8;
  text-align: left;
}

.rubrik0{
  font-size:28px;
  font-weight: bold;
  color:#0092a8;
  text-align: left;
  text-indent: 245px;
}

.rubrik1{
  font-size:28px;
  font-weight: bold;
  color:#0092a8;
  text-align: left;
}
.rubrik11{
  font-size:19px;
  font-weight: bold;
  color:#0092a8;
}
.changeColor{
  color:#004466;
}

.rubrik2{
  font-size:22px;
  font-weight: bold;
  color:#0092a8;
  text-align: left;
  text-decoration:none;
  opacity: 0;
}
.rubrik22 {
  font-size:13px;
  font-weight: bold;
  color:#000000;
  font-family: "Helvetica";
}
.rubrik3 {
  font-size:18px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color:#000000;
  text-align: left;
}


.rubrik4 {
  font-family: Verdana;
  font-size:15px;
  letter-spacing: 0.5px;
  font-weight: normal;
  color:#004466;
  text-align: left;
}

.rubrik5 {
  font-family: Verdana;
  font-size:14px;
  letter-spacing: 0.5px;
  font-weight: normal;
  color:#0092a8;
  text-align: left;
}


.text1 {
  font-family: Verdana;
  font-size:16px;
  font-weight: normal;
  text-align: left;
}

.text2 {
  font-family: Verdana;
  font-size:14px;
  font-weight: normal;
  text-align: left;
}

.text3 {
  font-family: Verdana;
  font-size:12px;
  font-weight: normal;
  text-align: left;
  color:#004466;
}

.text4 {
  font-family: Verdana;
  font-size:15px;
  font-weight: bold;
  text-align: left;
  color:#004466;
}

.text5 {
  font-family: Verdana;
  font-size:15px;
  font-weight: normal;
  text-align: center;
  color: white;
  word-spacing: 1px;
}

.textNyhet {
  font-family: Verdana;
  font-size:12px;
  font-weight: normal;
  text-align: left;
  color:white;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height:35px;
   padding:2px;
   background-color: #009aa6;
   color: #0092a8;
}

.line0 {
   left: 0;
   top:0px;
   width: 100%;
   border-top: 0.5px solid #0092a8;
}

.header-col-container {
  margin-top: 0px;
  display: table;
  width: 100%;
  padding-left: 0px;
  width: 100%;
  height: auto;
  border-bottom: 0.5px solid #0092a8;
}
.header-col0 {
  display: table-cell;
  padding: 0px;
  vertical-align: middle;
  margin-top: 0px;
  width: 1%;
}
.header-col1 {
  display: table-cell;
  padding: 0px;
  text-align: left;
  vertical-align: middle;
  margin-top: 0px;
  width: 40%;
}
.header-colmiddle {
  display: table-cell;
  padding: 0px;
  text-align: middle;
  vertical-align: middle;
  margin-top: 0px;
  width:100%;
  
}
.header-col2 {
  display: table-cell;
  padding: 0px;
  text-align: left;
  vertical-align: middle;
  margin-top: 0px;
  width: 70px;
  min-width: 70px;
}
.header-col3 {
  display: table-cell;
  padding: 0px;
  text-align: left;
  vertical-align: middle;
  width: 110px;
  min-width: 110px;
}


.containerHeader2 {
  padding: 0px 0px 0px 0px;
  margin-top: 20px;
  margin-right: 0;
  border: 0px dotted red;
  height: 40px;
  width:70%;
  float: right;   
}

.containerBack {
  position: fixed;
  padding: 0px 0px 0px 0px;
  border: 1px dotted white;
  height: 100%;
  width:100%;
  float:left;
  background-color: white;
  overflow: auto;
}
.containerMenu {
  padding: 2px 15px 0px 0px;
  margin: 0px 5px 0px 0px;
  height: 450px;
  float:left;
  width:220px;
  border: 1px solid white;
}
.containerLoginBig {
  padding: 20px 0px 0px 20px;
  margin: 30px auto 0px 20px;
  height: 280px;
  width:300px;
  border: 1px solid #0092a8;
  float:left;
  border-radius: 4px;
}

.containerLogin {
  padding: 10px 0px 0px 10px;
  margin: 5px auto 0px 0px;
  height: 240px;
  width:210px;
  border: 0px solid #0092a8;
  float:left;
  border-radius: 4px;
}

.container1 {
  padding: 0px 0px 0px 10px;
  margin-right: 0px auto 0px 10px;
  height: 72%;
  width:100%;
  border: 1px dotted white;
}
.containerBottom {
  padding: 0px 0px 0px 10px;
  margin-right: 0px auto 0px 10px;
  height: auto;
  width:100%;
  border: 0px dotted white;
  background-color: white;
}
.col-container {
  margin-top: 0px;
  display: table;
  width: 51%;
  padding-left: 10px;
  height: 170px;
}
.col {
  display: table-cell;
  padding: 16px;
  border: 0px solid;
  height: 170px;
}

input[type=text], [type=password], select {
  font-size:14px;
  xxwidth: 95%;
  padding: 10px;
  margin: 8x 8px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  
}

input[type=submit]:hover {
  background-color: #004466;
  opacity:0.6;
}

input[type="submit"] {
  font-size:16px;
  border: 1px inset #ccc;
  border-radius: 4px;
  background-color: #004466;
  color: white;
  height: 45px;
  width: 80px;
}

.menubutton {
 
  margin: 0px 5px 0px 0px;
}

.menubtn {
  font-size: 14px;
  cursor: pointer;
  background-color: #004466;
  color: white;
  padding: 10px 25px;
  height: 50px;
  border: none;
  margin-top: 4;
  width: 140px;
  border-radius: 4px;
  text-decoration:none;
  letter-spacing: 1px;
}

.menubtn:hover {
  background-color: #004466;
  opacity:0.6;
  
}

.headerbtn {
  font-size: 14px;
  cursor: pointer;
  background-color: #004466;
  color: white;
  padding: 15px 25px;
  height: 50px;
  border: none;
  margin-top: 4;
  width: 140px;
  border-radius: 4px;
  text-decoration:none;
  letter-spacing: 1px;
}

.headerbtn:hover {
  background-color: #004466;
  opacity:0.6;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #004466;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 7px 7px;
  position: absolute;
  z-index: 1;
  bottom: -140%;
  left: 90%;
  margin-left: -40px;
  opacity:0;
  transition: opacity 0.0s;
  letter-spacing: 1px;
  font-size: 14px;
  opacity: 10%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 0;
  color:#0092a8;
}

.small { 
  font-size:9px;
}

a:link {
  color: black;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  background-color: #004466;
  opacity: 0.6;
}

a:active {
  text-decoration: underline;
}