

body {
	margin: 0;
	padding: 0;
	border: none;
	font-family:'Droid Serif', Georgia,"Times New Roman",Times,serif;
/*	background-image:url(../images/site/bg.png);
	background-repeat:repeat;
	*/
}
p, h1, h2, h3, h4, img, ul, span { padding: 0; margin: 0; border: none; }
p {
	/*font-family: Tahoma, Arial, sans-serif;*/
	/*font-family:'Droid Serif', Georgia,"Times New Roman",Times,serif;*/
	/* font-size: 0.9em; */
	/* line-height: 1.5em; */
	font-size: 0.85em;
	line-height: 1.7em;
	padding: 0.2em 0 1.2em 0;
	text-align: justify;
	letter-spacing:0.02em;
}
h1, #maincontent td.contentheading {
	/*font-family: Tahoma, Georgia, Verdana, Arial, sans-serif;*/
	/*font-family:'Droid Serif', Georgia,"Times New Roman",Times,serif;*/
	font-size: 1.05em;
	line-height: 1.3em;
	font-weight: bold;
	color: #000000;
	padding: 0.4em 0 0.5em 0;
}
h3 {
	/* font-size: 0.9em; color: #6e6e6e; font-family: Tahoma; */
	/*font-family:'Droid Serif', Georgia,"Times New Roman",Times,serif;*/
	/*font-family: Georgia, Tahoma, Verdana, Arial, sans-serif;*/
	font-size: 1.05em;
	/* color: #525252; */
	color: #424242;
	font-weight: normal;
	padding: 0.5em 0 0.4em 0;
	line-height: 1.4em;
}
h4 {
	/*font-family: Georgia, Tahoma, Verdana, Arial, sans-serif;*/
	/*font-family:'Droid Serif', Georgia,"Times New Roman",Times,serif;*/
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	padding-bottom: 0.4em;
}
h2{
	font-size: 1.4em;	
}

img { padding: 0 0 0.6em; }

ol.upperalpha { list-style-type: upper-alpha; }

hr {
	border:none;
	height:1px;
	color: silver;
	background-color: silver;
	width: 100%;
}

table {
	border-spacing: 0; /* Zeros out padding between cells */ 
	border-collapse:collapse; /* Bredden pa angransande borders summeras inte */
	/*font-family: Tahoma, Arial, sans-serif;*/
} 

a:link, a:visited {
	color: #1155cc;	
	/*font: Tahoma, Verdana, Arial, sans-serif;*/
	/*font-family:'Droid Serif', Georgia,"Times New Roman",Times,serif;*/
	text-decoration: none;

}
a:hover, a:active {
	color: #1155cc;	
	/*font: Tahoma, Verdana, Arial, sans-serif;*/
	/*font-family:'Droid Serif', Georgia,"Times New Roman",Times,serif;*/
	text-decoration: none;
}
#wrapper {
	position: relative;
	width: 960px;
	margin: 0.5em auto;
}
.nobottompadding, #maincontent .nobottompadding { padding-bottom: 0; }
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.clear { clear: both; }
.hideCellContent { text-indent: -1000em; }

/* ---------------- MAIN ---------------- */

#main {
	/*background-color: #00F;*/
	float: left;
	width: 778px;
	padding: 0 11em 0 0;
}
#maintop {
	/*background-color: #0CF;*/
	background: url(../images/site/banner.png) top left no-repeat;
	/* height: 167px; */
	height: 175px;
}
#maincontainer {
	padding-top: 1em;
	background: url(../images/site/main-content.png) top left repeat-y;
}
#mainbottom {
	/*background-color: #06F;*/
	background: url(../images/site/main-bottom.png) bottom left no-repeat;
	height: 21px;
}

/* ---------------- COUNTDOWN ---------------- */

#footer div#footercontent div.moduletablecountdown { 
	/*font-family: Tahoma, Arial, sans-serif;*/
	/*font-family:'Droid Serif', Georgia,"Times New Roman",Times,serif;*/
	font-size: 0.6em;
	line-height: 1.5em;
	font-weight: bold;
	/* color: #474747; */
	color: #74000d;
	float: left;
	/* position: absolute; top: 145px; right: 216px; */
	position: absolute; top: 27px; right: 200px;
}

/* ---------------- MAINNAVIGATION ---------------- */

#mainnav {
	margin: 0 14px 0 13px;
}
#mainnav a:link, #mainnav a:visited { font-size: 0.8em; }
#mainnav a:hover, #mainnav a:active { font-size: 0.8em; }

