@charset "UTF-8";
/* --- CSS Document by Rolf G Berg --- */

body {
	margin-top: 0px;
	overflow: auto;
	font-size: 12px;
	font-family: Georgia;
}

h1 {
	color: #333;
	font-size: 50px;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 25px 0px;
}

h2 {
	font-size: 15px;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	border: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-left-style:solid;
	border-left-color: #ffffff;
	border-bottom-style:solid;
	border-bottom-color: #ffffff;
	background-color: #ffffff;
}

.click_logo a {
	display: block;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	height: 40px;
	width: 170px;
}

.bannernav { /*to support the choice of languague via clicking on flag */
	font-size: 12px;
	padding-left: 25px;
	float: left;
	position: absolute;
	top: 300px;
	color: #000;
	font-family: Calibri;
	font-weight: normal;
}

.content {
	/* padding-top: 0px;
	padding-bottom: 0px; */
}

.navigation {
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	float: left;
}

.navigation_footer {
	font-size: 9px;
	padding-left: 25px;
	float: left;
	position: absolute;
	top: 425px;
} 

.background_picture_here {
	float: left;
	background-image: url('smedgjerdet.jpg');
	background-size: 950px;
	height: 475px;
	background-repeat: no-repeat;
}

.content_here {
	padding-top: 70px;
	padding-left: 50px;
	padding-right: 0px;
	width: 900px;
	float: left; 
}

.holder {
  width:350px;
  opacity: 0.60;
  filter:alpha(opacity=60); /* For IE8 and earlier */
  border-left:1px solid #ffffff;
  border-right:1px solid #ffffff;
  padding:10px 15px;
  max-height: 370px;
  overflow: auto;
  background:#ffffff;
  margin:0;
} 

 .top {
  width:348px;
  height:10px;
  border-top: 1px solid #333;
  border-left:1px solid #333;
  border-right:1px solid #333;
  background:#ccc;
  -webkit-border-top-left-radius:12px;
  -webkit-border-top-right-radius:12px;
  -moz-border-radius-topleft:12px;
  -moz-border-radius-topright:12px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px; 
} 

 .top h3 {
  margin:0;
  line-height:30px;
  padding:0px 10px;
  font-family:Georgia;
  font-size:13px; 		 
}

 .bottom {
  width:350px;  
  height:10px;
  background:#ffffff;
}

.contentleft {
	padding-top: 70px;
	padding-left: 50px;
	padding-right: 0px;
	width: 640px;
	float: left;
}

.contentright {
	padding-top: 155px;
	padding-left: 20px;
	float: left;
	width: 0px;
}

.hidden { display: none; }
.unhidden { display: block; }