/* 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,sans-serif;
  font-size: 12pt; color:#404040;
}

#container { float: none; width: 600px !important; background: none; }

#header { display: none; }
#searchbar { background: none; }
#searchbar #searchform { display: none; }

#searchbar #title 
{
  float: left; font-size: 16px; font-weight: bold; 
  padding: 0px; margin: 0px; margin-top: 4px; 
}
#searchbar #font { display: none; }

#left { display: none; }
#content { /*width: auto !important; float: left; */}
#mainmenu { display: none;}


/*  ARTIKLER I LISTE  */

#img img { float: right; padding: 0 5px 5px 5px; }
.artikkelTittel { 
	font-size: 11pt; font-weight: bold; color: #EE8517; 
	margin: 0px; padding: 0px; 
}
.artikkelTittel a { text-decoration: none;  color: #EE8517;}
.artikkelTittel a:hover { text-decoration: underline; }
.artikkelDato    { font-size: 7pt; color: #5D5D5B; margin-bottom: 4px; margin-top: 2px; }
.artikkelIngress { margin: 4px; /*font-size: 10pt;*/ }
.artikkelLesMer  { font-size: 7pt; color: #5D5D5B; margin: 2 0 14px 0; }
.artikkelLesMer a { text-decoration: none; }
.artikkelLesMer a:hover { text-decoration: underline; }


/* Artikkelliste i 2 spalter */

.nyhetsListe
{
	margin: 0px; padding: 0px;
}
.nyhetskolonne { width: 375px; }
.space { width: 20px;}
#teaserListe
{
	list-style-type: none; width: 100%;
	margin: 0px; padding: 0; 
	}
#teaserListe li 
{
	float: left; width: 100%; 
	margin: 0px; padding: 0px; padding-bottom: 10px;
}
#teaserListe li img
{
	float: right; padding-top: 5px;
}

.nyhetsListeDato
{
	color: #888; font-weight: bold; 
}
.lesMer a, #nyhetTilbake a 
{
	color: #7a003c; font-weight: bold; text-decoration: none;
}
.lesMer a:hover, #nyhetTilbake a:hover { text-decoration: underline; }

/*
#ingress { padding-bottom: 10px; margin-bottom: 10px; }
#nyhetTilbake { float: left; padding: 25px 0 25px 0; }
*/




/*** LENKER ***/

.lenke .blue { margin: 0px; padding: 10px 0 4px 0; }
.lenkeLogo
{
	float: right; width: 100px; 
	border: 1px solid #999999; padding: 4px; 
	margin-top: 0 0 4px 8px;
}
.svart { font-size: 16px; }
.kategori { font-size: 14px; color: #333333; }
.lenkeTittel
{ 
	font-size: 12px; font-weight: bold; color: #EE8517; 
	margin: 0px; padding: 0px; 
}
.lenkeTittel a { text-decoration: none; color: #EE8517;}
.lenkeTittel a:hover { text-decoration: underline; }


/* Rubrikk-spalte */

#rubrikker 
{ 
	float: right; width: 240px;
	padding: 0px 5px 10px 15px;
	background-color: #fafdff;
}
.rubrikk
{
	width: 200px; border: 1px solid #cccccc;
  	background: #FCF5C9 url(/images/orange_skilt.gif) top no-repeat;
	margin: 0 0 8px 15px;
	padding: 0px 10px 4px 15px;
	color: #333333;
}
.rubrikk h4 
{ 
	font-size: 12px; font-weight: bold;
	color: white; padding: 10px 0 10px 0; margin: 0px;
}



/* EDITOR PROPERTIES */