#mainnav ul
{
	padding-left: 0;
	margin-left: 0;
/*	background: url(../images/site/cell_background_static.png) repeat-x top left;*/
	background-color: #f3f3f3;
	float: left;	
	width: 100%;
	/*font-family: Arial, sans-serif;*/
	/*font-family:'Droid Serif', Georgia,"Times New Roman",Times,serif;*/
	border: 1px solid #d8d8d8;
	
}

#mainnav ul li { display: inline; }

#mainnav ul li a
{
	padding: 0.2em 0.5em 0.2em 0.5em;
	margin: 0;
	text-decoration: none;
	float: left;
	border-right: 1px solid #d8d8d8;
	/*font-size: 0.9em;*/
	text-transform: lowercase;

}

#mainnav ul li a:link, #mainnav ul li a:visited {
	color: #474747;
}
#mainnav ul li a:hover, #mainnav ul li a:active
{
	/*background: url(../images/site/cell_background_hover.png) repeat-x;*/
/*	color: #fff;*/
/*	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;*/
	/*box-shadow: 0pt 1px 1px rgba(0, 0, 0, 0.1);*/
/*-moz-box-shadow: 0 0 2px #888;
-webkit-box-shadow: 0 0 2px#888;
box-shadow: 0 0 2px #888;	*/
	background-color:#ebeaea;

-moz-box-shadow: inset 0 0 1px #888;
-webkit-box-shadow: inset 0 0 1px#888;
box-shadow: inner 0 0 1px #888;
	
}

#mainnav ul#mainmenu li.active a {
	/*background: url(../images/site/mainnav-active.png) repeat-x top left;*/
	background-color:#ebeaea;
	-moz-box-shadow: inset 1px 1px #ebeaea;
	-webkit-box-shadow: inset 1px 1px #ebeaea;
	box-shadow: 0px 1px #ebeaea;
}

#mainnav ul#mainmenu li.active.item1 a {
	/*background: url(../images/cell_background_static.png) repeat-x top left;*/
}

/* -------- SUBNAVIGATION (2nd LEVEL) -------- */

#subnav { margin: 0 13px; clear: both;}
#subnav a:link, #subnav a:visited { font-size: 0.9em; }
#subnav a:hover, #subnav a:active { font-size: 0.9em; }

#subnav ul {
	padding-left: 0.6em;
	background: #ebeaea;
	width: auto;
	/*font-family:'Droid Serif', Georgia,"Times New Roman",Times,serif;*/
	font-size: 0.78em;
	letter-spacing: 0.02em;
}

#subnav ul li { display: inline; }

#subnav ul li a {
	
	line-height: 1.8em;
	padding: 0.2em 0.7em;
	text-transform: lowercase;
	/*border-right: 1px solid #d1d1d1;*/
}

#subnav ul li a:link, #subnav ul li ul li a:visited { 
	/*color: #6e6e6e;*/
}
#subnav ul li a:hover, #subnav ul li ul li a:active { 
	/*text-decoration: underline;*/
}

#subnav ul#submenu li.active a {
	/*text-decoration: underline;*/
	/*color: #757575;*/
}

/* -------- SUBNAVIGATION (3rd LEVEL) -------- */

#subnav ul#subsubmenu {
	background: #f5f5f5;
	padding-left: 2em;
	width: auto;
}
#subnav ul#subsubmenu li.active a {
	background: #f5f5f5; font-weight: bold;
	color: #545454; 
}


/* ------ RIGHT BORDER REMOVAL OF RIGHT MOST LIST ITEMS ------ */

/*#mainnav ul li.item310 a {
	border-right: 1px solid #d8d8d8;
}

#subnav ul li.item205 a, #subnav ul li.item303 a, #subnav ul li.item320 a, #subnav ul li.item306 a, #subnav ul li.item318 a, #subnav ul li.item317 a {
	border-right: 1px solid #d8d8d8;
}*/


/* ---------------- BREADCRUMBS ---------------- */

#breadcrumbs {
	float: left;
	margin: 0.5em 0 0.3em 1.7em;
	text-transform: lowercase;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: #474747;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	color: #bababa;
}
#breadcrumbs div.moduletable span { font: 0.8em 'Droid Serif', Georgia,"Times New Roman",Times,serif; }
#breadcrumbs div.moduletable span a.pathway { margin: 0; font-size: 1em; }
#breadcrumbs div.moduletable span img { vertical-align: middle; padding: 0 0.2em; }

