/* Main stylesheet - contains all global layout settings */


/* GLOBAL
====================================================== */
* {
	margin:0;
	padding:0;
}

body {
	font:12px Arial, Helvetica, sans-serif;
	color:#333;	
}

img {
	border:0;
}

fieldset {
	border:0;
}

/* HEADINGS
====================================================== */
h1 {
	font-family:Century Gothic, Verdana, Arial, sans-serif;
	font-size:30px;
	font-weight:normal;
	margin:0 0 20px 0;
}

h2 {
	font-family:Century Gothic, Verdana, Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:30px 0 10px 0;
}
h3 {
	margin:10px 0 2px 0;
	font-size:12px;
}

/* LINKS
====================================================== */
a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#000;
}

/* LISTS
====================================================== */
ul {
	list-style:none;
}

li {
	padding-left:15px;
	background:url(../images/li-bg.png) 0 0.35em no-repeat;
}

/* BASE
====================================================== */
div#container {
	margin:auto;
	width:960px;
}

div#header {
	height:60px;
	padding:10px 10px 0 10px;
	background:url("../images/header_bg2.gif") center right no-repeat;
}

img#logo {
	margin:4px 0 0 -2px;
	float:left;
}
img#ehandelsfonden {
	margin:0;
	float:right;
	width:60px;
	height:43px;
}
img
ul#topright {
	width:187px;
	height:52px;
	margin-top:2px;
	font-family:Arial, sans-serif;
	background:url(../images/topright.gif) top left no-repeat;
	float:right;
}
ul#topright li {
	padding:0 0 0 33px;
	background:none;
	line-height:25px;
}

/* FIRSTNAV
====================================================== */
#firstnav {
	background:url(../images/firstnav-bg.png) 0 0 repeat-x #000;
	height:30px;
	padding-bottom:20px;
}

#firstnav ul {
	background:url(../images/firstnav_right-bg.png) 100% 0 no-repeat;
}

#firstnav, #firstnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#firstnav a {
	padding:0 15px 0 15px;
	line-height:30px;
	display: block;
	color:#fff;
}

#firstnav li { /* all list items */
	float: left;
	padding:0 1px 0 0;
	background:url(../images/firstnav-seperator.png) 100% 0 no-repeat;
}

#firstnav li.first a {
	background-image:url(../images/firstnav_left-bg.png);
}

#firstnav li.first a:hover {
	background:url(../images/firstnav_left-bg.png) 0 0 repeat-x;
	background-position:0 -30px;
}

#firstnav li.first li a:hover {
	background:url(../images/firstnav-bg.png) 0 0 repeat-x;
	background-position:0 -30px;
}

#firstnav li.first li a {
	background-image:none;
}

#firstnav ul li ul li a{
	width:120px;
}

#firstnav li li {
	background:none;
}

#firstnav li a:hover {
	background:url(../images/firstnav-bg.png) 0 0 repeat-x;
	background-position:0 -30px;
}

#firstnav li ul { /* second-level lists */
	position: absolute;
	background:#000;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#firstnav li ul ul { /* third-and-above-level lists */
	margin: -31px 0 0 150px;
}

#firstnav li:hover ul ul, #firstnav li:hover ul ul ul, #firstnav li.sfhover ul ul, #firstnav li.sfhover ul ul ul {
	left: -999em;
}

#firstnav li:hover ul, #firstnav li li:hover ul, #firstnav li li li:hover ul, #firstnav li.sfhover ul, #firstnav li li.sfhover ul, #firstnav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* FOOTER OLD
====================================================== */
div#footer {
	text-align:right;
}

div#footer ul {
	float:right;
	padding:10px 0 10px 0;
	list-style:none;	
	clear:both;
}

div#footer ul li {
	background:none;
	padding:0 0 0 20px;	
	float:left;
	font-size:11px;	
}

div#footer ul li a {
	color:#666;
	text-decoration:none;
}

div#footer ul li a:hover {
	color:#000;
}

/* MISC
====================================================== */
.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
.clearfix {display:inline-block}
.clearfix {display:block}
.right {float:right;}
.left {float:left;}
.note {font-size:10px;}
