
/*
--------------------------------------------------------------------------------
Northpower CSS
--------------------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: transparent url('/images/np-bgX.jpg') no-repeat fixed center top;

	color: #000000;
	font-size: 100.01%;
	font-family: sans-serif;
}

#np-container {
	position: relative;
	text-align: left;
	margin: 0 auto;
	background-color: transparant;
	width: 948px;
}

/*
--------------------------------------------------------------------------------
Common stuff
--------------------------------------------------------------------------------
*/

.left {
	float:left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.cleaner {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

/*
--------------------------------------------------------------------------------
TABELLER
--------------------------------------------------------------------------------
*/

/* table { empty-cells: show; } */
table #standard {  }

table caption {
	font-size: 0.7em;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-align:left;
	margin: 0 0 4px 4px;
}

table tfoot td {
	text-align: left;
	margin: 4px 0 0 4px;
}

table th[scope] { background-color: #cccccc; border-bottom: 1px solid #777777; padding: 3px 5px 3px 5px; }
table th.colgroup { background-color: #ffffff; }

table #tabell td, table #tabell th {
	font-size: 12px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

table #standard td, table #standard th {
	font-size: 12px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

table td.stdpad, table th.stdpad { padding: 3px 5px 3px 5px; }

.small11 {
	font-size: 11px;
}

.italix {
	font-style: italic;
}

/*
--------------------------------------------------------------------------------
Header
--------------------------------------------------------------------------------
*/


#np-header {
	background-image: url('/images/np-header.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ffcc33;
	height: 220px;
}

#np-header h1, #np-header p {
	display: none;
	/* font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px; */
}

#np-header img { display: block; border: 0; }

#np-header-logo {
	float:right; 
	width:278px;
	height:220px;
	background-color: transparant;
	font-size:12px;
}

#np-header-logo a {
	font-weight: bold;
	color:#ffcc33;
}

/*
--------------------------------------------------------------------------------
Ticker
--------------------------------------------------------------------------------
*/

.npclass a {
	text-decoration: none;
}

.npclass {
	text-align:left;
	width: 260px;
	padding: 6px;
	background-color: transparant;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
	-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

/*
--------------------------------------------------------------------------------
Navigation row
--------------------------------------------------------------------------------
*/

#np-navigation {
	margin-top: 6px;
	background: #000 url(/images/np-navbar-bg.png) center center repeat-x;
	height: 40px;
	font-size:12px;
	text-align:right;
}

#np-navigation ul {
	padding: 0;
	margin: 0;
	float:right;
}

#np-navigation li {
	float: left;
	list-style: none;
}

#np-navigation li a {

	background: #000 url(/images/np-navbar-bg.png) center center repeat-x;
	border-left: 1px solid #000000;
	color: #ffffff;
	display: block;
	font: bold 1em Tahoma,sans-serif;
	line-height: 40px;
	padding: 0 14px;
	text-align: center;
	text-decoration: none;
}

#np-navigation li a.current {
	background: #000 url(/images/nav-current.gif) center center repeat-x;
	border-left: 1px solid #000000;
	color: #ffffff;
	display: block;
	font: bold 1em Tahoma,sans-serif;
	line-height: 40px;
	padding: 0 14px;
	text-align: center;
	text-decoration: none;
}

#np-navigation a:hover {
	background: #000 url(/images/nav-current.gif) center center repeat-x;
	color: #ffffff;
}

#np-navigation .current_page_item a {
	color: #331;
}


/*
--------------------------------------------------------------------------------
Submenu row
--------------------------------------------------------------------------------
*/

#sidebar {

}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#sidebar ul li a {
	display: block;
	width: 228px;
	margin: 0;
	padding: 0.4em 1.8em;
	background-image: url(/xnp/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: .5em .8em;
	border-bottom: 1px dashed #000000;
}
#sidebar ul li a.current {
	background-color: #ffcc33;
	color: #000000;
	
}

#sidebar ul li a:hover {
	background-color: #ffcc33;
	color: #000000;
}

