@charset "utf-8";
body {
	background-color: #EBEBEB;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
body p {
}
#main  {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#menu {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
}
#menu ul {
	float: left;
	margin-left: 0px;
	position: static;
	margin-bottom: 30px;
}
#menu ul li {
	display: inline;
	padding-left: 0px;
	font-size: large;
	font-weight: 200;
	float: left;
	text-align: center;
	opacity: 0.8;
	width: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-color: #CCCCCC;
}
#menu ul li a {
	text-decoration: none;
	display: block;
	color: black;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}
#menu ul li a:hover {
	background-color:orange;
}
#header {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/HBBK_banner.jpg);
	height: 212px;
}
#header h1 {
	display: none;
}
#main #overskrift {
	margin-top: 100px;
}
#main #epost {
	margin-bottom: 20px;
}
#main #info .publisert {
	float: right;
	font-style: italic;
	font-size: x-small;
}
#main table {
	border-collapse: collapse;
	border-style: solid;
}
#main #drakt {
	float: right;
	clear: both;
	margin-top: 50px;
	height: 20%;

}
#main #info .artikkel {
	border-color: #000000;
	margin-top: 50px;
}
#main #info .arkiv {
	display: none;
	border-color: #000000;
	margin-top: 50px;
}
#main img .bilde {
	width: 500px;
}
#main .bilde img {
	max-width: 60%;
	height: auto;
}
.container {
    height: 300px;
    margin: auto;
    padding: 1px;
}
.left {
    width: 50%;
    height: 300px;
    float: left;
}
.right {
    height: 300px;
    float: middle;
}
img {
  max-height: 100%;
  max-width: 100%;
  margin-left: 80px;
}