@charset "utf-8";

html[xmlns] .klarer {
	display: block;
}
 
* html .klarer {
	height: 1%;
}

html, body {
	background-image: url(img/bakgrunn.jpg);
	background-attachment: fixed;
	text-align: center;
	margin: 0 auto;
	font-family: Georgia, serif;
	height: 100%;
}

#holder {
	margin: auto;
	width: 900px;
	min-height: 100%;
	position: relative;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.6);
}

#innhold {
	width: 750px;
	margin: auto;
	padding-top: 75px;
	padding-bottom: 150px;
	text-align: left;
}


#navigering {
	font-size: 20px;
	font-style: italic;
}

#navigering a {
	margin-left: 20px;
	padding: 10px;	
}

#navigering a:link,#navigering a:visited {
	color: black;
	text-decoration: none;
}

#navigering a:hover,#navigering a:active {
	color: #008D82;
	text-decoration: none;
}


#logotopp {
	background-image: url(img/logotopp.png);
	height: 40px;
	width: 189px;
	float: right;
	right: 50px;
	position: relative;
	margin-top: -13px;
}

#tekst {
	margin-top: 100px;
	font-size: 12px;
}

#tekst h1 {
	font-size: 16px;
	margin-bottom: 20px;
}

#tekst p{
	padding-bottom: 20px;
	line-height: 20px;
}

#tekst p img {
	float: left;
	padding: 2px;
	margin-right: 15px;
	margin-bottom: 12px;
	border: solid;
	border-width: 1px;
	background-color: #FFF;
}

#tekst.kontakt p:first-line {
	font-weight: bold;
	line-height: 20px;
}

#tekst q {
	quotes: "« " " »";
}

#tekst blockquote {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 30px;
}

#tekst cite {
	float: right;
	margin-top: -50px;
}

#tekst ul {
	margin-top: 30px;
	padding: 0;
	line-height: 20px;
	list-style: circle inside;
}

#tekst ul li {
	padding-left: 10px;	
}

#fot {
	position: absolute;
	bottom: 0;
	min-height: 50px;
	width: 900px;
	background-color: #008d82;
}

#fot-tekst {
	text-align: right;
	color: white;
	font-size: 10px;
	font-style: italic;
	margin: 10px;
	margin-right: 75px;
	margin-left: 75px;
}

#fot-tekst a {
	padding: 3px;
	margin-left: 2px;
	text-decoration: none;
}

#fot-tekst a:link,#fot-tekst a:visited {
	color: white;
}

#fot-tekst a:hover,#fot-tekst a:active {
	color: #CCC;
}

.klarer:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.klarer {
	display: inline-block;
}