#sidebar ul li a { color: #000000; font-size:12px; text-decoration: none; }

/*
--------------------------------------------------------------------------------
Main
--------------------------------------------------------------------------------
*/

#col-container {
	margin-top: 6px;
	background-color: transparent;
	width: 948px;
}

#prom { border-bottom: 2px solid #000000; display:block; }

.np-box {
	margin: 0 15px;
}

.news-box {
	border-bottom: 1px dashed #cccccc;
	width: 640px;
	margin: 0 auto;
}

.news-box h2, .np-box h2 {
	margin: 15px 0 10px 0;
	font-family: sans-serif, verdana, arial, ;
	font-size: 24px;
	color: #000000;
}

.news-box h3, .np-box h3 {
	margin: 15px 0 10px 0;
	font-family: sans-serif, verdana, arial;
	font-size: 18px;
	color: #000000;
}
.news-box h4, .np-box h4 {
	margin: 15px 0 10px 0;
	font-family: sans-serif, verdana, arial, ;
	font-size: 14px;
	color: #000000;
}
.news-box h2 a, .np-box h2 a {
	text-decoration: none;
	color: #000000;
}

.news-box h3 a, .np-box h3 a {
	text-decoration: none;
	color: #000000;
}

.news-box p, .np-box p {
	margin: 0 0 15px 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
.news-box ul { margin: 0 0 15px 15px; }
.news-box li {
	margin: 0 0 5px 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
.np-box ul { margin: 0 0 15px 15px; }
.np-box li {
	margin: 0 0 5px 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
.news-box p a {
	border-bottom: 1px dashed #000080;
}

.news-banner-row {
	border-bottom: 1px solid #cccccc;
}

.news-banner-row img {
	margin: 5px 1px;
	display: block;
	border: 0;
}

#col-main { width: 670px; background-color: #ffffff; }

#col-menu {
	width: 272px;
	background-color: #ffffff;
	background-image: url(/images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*
--------------------------------------------------------------------------------
footer
--------------------------------------------------------------------------------
*/

#np-footer {
	/* background: #ffcc33 url(img/bg-bottom.jpg) no-repeat left bottom; */
	 background-color: #ffcc33;
	 border-top: 6px solid #000000;
	 text-align: left;
	 width: 948px;
}

#np-footer-middle {
	/*
	background-image: url(img/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	*/
	background-color: #ffcc33;

	color: #444;
	padding: 14px 20px;
}
#np-footer-last {
	background-color: #000;
	color: #fff;
	padding: 14px 20px;
}
#np-footer-middle p {
	font-weight:bold;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
#np-footer-last p {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
#np-footer-middle p a { color: #000000; }

#np-footer-middle.left, #np-footer-middle.right {
	width: 45%;
	background-color: transparent;
}

#np-footer-bottom {
	background-image: url('/images/np-footer-bottom.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;

	background-color: transparant;
	color: #EED;
	width: 948px;
}

#np-footer-bottom .left {
	width: 45%;
	margin: 70px 0 0 10px;
}

#np-footer-bottom .right {
	width: 45%;
	margin:70px 10px 0 0;
}

#np-footer-bottom a {
	color: #FFF;
	text-decoration: none;
}

#np-footer-bottom a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*
--------------------------------------------------------------------------------
Testing styles
--------------------------------------------------------------------------------
*/

#logotype {
	width:278px;
	height:220px;
	background-image: url('/images/logotype.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top:20px;
	left:300px;
	z-index:30;
	color:#ffffff;
}

#flash_images{
	position: absolute;
	width: 400px;
	top: -90px;
	left:-55px;
	z-index: 1;
}

/*
--------------------------------------------------------------------------------
Jeloin Data AB - annonsutrymme i topp på sidan
--------------------------------------------------------------------------------
*/
#jd-annons {
  width: 948px;
  height: 150px;
  margin-bottom: 2px;
  margin-top: 2px;
  background: #333;
}
#jd-annons a img {
  border: 0;
}
