/* GENERAL STYLES */
/* Fritidforalle.no - CSS */
/* Stilark utviklet av Blank as v/Siw Ørnhaug Nylund */


body {
  margin: 0px; padding: 0px;
  background: none;
  font-family: Arial,Helvetica,serif;
  font-size: 9pt; color:#000000;
}

#container { float: none; width: 600px !important; background: none; }

#header { display: none; }
#searchbar { background: none; }
#searchbar #searchform { display: none; }

h1#title 
{
  float: left; font-size: 14pt; font-weight: bold; 
  padding: 0px; margin: 0px; margin-top: 4px; 
}

#searchbar #font { display: none; }
#left { display: none; }
#mainmenu { display: none;}

#content { clear: left; }

a { color: #000000; }


/*  ARTIKLER I LISTE  */

#img img { float: right; padding: 0 5px 5px 5px; }
.artikkelTittel { 
	font-size: 10pt; font-weight: bold;
	margin: 0px; padding: 0px; 
}
.artikkelDato    { font-size: 7pt; margin-bottom: 4px; margin-top: 2px; }
.artikkelIngress { margin: 4px; font-size: 8pt}
.artikkelLesMer  { font-size: 7pt; margin: 2 0 14px 0; }



/* Artikkelliste i 2 spalter */

#nyhetsListe { float: left; }

.nyhetskolonne1, .nyhetskolonne2 { float: left; width: 290px; }
.nyhetskolonne2 { margin-left: 15px; }

#teaserListe {
	list-style-type: none; /*width: 290px;*/
	margin: 0px; padding: 0; 
}
#teaserListe li {
	/*float: left;*/ width: 290px; 
	margin: 0px; padding: 0px; padding-bottom: 10px;
}
#teaserListe li img {
	float: right; padding-top: 5px; padding-left: 10px;
}

.nyhetsListeDato {
	font-weight: bold; 
}
#ingress { font-size: 8pt; }



/*** LENKER ***/

.lenke .blue { margin: 0px; padding: 10px 0 4px 0; }
.lenkeLogo
{
	float: right; width: 100px; 
	border: 1px solid #000000; padding: 4px; 
	margin-top: 0 0 4px 8px;
}
.svart { font-size: 16px; }
.kategori { font-size: 14px; }
.lenkeTittel
{ 
	font-size: 12px; font-weight: bold; 
	margin: 0px; padding: 0px; 
}


/* Rubrikk-spalte */

#rubrikker 
{ 
	float: right; width: 240px;
	padding: 0px 5px 10px 15px;
	background-color: #dddddd;
}
.rubrikk
{
	width: 200px; border: 1px solid #cccccc;
  	background: #dddddd url(/images/orange_skilt.gif) top no-repeat;
	margin: 0 0 8px 15px;
	padding: 0px 10px 4px 15px;
}
.rubrikk h4 
{ 
	font-size: 10pt; font-weight: bold;
	color: white; padding: 10px 0 10px 0; margin: 0px;
}


/* Kategori-knapper */

#kategorier { display:none; } 


/* BUNN */

#bottom { display: none; }



/* EDITOR PROPERTIES */
