@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ddd;
	background-color: #000000;
	margin: 10px 0 0 0;
	padding: 0;
}

/* Gammel forsiden med stor figurine */
body.hjem {
	background-image: url(bilder/Forside.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: fixed;
}


/* Formatering av sidelayout */
#ramme {
	width: 955px;
	margin: 0 auto;
}
#topp {
	margin-top: 0;
	text-align: center;
	height: 170px;
}
#figurine {
	float: right;
	margin-right: 60px;
	padding-left: 8px;
	}
#navcontainer ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #000;
	color: #FFF;
	text-align: center;
}
#navcontainer li {
	display: inline;
  border-right: 1px solid #fff;
}

/* Lenker i toppmenyen */
#navcontainer li a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0.2em 0.5em;
/*	border-right: 1px solid #fff; */
}
#navcontainer li a:visited { color: #CCC }
/* #navcontainer li a:hover { color: #C0C } */
}
#navcontainer li.sist {
	border-right: none
}
#navcontainer .current {
	color: #FFF;
	text-decoration: underline;
}
#navcontainer li a:visited.current {
	color: #999
}




#hoved {
/*	min-width: 955px;
	margin-right: auto;
	margin-left: auto; */
	clear: both
}

/* Boksen for bakgrunnsbilde med stiplet skillelinje mot 'news' */
#container { background: #000 url(bilder/remse.gif) repeat-y }

/* Boksen for innhold på hjemmesiden med stiplet høyre kantlinje */
#innhold {
	margin-right: 170px;
	padding-right: 5px;
/*	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666; */
}

/* Stilregler for mulige to spalter for tekst og bilder på forsiden */
#lftboks {
	float: left;
	width: 380px;
	padding-right: 10px;
}
#rtboks {
	width: 380px;
	margin-left: 385px;
	padding-right: 5px;
}

/* Nyheter m.m. til høyre */
#news {
	width: 160px;
	padding-left: 5px;
	float: right;
}
#news h3 {
	margin-top: 0;
	margin-bottom: 0;
	color: #FFA100;
}
#news h4 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	/*	color: #FABB18; 
	 color: #FF99FF; */
	 color: #C2C2C2;
	text-transform: uppercase
}
#news p {
	margin-top: 0;
	margin-bottom: 0.5em;
}

#bunn {
	clear: both;
	font-size: 1.875em;
	font-weight: bold;
	background: #000;
}
#bunn p .design {
	font-size: 0.4em;
	font-weight: normal;
	color: #666;
	float: right;
	padding-top: 2em;
	padding-right: 28px;
}
#bunn p .design a { color: #666 }


/* Formatering av overskrifter */
h1 {
	font-size: 2.8125em;
	font-weight: normal;
	margin-top: 0;
}
h2 {
	font-size: 1.875em;
	font-weight: normal;
}
.mindre { font-size: 0.75em } /* For å kunne variere skriftstørrelse innenfor en overskrift, m.m. */
h3 { font-size: 1.5625em }
h4 { font-size: 1.25em }
h5 { font-size: 1em }

/* Annen formatering */
li ul, li ol { font-size: 1em }
table p { font-size: 1em }

/* Formatering av hyperlenker */
a:link {
	color: #DDC58F;
	text-decoration: none
	}
a:visited {
	color: #8F0846;
	text-decoration: none
	}
a:hover {
	color: #FFF;
	text-decoration: none
	}

a img { border: none }

/* Forskjellige klasser til gjenbruk */
.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}
.rt {
	float: right;
	margin-left: 20px;
}
.lft {
	float: left;
	margin-right: 20px;
}

.fltrtForside {
	float: right;
	margin-left: 8px;
	/*	padding-top: 13px; */
	padding-right: 5px;
}
p.register { padding-top: 13px }
.midt { text-align: center }

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clear { clear: both }
.klar { clear: both }
.ingress { font-weight: bold }
.luftrite { margin-right: 15px }
.flesk { color: #FD5200 }
.hmarg3 { margin-right: 3px }
.hoyrestilt { text-align: right }

.pudderrosa { color: #FF4DA1 }
