* {
  box-sizing: border-box;
}

/* font load 
 	@font-face {
  		font-family: CentGoth;
  		src: url('./css/CenturyCothic.ttf');
	}  
*/

/* Style the body */
body {
  font-family: CentGoth, Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
	color:#777;
}

h1 {
font-family: CentGoth, verdana;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-bottom: 0px;
    padding-left: 0%;
    padding-right: 0%;
    /*padding-top: 20px;*/
    text-transform: none;
    margin:10px;

}


/* Header/logo Title */
.header {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  background: #f3f3f2;; /* #1abc9c;*/
        color: #999;
}

/* Increase the font size of the heading */
.header h1 {
  font-size: 25px;
}

/* Style the top navigation bar */
.navbar {
  overflow: hidden;
  background-color: #999; 
}
a.navbar_current {
  overflow: hidden;
  background-color: #aaa; 
}


/* Style the navigation bar links */
.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
}

/* Right-aligned link */
.navbar a.right {
  float: right;
  margin-right:30px;
}

a.venstre{margin-left:30px;}

/* Change color on hover */
.navbar a:hover {
  background-color: #ddd;
  color: #668;;
}

/* Column container */
.row {  
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
  -ms-flex: 20%; /* IE10 */
  flex: 20%;
  max-width:350px;
  background-color: #f1f1f1;
  padding: 20px;
}

/* Main column */
main {   
  -ms-flex: 80%; /* IE10 */
  flex: 80%;
  background-color: white;
  padding: 20px;
}

/* Fake image, just for this example 
.foto {
  background-color: #aaa;
  width:  100%; 
  padding: 10px;
}
*/

/* Footer */
.footer {
  padding: 5px;
  text-align: center;
  background: #ddd;
  color: #999;
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .row {   
    flex-direction: column;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .navbar a {
    float: none;
    width: 100%;
  }
}

p.left_marg_text{
    margin-left:10px;
    margin-right:10px;
    }

td.text{
	font-size:14px;
    padding-left:10px;
    padding-right:10px;
}
.text_en{
    color:#77c;
    font-style:italic;
}
article.kort{
 height:700px; width:395px; /* (400) */
 box-shadow: 0 1px 2px 0 #aaa;, 0 2px 10px 0 #ccc ;  
 border-radius: 5px;
 padding:10px; margin:10px;
 display:inline-block;
 vertical-align:top;
 }

 
div.capture{font-size:10px; padding-top:10px; text-align:center;}
div.teknInfo{font-size:10px;text-align:center;}
div.foto{text-align:center; width=500px;}
table.artikkel{padding-top:10px; text-align:left;}
h2.artikkel{text-align:center; margin-bottom:0px;font-weight:normal; font-size:1.1em;} 
h3.artikkel{text-align:center; margin-top:0px;font-weight:normal;font-size:1.0em; }
h6{margin:7px;}
td{vertical-align:top}

