/*************************************************
** BODY: Alt som ikke dekkes av de andre stilene
*************************************************/
body
{ 
  	background-color: transparent;
  	margin-left: 15px;
  	margin-right: 15px;
  	margin-top: 15px;
  	margin-bottom: 15px;
  	font-family: tahoma, verdana, arial;
  	font-size: 11px;
	color: #000000;
}
/*************************************************
** TITTEL: Tittel-linker i artikler, nyheter, osv.
*************************************************/ 
.tittel_over
{	
	font-size: 13px; 
	font-weight: bold; 
	color:#D23931;
	text-decoration:none;
}
a.tittel_over
{
	font-size: 13px;
	font-weight: bold;
	color:#D23931;
	text-decoration:none;
}
a:hover.tittel_over
{
	font-size: 13px;
	font-weight: bold;
	color:#D23931;
	text-decoration:underline;
}

/***************************************
** GENERELL: Alle linker utenom overskrifter
****************************************/
.generell
{
	font-size: 11px;
	color: #D23931;
	text-decoration:none;
}
a:link.generell
{
	font-size: 11px;
	color: #D23931;
	text-decoration:none;
}
a:visited.generell
{
	font-size: 11px;
	color: #D23931;
	text-decoration:none;
}
a:hover.generell
{
	font-size: 11px;
	color: #D23931;
	text-decoration:underline;
}

/********************************************
** B: Tagger brukt i tekstfelt (nyartikkel.jsp)
********************************************/

b.en
{
	font-size: 15px;
	color:#000000;
}
b.to
{
	font-size: 12px;
	color:#000000;
	font-style: italic;
}

/*******************************************
** P: Generell formatering på titler, tekst o.l 
*******************************************/
p.beskrivelse
{
	font-family: tahoma, verdana, arial;
	font-size: 12px;
}
p.tittel
{
	font-size: 13px;
	font-weight: bold;
	color:#D23931;
	margin-bottom: 2px;
}
p.pub
{
	margin-top: 0px;
	font-size: 11px;
	color: #444444;
}
p.ingress
{
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma, verdana, arial;
	color: #000000;
}
p.tekst
{
	font-size: 12px;
	font-family: tahoma, verdana, arial;
	color: #000000;
}

p.strek
{
	border-top: 1px dotted #000000;
}

/**********************************************
** TEXTAREA: nyartikkel.jsp, nynyhet.jsp, osv.
**********************************************/
textarea
{
	font-size:12px;
	font-family: tahoma, verdana, arial;
	border: 1px solid #999999;
}

/**********************************************
** INPUT: Knapper og input-felter i alle filer
**********************************************/
input.buttons
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;	
	color:#222222;
	font-weight: bold;
	font-size: 11px;
}

input.felt
{
	width:360px;
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	border: 1px solid #999999;
}

/**********************************************
** HJELP: uten ramme på hjelp-ikonet
**********************************************/
.hjelp
{
	border: 0;
}

.bilde
{
	border: 0px;
	cursor: hand;
}

.valgtBilde
{
	border: 4px solid #D23931;
}

.valgtBilde
{
	border: 4px solid #D23931;
}

/* begin sand-bag divs */
/* declare left float, clear */
#sml {
	float:left;
	clear:left;
	padding:0;
}

/* declare left float, clear */
#smr {
	float:right;
	clear:right;
	padding:0;
}

fieldset.ramme
{
	padding: 10px;
}