* {
	margin: 0;
	padding: 0;
}

body {
	font-family: helvetica, arial, verdana, sans;
	font-size: .75em;
	line-height: 1.5em;
	font-weight: normal;
	word-spacing: .08em;
	letter-spacing: 0.02em;
	background: #fafbfb url(../img/bg_body.gif) center top repeat-y;
	color: #000;
}

/*
 GENERAL STYLES
 */
a img {
	border: none;
}

ul,ol {
	list-style-position: inside;
}

a,a:link,a:active,a:hover,a:visited {
	color: #00f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
 HEADINGS
 */
h1,h2,h3 {
	font-size: 1.2em;
	letter-spacing: 0.04em;
	color: #000;
}

h2,h4 {
	color: #333;
}

h3 {
	font-style: italic;
	font-weight: normal;
	color: #bebed3;
}

/*
 FORMS
 */
fieldset {
	border: none;
}

label {
	display: block;
	font-style: italic;
	color: #999;
}

input,textarea {
	margin-bottom: 20px;
	font-family: helvetica, arial, verdana, sans;
	font-size: 1em;
	line-height: 1.67em;
	font-weight: normal;
	word-spacing: .15em;
	letter-spacing: 0.012em;
}

/*
 LAYOUT
 */
#header {
	width: 850px;
	margin: 0 auto;
	padding: 25px 25px 0 25px;
	background: #fff url(../img/bg_header.gif) top left repeat-x;
}

#main {
	clear: both;
	width: 850px;
	margin: 0 auto;
	padding: 25px 25px 0;
}

#leftWide {
	padding: 0;
	margin: 0;
	float: left;
	/*background: lightgreen;*/
	width: 325px;
}

#leftNarrow {
	padding: 0;
	margin: 0 14px 0 0; /* subtract border */
	float: left;
	width: 240px;
	/*background: lightblue;*/
	border-right: 1px solid #DDD;
}

#centerWide {
	padding: 0;
	margin: 0;
	float: left;
	/*background: brown;*/
	width: 325px;
}

#centerExtraWide {
	padding: 0;
	margin: 0;
	float: left;
	/*background: brown;*/
	width: 425px;
}

#centerMegaWide {
	padding: 0;
	margin: 0;
	float: left;
	width: 525px;
}

#rightNarrow {
	padding: 0;
	margin: 0;
	float: right;
	/*background: lightblue;*/
	width: 200px;
}

#rightExtraNarrow {
	padding: 0;
	margin: 0;
	float: right;
	/*background: lightblue;*/
	width: 170px;
}

#footer {
	clear: both;
	width: 850px;
	padding: 25px 25px 25px;
	margin: 0 auto;
}

#footer p {
	color: #666;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 1em;
	line-height: 1.4em;
	border-top: 1px solid #bebed3;
}

#footer a {
	color: #666;
}

/*
 LOGO
 */
#header #logo {
	position: absolute;
}

#header h2 { 
	display: none; /* within DIV: header */
}

/*
 MENUES
 */
#mainMenu {
	width: auto;
	height: 89px; /* logo + 25 margin - 10 menu margin */
	text-align: right;
	color: #666;
	font-weight: bold;
	font-size: 1em;
}

#mainMenu a {
	color: #666;
}

#mainMenu .selected a {
	color: #000;
}

#mainMenu ul {
	margin-top: 10px; /* affects mainMenu height */
	list-style: none;
}

#mainMenu li {
	float: right;
	background: url(../img/bg_mainmenu.gif) right 2px no-repeat;
}

/* NOTE: align right makes items come in reverse order!! */
#mainMenu li.first {
	background: none;
	margin-right: 0;
	padding-right: 0;
}

#mainMenu li.first a {
	margin-right: 0;
	padding-right: 0;
}

#mainMenu a {
	padding: 0 10px;
}

/*
 SUB MENU
 */
#subMenu {
	float: left;
	width: 100%;
	background: #c3ccd8;
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
	background: url(../img/bg_submenugradient.gif) top left repeat-x;
}

#subMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subMenu li {
	float: left;
	margin: 0;
	padding: 0;
	background: url(../img/bg_submenu.gif) top right no-repeat;
}

#subMenu li.selected {
	background: url(../img/bg_submenuactive.gif) top right no-repeat;
}

#subMenu a {
	color: #fff;
	display: block;
	padding: 15px;
}

/*
 DEFAULT FOR ELEMENTS
 */
#leftWide img {
	padding: 10px;
	margin: 0;
	border: 1px solid #bebed3;
}