/* ---------------- MAINCONTENT ---------------- */

#maincontent {
	/*background-color: #09F;*/
	clear: both;
	padding: 0 2em;
}

#maincontent div.componentheading { 
	/*font-family: Georgia, Tahoma, Verdana, Arial, sans-serif;*/
	/*font-family:'Droid Serif', Georgia,"Times New Roman",Times,serif;*/
	font-size: 1em;
	font-weight: bold;
	color: #474747;
	padding: 0.3em 0 0.5em 0;
	margin: 0;
}

#maincontent .contentpaneopen, #maincontent .componentheading { margin: 0; }

#maincontent ul, #maincontent ol {
	padding: 0.2em 0 0.7em 2em;
	font-size: 0.85em;
	line-height: 1em; 
	text-align: justify;
}
#maincontent li { padding-bottom: 0.3em; font-size: 0.85em;}
#maincontent div.moduletablearticlelinks ul, #maincontent div.moduletablearticlelinks ol {
	font-size: 1em;
	line-height: 1.5em;
}
#maincontent hr { margin: 1.7em 0; }
#maincontent hr.short { width: 470px; }
#maincontent img { margin: 0.3em 0 1em; }
#maincontent table.contentpaneopen img.inlineimg {
	padding: 0em;
	margin: 0;
	vertical-align: middle;
}

#maincontent p.bildtext {
	font-style: italic;
	line-height: 1.4em;
	margin-top: -1.1em;
}

#maincontent div.moduletablerandomimage img { padding-bottom: 0; margin: 0 0 0.4em; }

/* ------------- MAINCONTENT PAGINATION ------------ */

#maincontent div.blog_more { margin: 0 1.7em; }
#maincontent div.blog_more a { text-decoration: none; }
#maincontent div.blog_more li { list-style-type: none; }

/* ---------------- SEARCH ---------------- */

form#searchForm {
margin: 0 1.4em;
}
form#searchForm table.contentpaneopen { margin: 0;}

form#searchForm tbody tr td input#searchphraseall { margin: 0; }

form#searchForm tbody tr td { line-height: 1.5em; }

form#searchForm table.contentpaneopen tbody tr td { line-height: 1.5em; }

/* ---------------- SIDEBAR ---------------- */

#search { text-align: center; padding-bottom: 0.7em;}
#search div.moduletable { margin: 0 auto; }

#search div.moduletable input.button {	
	color: #6e6e6e;
	background: #e7e7e7;
	border: 1px solid silver;
	text-transform: uppercase;
	margin-left: 0.4em;
	font-size: 0.6em;
	width: 3em;
}
#search div.moduletable input#mod_search_searchword {
	font-size: 0.6em;
	border: 1px solid silver;

}
#sidebar {
	float: right;
	width: 164px; 
	margin: 42px 0 0 -10em;
}
#sidebar p { margin: 0 1.3em; }
#sidebar h1 {
	margin: 0 2em;
	padding: 0;
	line-height: 2em;
	/*font-family: Verdana, Geneva, sans-serif;*/
	/*font-family:'Droid Serif', Georgia,"Times New Roman",Times,serif;*/
	font-size: 0.6em;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	font-weight: normal;
}
#sidebar img {
	margin: 0.4em auto;
	display: block;
	padding: 0.7em 0;
}
#sidebartop {
	/*background-color: #6F9;*/
	background: url(../images/site/sb-top.png) top left no-repeat;
	height: 17px;
}
#sidebarcontent {
	/*background-color: #0F3;*/
	background: url(../images/site/sb-content.png) top left repeat-y;
	overflow: auto;
	overflow:hidden; /* Disable scrollbars in IE7 */
}
#sidebarbottom {
	/*background-color: #0C0;*/
	background: url(../images/site/sb-bottom.png) bottom left no-repeat;
	height: 17px;
}
/* ---------------- FOOTER ---------------- */

#footer {
	clear: left;
	width: 778px;
}
#footer p { margin: 0 1.7em; text-align: center; padding: 0; }

#footertop {
	background: url(../images/site/footer-top.png) left top no-repeat;
	height: 21px;
}
#footercontent {
		background: url(../images/site/main-content.png) top left repeat-y;
		text-align: center;
}
#footerbottom {
	background: url(../images/site/main-bottom.png) bottom left no-repeat;
	height: 21px;
}

