/* FJERNER DEFAULT-TULL FRA ALLE ELEMENTER */
		* {
			font-family: tahoma, sans-serif;
			font-size: 10.5pt;
		}


/* STYLER HTML */
		html {
			height:100%;
		}
		

/* STYLER BODY */
		body {
			background-color:#ff9f40;
			height:100%;
			padding: 0;
			margin: 0;
		}



/* STYLER MENYEN */

		/* Et par justeringer på moder-div og selve listen */
		#meny {
			display: block; 
			height: 43px; 
			width: 882px; 
			overflow: hidden;
			text-align: left; /* Counterhack for IE */
			
		}
		#meny ul {
			margin: 0; 
			padding: 0; 
			list-style-type: none;
		}
		#meny li {
			float: left;
		}

		/* Definerer standardbakgrunn for alle listeelementene */
		#meny li.arkiv {background:transparent url(images/arkiv_passiv.gif) no-repeat scroll 0 0;}
		#meny li.linx {background:transparent url(images/linx_passiv.gif) no-repeat scroll 0 0;}
		#meny li.pixx {background:transparent url(images/pixx_passiv.gif) no-repeat scroll 0 0;}
		#meny li.profil {background:transparent url(images/minside_passiv.gif) no-repeat scroll 0 0;}
		#meny li.stash {background:transparent url(images/stash_passiv.gif) no-repeat scroll 0 0;}
		#meny li.sup {background:transparent url(images/skjera_passiv.gif) no-repeat scroll 0 0;}
		#meny li.nyheter {background:transparent url(images/nyheter_passiv.gif) no-repeat scroll 0 0;}

		/* Egenskaper for alle linkene i listen */
		#meny a {
			display: block;
			width: 126px;
			height: 0;
			padding-top: 43px;
			color: #000;
			overflow: hidden;
		}

		/* Egenskaper for hver enkelt av linkene, og 'skjuler' de intill videre */
		#meny a#arkiv {background:transparent url(images/arkiv_aktiv.gif) -43px -126px no-repeat;}
		#meny a#linx {background:transparent url(images/linx_aktiv.gif) -43px -126px no-repeat;}
		#meny a#pixx {background:transparent url(images/pixx_aktiv.gif) -43px -126px no-repeat;}
		#meny a#profil {background:transparent url(images/minside_aktiv.gif) -43px -126px no-repeat;}
		#meny a#stash {background:transparent url(images/stash_aktiv.gif) -43px -126px no-repeat;}
		#meny a#sup {background:transparent url(images/skjera_aktiv.gif) -43px -126px no-repeat;}
		#meny a#nyheter {background:transparent url(images/nyheter_aktiv.gif) -43px -126px no-repeat;}

		/* Egenskaper for linkene ved :hover (dytter bildene ut i synsfeltet, og sørger for at de vises foran listebildene */
		#meny a#arkiv:hover {background-position:0 0; z-index:50;}
		#meny a#linx:hover {background-position:0 0; z-index:50;}
		#meny a#pixx:hover {background-position:0 0; z-index:50;}
		#meny a#profil:hover {background-position:0 0; z-index:50;}
		#meny a#stash:hover {background-position:0 0; z-index:50;}
		#meny a#sup:hover {background-position:0 0; z-index:50;}
		#meny a#nyheter:hover {background-position:0 0; z-index:50;}

		/* Hacks for snodige nettlesere */
		* html #meny a:link, * html #meny a:visited {height:43px; he\ight:0;}
		* html #meny a:hover {height:126px; he\ight:0;}



/* RESTEN AV STÆSJET */



/* HOVEDSIDEN */
.midt {
	min-height: 80%;
	padding: 10px;
}

.høytabbel {
	height:100%;
	width: 100%;
}

.bunn {
	height: 50px;
	background-color: #804000;
	color:#ff9f40;
	text-align:center;
}




/* SUP */
.dato {
	float:left;
	width:160px;
	padding-bottom:2px;
}

.overskrift{
	float:left;
	width:300px;
}

.forfatter {
	float:left;
	width:75px;
}