#leftWide #viskogen {
padding: 0px;
	margin: 30px 0 0 0;
	border: 0px;
}

#centerMegaWide p {
	margin: 0 0 10px;
}

#centerMegaWide h2 {
	margin: 0 0 10px;
}

#centerMegaWide h3 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7E7Ea3;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

#centerMegaWide h4 {	
}

#centerMegaWide ul,#centerMegaWide ol {
	list-style-position: outside;
	margin: 0 50px 10px 25px;
}

#centerMegaWide ul li,#centerMegaWide ol li {
	
}

#centerMegaWide #links p a {
	color: #000;
}

#rightNarrow img {
	padding: 10px;
	margin: 0;
	border: 1px solid #bebed3;
}

#rightNarrow #map {
padding: 0px;
	margin: 0;
	border: 0px;
}

/*
 PRESS
 */
#documentList {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
}

#documentList li{
	margin: 3px -25px;
	padding: 0 0 0 25px;
	background-image: url(../img/img_pdflogosmall.jpg) /* default */;
	background-repeat: no-repeat;
}

#documentList li.word{
	background-image: url(../img/img_wordlogosmall.jpg) /* default */;
}

#pressContact {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
}

#pressContact li{
	margin: 0 0 10px -25px;
}

/*
 ELAMPAN INFO
 */
 #centerMegaWide p.timeline img {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	border: none;
}



/*
 OM FÖRETAGET / PERSONAL
 */
#employees {
	margin: 20px 0;
}

#employees h3 {
	clear: both;
	display: block;
	width: 390px;
	background: url(../img/bg_submenugradient.gif) top left repeat-x;
	margin: 0 0 20px;
	padding: 3px 5px;
	font-family: helvetica, arial, verdana, sans;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	line-height: normal;
}

#employees dl {
	margin: 0;
	padding: 0;
	width: 400px;
}

#employees dt {
	clear: both;
	display: block;
	width: 62px; /* +2*5 = 72 */ 
	height: 82px;
	float: left;
	padding: 0;
	margin: 0 0 20px;
}

#employees dd {
	display: block;
	width: 318px; /* +2*5 = 328 */
	height: 82px;
	float: right;
	padding: 0;
	margin: 0 0 20px;
	overflow: hidden;
}

#employees img {
	margin: 0;
	padding: 1px;
	font: 10px Arial;
	text-align: center;
	display: block;
	background: #999;
	width: 60px;			
	height: 80px;
}

#employees .vcard .type { 
	display: none; }

#employees .vcard .adr { 
	display: none; }

#employees .vcard .org { 
	display: none; }
	
.hcard-logo img { 
	margin: 0 10px 0 0;
	padding: 0;
	font: 10px Arial;
	width: 64px;			
	height: 12px;
}

/*
 CITAT
 */

#citat { 
	border: solid 1px #BEBED3;
	margin: 0;
	padding: 20px 20px 0 10px;
	width: 268px;
	background-color: #F6F5F2;
}

#citat h2 {
	color: #7F7F7F;
	margin: 0 0 20px 0;
}

#citat p.quoteHeader {
	display: inline;
	color: #7F7F7F;
}

#citat p.quoteHeader:before, p.quoteHeader:after { 
	content: '"'; 
	}

#citat p.quoteFooter {
	color: #7E7EA3;
	text-align: right;
	margin: 0 0 20px 0;
}

/*
 NEWS ON MAIN
 */
#main #news h2 {
	display: none;
}

#main #news ul {
	width: 300px;
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
	list-style-position: outside;
}

#main #news li {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #bebed3;
}

#main #news li h3 {
	color: #333;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#main #news li.first {
	border: none;
}

#main #news li.last {
	padding-bottom: 0;
}

#main #news p {
	display: inline;
}

/*
 NEWS IN ADMIN
 */
#main #leftNarrow h1 {
	padding-bottom: 20px;
}

#main #leftNarrow h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #bebed3;
	padding-bottom: 5px;
	width: 230px;
}

#main #newsList,#main #archiveList {
	padding: 10px 0 20px 0;
	margin: 0;
	list-style: none;
	list-style-position: outside;
}

#main #newsList li,#main #archiveList li {
	width: auto;
}

#main #newsList a,#main #archiveList a {
	color: #000;
	display: block;
	width: 230px;
	padding: 2px 0 0;
}

#main #newsList a:hover,#main #archiveList a:hover {
	background: #f6f6f6 url(../img/bg_header.gif) left top repeat-x;
}

