/* skrift */

p, div, td, li { 
	font-size: 11px;
	line-height:150%;}

h1 {
	font-size: 15px;
	margin-top:0.8em;
	margin-bottom:0.5em;
}

h2 {
	font-size: 14px;
	margin-top:0.8em;
	margin-bottom:0.5em;
}

h3 {
	font-size: 12px;
	margin-top:0;
	margin-bottom:0.5em;
}

h4 {
	font-size: 11px;
	margin-top:0.8em;
	margin-bottom:0.5em;
}

h5 {
	font-size: 10px;
	margin-top:0.8em;
	margin-bottom:0.5em;
}

a:link, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
}
a:hover, a:active {
	color: #F037A5;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;}
	


	
/* LINKS 
------------------------------------------------------------- 
a:link    {text-decoration:none ; color:#52463e;}    
a:visited {text-decoration:none ; color:#52463e;}  
a:hover   {text-decoration:none ; color:#52463e;}
a:active  {text-decoration:none ; color:#a33838;}*/





/* MORE RESULTS 
------------------------------------ */
.moreresults {}
.moreresults ul {
	margin: 15px 0px;
	padding-left:0px;
}
.moreresults ul li {
	display: inline;
	padding: 0 2px;
	font-weight: bold;
	font-size: 11px;
}
.moreresults ul li a{
	color: #333333;
	font-weight: normal;
}

/* NYHETS LISTING */

#nyhet_header{
	font-size:14px;	
	color:#000000;
	font-weight:bold;
	
}

#nyhet_header  a{
	font-size:14px;	
	color:#9eb00a;
	font-weight:bold;
	
}

#nyhet_header a:hover{
	font-size:14px;	
	color:#7e900a;
	font-weight:bold;
}

#nyhet_date{
	font-size:10px;

}

#nyhet_brod{
	font-size:10px;	
	color:#000000;
}

#nyhet_bigheader{
	font-size:14px;	
	color:#000000;
	font-weight:bold;
}

/* MISC TOOLBOX 
---------------------------------------------------- */
.clear {
	clear:both;}
	
.horLine {
	background-color:#CCCCCC;
	height:1px;
	font-size:0;
	width:100%;}
		
.horLineSmall {
	background-color:#CCCCCC;
	height:1px;
	font-size:0;
	width:170px;}
	
.green {
	color:#085C72;}
.green a:link,
.green a:visited {
	color:#085C72;}
	
.floatLeft{
	float:left;}
	
.floatRight{
	float:right;}
	
.paddingRB {
	padding:0 0 5px 5px;}
	