/* CSS Document */
div { position: relative; }

body
{
	font-family: Georgia, Times, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #2b292c;
	font-size: 12px;
}

/* kode for spesielle anledninger 

html {
border-top: 20px solid black;
}

#sortbunn {
width: 100%;
height: 20px;
background-color: black;
position: fixed;
left: 0;
bottom: 0;
}

#sortleft {
width: 20px;
height: 100%;
background-color: black;
position: fixed;
left: 0;
top: 0;
}

#sortright {
width: 20px;
height: 100%;
background-color: black;
position: fixed;
right: 0;
top: 0;
}

------------------------------------------- */

img { border: none; }

a
{
	color: #846E3C;
	/* font-size: 12px; */
	outline: none;
}

a.black { color: #2B292C; }

a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a.menutext:hover { text-decoration: none; }
.noFloat { float: inherit; }

.linkText
{
	color: #2b292c;
	font-size: 12px;
}

.linkTextNoLine
{
	/* color: #2b292c;*/
	font-size: 12px;
	text-decoration: none;
}

.linkTextNoLine.boldText
{
	display: block;
	width: 240px;
}

.linkTextLarge
{
	color: #2b292c;
	font-size: 18px;
}

.linkTextLargeNoLine
{
	color: #2b292c;
	font-size: 18px;
	text-decoration: none;
}

.headerText
{
	color: #2b292c;
	font-size: 24px;
}

h1
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	color: #2b292c;
	font-size: 24px;
	font-weight: 500;
}

h1.large
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #2b292c;
	font-size: 30px;
}

h2 { font-size: 1.4em; }

h3
{
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	font-size: 1.2em;
}

h4
{
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	font-size: 1.0em;
}

p.nospace
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
}

ul
{
	/* list-style-image: url(/images/listeprikker.gif); */
	margin-top: 0px;
	padding-top: 0px;
}

.headerTextLarge
{
	color: #2b292c;
	font-size: 30px;
}

.stikktittel
{
	color: #2b292c;
	font-size: 12px;
}

.ingressText
{
	color: #2b292c;
	font-size: 16px;
}

.ingressTextLarge
{
	color: #2b292c;
	font-size: 20px;
}

.textText
{
	color: #2b292c;
	font-size: 12px;
}

.textTextLarge
{
	color: #2b292c;
	font-size: 15px;
}

.offset3 { padding-top: 3px; }
.offset5 { padding-top: 5px; }
.offset5Left { padding-left: 5px; }
.offset10 { padding-top: 10px; }
.offset15 { padding-top: 15px; }
.offset20 { padding-top: 20px; }
.offset30 { padding-top: 30px; }
.offset10Left { padding-left: 10px; }
.bottomOffset10 { padding-bottom: 10px; }
.boldText { font-weight: bold; }

/* .linkTextNoLine:hover {
	text-decoration: underline;  
}
.linkTextLargeNoLine:hover {
	text-decoration: underline;
}   */

/* Tvitter og facebook-knapper */
#del { }
#del_twitter { }
#del_facebook { border: 1px #999999 solid; }

#hjemmonogram
{
	width: 100px;
	height: 110px;
	border: 0px #FF6600 dotted;
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 100;
	margin-left: -455px;
}

.nettressursCont, .interneLenkerCont
{
	border-top: 1px #FFFFFF solid;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 8px;
	margin-left: -8px;
	margin-right: 1px;
}

/* Ny Clearfix-kode (IE7) ----------------------------------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */

/* Del på twitter/fb */
.tafSocialButton {
    cursor: pointer;
    margin-right: 8px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url('/images/social.png');
    float: left;

}
/*
.tafSocialButton:hover {
    background-position: 0px -50px;
}
*/
    #custom-tweet-button {
background-position: 0px 0px;

  }

#custom-fb-button {
background-position: -50px 0px;
}