#main #newsList li.active a,#main #archiveList li.active a {
	color: #000;
	font-weight: bold;
	font-style: normal;
}

#main #newsList li.inactive a,#main #archiveList li.inactive a {
	color: #ccc;
	font-style: italic;
}

#main #newsList li.selected a,#main #archiveList li.selected a {
	color: #fff;
	background: #666 url(../img/bg_selectedgradient.gif) left top repeat-x;
	width: 220px;
	padding: 2px 5px 0;
}

#main #leftNarrow .pagination {
	padding-top: 25px;
	width: 230px;
}

/*
 NEWS ARCHIVE
 */
h1.newsArchive {
	font-size: 1.3em;
}

#topPagination .browse {
	display: none;
}

#topPagination .total {
	color: #999;
}

#centerMegaWide #archivePageList {
	padding: 10px 0 20px 0;
	margin: 0;
	list-style: none;
	list-style-position: outside;
}

#archivePageList li {
	border-top: 1px solid #bebed3;
	padding: 5px 0 10px 0;
}

#bottomPagination .total {
	display: none;
}

#centerExtraWide input#title {
	width: 390px;
	font-size: 1.34em;
	font-weight: bold;
	padding: 5px;
	line-height: normal;
	background: url(../img/bg_form.gif) left top repeat-x;
}

#centerExtraWide input#url {
	width: 390px;
	padding: 5px;
	line-height: normal;
	background: url(../img/bg_form.gif) left top repeat-x;
}

#centerExtraWide textarea#body,#centerExtraWide textarea#comment {
	width: 395px;
	height: 15em;
	padding-left: 5px;
	padding-top: 5px;
	background: url(../img/bg_form.gif) left top repeat-x;
}

#centerExtraWide .buttons input {
	width: 12ex;
}

#centerExtraWide input#delete {
	margin-right: 20px;
}

#centerExtraWide .exception,#centerMegaWide .exception {
	font-weight: bold;
	font-size: 1.32em;
	margin: 0 0 25px;
}

#centerExtraWide .success,#centerMegaWide .success {
	color: #42b500;
}

#centerExtraWide .fail,#centerMegaWide .fail {
	color: #b54200;
}

#rightExtraNarrow fieldset span {
	display: block;
	margin-bottom: 25px;
}

#rightExtraNarrow fieldset.debug {
	display: none;
}

#rightExtraNarrow #author {
	padding: 5px 5px 2px 5px;
	width: 70px;
	background: url(../img/bg_form.gif) left top repeat-x;
}


/*
 SWEDAC & SWETIC
 */
#main p.swedac {
	padding: 10px 0 0 0;
	width: 300px;
	color: #666;
}

#main p.swetic {
	padding: 25px 0 0 0;
	width: 300px;
	color: #666;
}

#main p.swedac img, p.swetic img {
	display: inline;
	float: left;
	margin: 0 15px 10px 0;
}

/*
 MAP ON MAIN
 */
#main .tagline {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7E7Ea3;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

#main img.map {
	border: none;
	padding: 0;
	margin: 0;
}

/*
 CONTACT & BEGIN FORM
 */
#contactForm #name,
#contactForm #email,
#contactForm #phone,
#contactForm #property,
#contactForm #amount,
#contactForm #phone,
#contactForm #message
	{
	width: 280px;
	padding: 5px;
	line-height: normal;
	background: url(../img/bg_form.gif) left top repeat-x;
}

#contactForm #message {
	width: 500px;
}

/*
 TOC
 */
.toc {
	background: #f1f1f1;
	list-style-position: inside !important;
	padding: 10px;
	margin: 0 0 10px !important;
	font-size: 14px;
	line-height: 150%;
}

/*
 NEWSLETTER BOX
 */
#newsletterBox  {
	margin: 0 0 20px;
}

#newsletterBox label {
	margin: 0 0 10px;
    color: #000;
    font-style: normal;
}

#newsletterBox input {
	border: 1px solid #BEBED3;
	width: 130px;
	height: 17px;
	padding-left: 3px;
	margin: 0;
	margin-right: 5px;
	color: #999;
	font-style: italic;
	vertical-align: middle;
}
#newsletterBox button {
	margin: 0;
	padding: 0;
	border: none;
	width: 51px;
	height: 19px;
	background: url(../img/img_newssubmit.png) left top no-repeat;
	vertical-align: middle;
}
#newsletterBox button:hover {
	background: url(../img/img_newssubmit_hover.png) left top no-repeat;
}
#newsletterBox button span {
	display: none;
}
