@charset "utf-8";
/* CSS Document */
/* Author: InBusiness */
/* General styles for typography */

/* BODY (only typography)
---------------------------------------- */
body {
	font-family:Verdana, Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
}

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;
}

/* Links 
---------------------------------------- */
a,
a:link,
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	outline:none;
}
a:hover,
a:active {
	color:#d71a1a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

/* 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;
}

/* News List
---------------------------------------- */
#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;
}