.lesKom {
	float:left;
	width:160px;
}

.skrivKom {
	float:left;
	width:130px;
}

.aes {
	float:left;
	width:70px;
}

.tekst {
	clear:left;
	padding-bottom: 30px;
	border-top: 1px dashed black;
}

#leggTilSup {
	padding-bottom:10px;
	padding-top: 30px;
}

.kommentar {
	padding-bottom: 15px;
}



/*  PIXX  */
.tittel {
	float:left;
	width:550px;
	height:10px;
}

.galleri {
	float:left;
	width:300px;
}

.slette_endre {
	 float:left;
	 padding-left:5px;
}

.søk {
	float:left;
	padding-bottom: 10px;
}

.vis {
	float:left;
	padding-bottom: 10px;
	padding-left: 55px;
}

.linker {
	float: left;
	padding-right: 20px;
}

.ny {
	color: #804000;
	font-style:normal;
	font-weight:600;
	text-decoration:none;
	border:0;
}

a:hover.ny {
	color: #804000;
	text-decoration:underline;
}


/*  NYHETER  */

.n_dato {
	float:left;
	width:230px;
	padding-bottom:2px;
}

.n_tittel {
	width: 300px;
	float: left;
	font-weight:600;
}

.n_forfatter {
	width: 100px;
	float: left;
}

.n_endre {
	width: 100px;
	float: left;
}

.n_slett {
	width: 100px;
	float: left;
}

.n_tekst {
	padding-bottom: 40px;
	width:100%;
	clear:left;
	border-top: 1px dotted black;
}

.o_t {
	width:100px;
	float:left;
	padding-bottom:10px;
}

.n_t {
	width:200px;
}

.n_knapp {
	width:70px;
	float:left;
}


/*  ARKIV  */
.de-arkiver {
	float: left;
	width: 80px;
}



/*  LOGGINN  */
.log_top {
	background-color: #ff9f40;
	height:200px;
}

.log_midt {
	background-color: #804000;
	height:250px;
	border: 5px dashed black;
}

.log_bunn {
	background-color: #ff9f40;
	height:200px;
}



/*  MINSIDE  */
.info {
	float:left;
	width: 220px;
}

.antall {
	float:left;
	width: 100px;
}

.min_tv {
	float:left;
	width:400px;
	height:200px;
}

.min_th {
	float:left;
	width:430px;
	height:200px;
}

.min_profil {
	float:left;
	width:400px;
	height:380px;
}

.p_tekst{
	width:200px;
	height:25px;
	float:left;
}

.p_pass {
	width:150px;
	height:25px;
	float:left;
}

.p_knapp{
	padding-top:10px;
	padding-left:20px;
	width: 80px;
	height:40px;
	float:left;
}


/*  BLOG  */

.b_dato {
	float:left;
	width:230px;
	padding-bottom:2px;
}

.b_tittel {
	width: 300px;
	float: left;
	font-weight:600;
}

.b_forfatter {
	width: 100px;
	float: left;
}

.b_endre {
	width: 100px;
	float: left;
}

.b_slett {
	width: 100px;
	float: left;
}

.b_tekst {
	padding-bottom: 40px;
	width:100%;
	clear:left;
	border-top: 1px dotted black;
}

.b_o_t {
	width:200px;
	height:50px;
}

.b_n_t {
	width:350px;
	height:200px;
}

.b2_o_t {
	width:400px;
	height:50px;
}

.b2_n_t {
	width:550px;
	height:400px;
}

.b_knapp {
	width:70px;
	float:left;
}




/* DIVERSE*/
a {
	color:#000000;
	font-style:normal;
	font-weight:600;
	text-decoration:none;
	border:0;
}

img {
	border: 1px solid black;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

a.loggut {
	color: #ff9f40;
	font-size:18px;
	margin-left:5px;
}

a.loggut:hover {
	text-decoration:none;
}

h1 {
	padding-bottom:15px;
	font-weight:600;
	font-size:16pt;
}

h3 a, h3 {
	font-size: 13pt;
}

.left {
	clear:left;
}

.flyt {
	float:left;
}



