@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}
.smtxcenter {
	font-size: 9pt;
	text-align: center;
}
.medtxcenter {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #069;
	text-align: center;
}

.arrow {
	width: 55%;
}
.phototx {
	font-family: arial;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	margin-bottom: 10px;
}
#div1 {
}
#div1center {
	text-align: center;
}

#info1 {
	margin-bottom: 14px;
}
#info3 {
	margin-bottom: 14px;
}

#info2 {
	font-family: arial;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: left;
}
#info2b {
	font-family: arial;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: left;
}

#toptxdiv {
	background-color: #333;
	font-size: 12pt;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	color: #9C9C9C;
	padding: 5px;
	margin-top: -25px;
}
#toptxdiv2 {
	background-color: #333;
	font-size: 12pt;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	color: #9C9C9C;
	padding: 5px;
	margin: 0px;
}
#toptxdiv3 {
	background-color: #333;
	font-size: 12pt;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	color: #9C9C9C;
	padding: 5px;
	margin: 0px;
}


#skillediv {
}
#skillediv2 {
}

#box1 {
}
#box2 {
}
#box3 {
}
#box4 {
}
#photodiv {
	display: none;
}
#tilbake {
	margin-top: 10px;
}
#box5 {
}
#box6 {
}
#vedtekter {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
	clear: none;
	float: none;
	margin-left: auto;
}
.smtxcenter {
	font-size: 9pt;
	text-align: center;
}
.medtxcenter {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #069;
	text-align: center;
}

.arrow {
	width: 20%;
}
.phototx {
	font-family: arial;
	font-size: 11pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#div1 {
}
#div1center {
	text-align: center;
}

#info1 {
	clear: right;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
#info3 {
	clear: right;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}

#info2 {
	width: 100%;
	font-family: arial;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: left;
}
#info2b {
	width: 100%;
	font-family: arial;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: left;
}

#toptxdiv {
	background-color: #333;
	margin-bottom: 10px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #9C9C9C;
	font-weight: bold;
	margin-top: -20px;
	margin-right: 0px;
	margin-left: 0px;
}
#toptxdiv2 {
	background-color: #333;
	margin-bottom: 10px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #9C9C9C;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#toptxdiv3 {
	background-color: #333;
	margin-bottom: 10px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #9C9C9C;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}


#skillediv {
}
#skillediv2 {
}

#box1 {
}
#box2 {
}
#box3 {
}
#box4 {
}
#photodiv {
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
}
#tilbake {
}
#box5 {
}
#box6 {
}
#vedtekter {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 1232px;
	margin: auto;
	clear: none;
	float: none;
}
#heading {
	font-family: arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #369;
}
.smtxcenter {
	font-size: 9pt;
	text-align: center;
}

#div1 {
	width: 100%;
	float: left;
	margin-top: 5px;
	background-color: #E6E6E6;
	margin-bottom: 5px;
}
#div1center {
	width: 100%;
	float: left;
	margin-top: 5px;
	background-color: #E6E6E6;
	margin-bottom: 5px;
	text-align: center;
}

#info1 {
	float: left;
	width: 48%;
	text-align: left;
}
#info3 {
	float: left;
	width: 48%;
}

#info2 {
	clear: right;
	float: left;
	width: 48%;
	margin-left: 2%;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#info2b {
	clear: right;
	float: left;
	width: 48%;
	margin-left: 2%;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}

#toptxdiv {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333333;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9C9C9C;
	margin-bottom: 10px;
	margin-top: -20px;
	margin-right: 0px;
	margin-left: 0px;
}
#toptxdiv2 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333333;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9C9C9C;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#toptxdiv3 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333333;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9C9C9C;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}


.phototx {
	font-family: arial;
	font-size: 11pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#skillediv {
	text-align: center;
}
#skillediv2 {
	text-align: center;
}

#box1 {
	clear: right;
	float: left;
	height: auto;
	width: 15%;
	margin-top: 5px;
	margin-bottom: 25px;
	padding: 1%;
	background-color: #FFF;
}
#box2 {
	clear: right;
	float: left;
	width: 15%;
	margin-top: 5px;
	margin-bottom: 25px;
	padding: 1%;
}
#box3 {
	clear: right;
	float: left;
	height: auto;
	width: 15%;
	margin-top: 5px;
	margin-bottom: 25px;
	padding: 1%;
}
#box4 {
	clear: right;
	float: left;
	width: 15%;
	padding: 1%;
	margin-top: 5px;
	margin-bottom: 25px;
}
#photodiv {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ECECEC;
	display: inline-block;
}
#tilbake {
	float: right;
}
.arrow {
	width: 30%;
}
#box5 {
	padding: 1%;
	width: 15%;
	margin-bottom: 25px;
	clear: right;
	float: left;
	margin-top: 5px;
	background-color: #FFF;
}
#box6 {
	padding: 1%;
	clear: right;
	float: left;
	width: 15%;
	margin-top: 5px;
	margin-bottom: 25px;
	background-color: #FFF;
}
#vedtekter {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #069;
	background-color: #333;
	text-align: center;
	padding: 5px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.medtx {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #069;
}
.medtxcenter {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #069;
	text-align: center;
}
#headingb {
	font-family: arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #369;
}
