
h1{
	margin:14px 0px; 
	font:32px Trebuchet MS; 
	color:#313131; 
}

h2{
	margin:10px 0px; 
	font:27px Trebuchet MS; 
	color:#313131; 
}

h3{
	margin:8px 0px; 
	font:24px Trebuchet MS; 
	color:#313131; 
}

h4{
	margin:6px 0px; 
	font:18x Trebuchet MS; 
	color:#313131; 
}

h5{
	margin:3px 0px; 
	font:15px Trebuchet MS; 
	color:#313131; 
}

h6{
	margin:3px 0px; 
	font:bold 11px Trebuchet MS; 
	color:#313131; 
}
div.inledning{
	font:16px Verdana; 
	color:#526e78;
	line-height:24px;
	margin-bottom:15px;
}


li {margin-bottom:10px;}

a{color:#50a8c8; text-decoration:underline;}
a:hover{color:#526e78; text-decoration:underline;}
a:active{color:#50a8c8;}
a:visited{color:#50a8c8;}
#main-logo, #main-logo:hover, #main-logo:active{
	background:url(/_project/_layout/gfx/main-logo.png) 100% no-repeat;
	display:block;
	position:absolute;
	top:-70px;
	left:670px;
	width:300px;
	height:70px;
	outline:0;
	text-decoration:none;
}
form#searchGoogleHeaderForm{position:absolute; top:-65px;}
#searchGoogleHeaderForm input#q{border:1px solid #184e69; background:#19343f; color:#7094a1;}
#searchGoogleHeaderForm a.go-btn{color:#f0f0f0; font-size:11px;}
/* - MAIN - */
body, table{font:12px Verdana; line-height:20px; color:#333;}
#contentWrapper{float:left;}
div.mainColumns	{ float:left; height:100%;}
  #content2		{ width:702px; padding:10px 18px 20px 0px; overflow:hidden;}
  #content3		{ width:256px; padding:17px 0px 20px;}

  #content2Wide	{ width:679px; padding:0px 20px 20px;}
  #content2Full	{ width:978px; padding:20px 5px;}

/* - --------- - */
/* MAIN MENY */
#main-menu-box{width:990px; position:absolute; top:-40px; z-index:2000;}
#mainHoverMenu ul{clear:both;}
#mainHoverMenu ul li{float:left;}
#mainHoverMenu ul li.menuStart{display:none;}
#mainHoverMenu ul li.menuEnd{display:none;}
#mainHoverMenu ul a{
    outline: 0;
	float:left;	
	padding:10px 6px 7px; 
	margin:8px 0px 0px;
	font:bold 10px verdana; 
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
#mainHoverMenu ul li a.choosen{color:#f0f0f0;}
#mainHoverMenu ul li a:hover{color:#f0f0f0;}

	#mainHoverMenu ul ul{
		padding:4px 5px;
		position:absolute;
		float:left;
		display:none;
		background:#204350;
		width:180px;
		top:45px;
		left:2px;
	}
	#mainHoverMenu ul ul li.menuStart{display:none;}
	#mainHoverMenu ul ul li.menuEnd{display:none;}
	#mainHoverMenu ul ul a{width:160px; padding:3px 10px; margin:1px 0; color:#fff; font:10px verdana;}
	#mainHoverMenu ul ul a:hover{background:#446e7e; margin:1px 0; color:#fff;}
	#mainHoverMenu ul ul a.choosen{background:#446e7e; margin:1px 0;color:#fff;}

	#mainHoverMenu ul ul ul{
		top:-4px;
		left:184px;
	}



/* SUB MENU */
	#subMenu ul li ul{margin:0 0 0 10px;}
	#subMenu ul li ul li a{font-size:11px;}

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #204350;
	background-image: url('/_project/_layout/gfx/Page-BgTexture.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom left;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#art-page-background-glare
{
	position: absolute;
	width: 100%;
	height: 321px;
	left: 0;
	top: 0;
}

#art-page-background-glare-image
{
	background-image: url('/_project/_layout/gfx/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 321px;
	width: 400px;
	margin: 0;
}

html:first-child #art-page-background-glare
{
	border: 1px solid transparent; /* Opera fix */
}



#art-page-background-gradient
{
	background-position: bottom left;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1000px;
	min-width:35px;
	min-height:35px;
}

.art-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 9px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
	width: 46px;
	height: 46px;
	background-image: url('/_project/_layout/gfx/Sheet-s.png');
}

.art-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 23px, 23px, auto);
}

.art-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 23px, 23px);
}

.art-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(23px, 23px, auto, auto);
}

.art-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(23px, auto, auto, 23px);
}

.art-Sheet-tc, .art-Sheet-bc
{
	left: 23px;
	right: 23px;
	height: 46px;
	background-image: url('/_project/_layout/gfx/Sheet-h.png');
}

.art-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 23px, auto);
}

.art-Sheet-bc
{
	bottom: 0;
	clip: rect(23px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
	top: 23px;
	bottom: 23px;
	width: 46px;
	background-image: url('/_project/_layout/gfx/Sheet-v.png');
}

.art-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 23px);
}

.art-Sheet-cl
{
	left:0;
	clip: rect(auto, 23px, auto, auto);
}

.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 23px;
	left: 23px;
	right: 23px;
	bottom: 23px;
	background-image: url('/_project/_layout/gfx/Sheet-c.png');
}


.art-Sheet
{
	margin-top: 75px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:1000px;
}

/* end Box, Sheet */

/* begin Header */
div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 982px;
	height: 100px;
}

div.art-Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 982px;
	height: 100px;
	background-image: url('/_project/_layout/gfx/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 982px;
	height: 100px;
	background-image: url('/_project/_layout/gfx/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.art-Logo
{
	display : block;
	position: absolute;
	left: 0px;
	top: 24px;
	width: 943px;
}

h1.art-Logo-name
{
	display: block;
	text-align: right;
}

h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 35px;
text-decoration: none;
	padding:0;
	margin:0;
	color: #D4EBF7 !important;
}

.art-Logo-text
{
	display: block;
	text-align: right;
}
/* begin ContentLayout */
.art-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 982px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-Block-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}



.art-Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}

.art-BlockHeader .t
{
	height: 30px;
	color: #E9F5FB;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;	
}

.art-BlockHeader .l, .art-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('/_project/_layout/gfx/BlockHeader.png');
}

.art-BlockHeader .l
{
	left:0;
	right:4px;
}

.art-BlockHeader .r
{ 
	width:992px;
	right:0;
	clip: rect(auto, auto, auto, 988px);
}

.art-header-tag-icon
{
    height: 30px;
	background-position:left top;
	background-image: url('/_project/_layout/gfx/BlockHeaderIcon.png');
	padding:0 0 0 10px;
	background-repeat: no-repeat;
	min-height: 9px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:11px;
	min-height:11px;
}

.art-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl, .art-BlockContent-tc, .art-BlockContent-bc,.art-BlockContent-cr, .art-BlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl
{
	width: 10px;
	height: 10px;
	background-image: url('/_project/_layout/gfx/BlockContent-s.png');
}

.art-BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 5px, 5px, auto);
}

.art-BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 5px, 5px);
}

.art-BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(5px, 5px, auto, auto);
}

.art-BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(5px, auto, auto, 5px);
}

.art-BlockContent-tc, .art-BlockContent-bc
{
	left: 5px;
	right: 5px;
	height: 10px;
	background-image: url('/_project/_layout/gfx/BlockContent-h.png');
}

.art-BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 5px, auto);
}

.art-BlockContent-bc
{
	bottom: 0;
	clip: rect(5px, auto, auto, auto);
}

.art-BlockContent-cr, .art-BlockContent-cl
{
	top: 5px;
	bottom: 5px;
	width: 10px;
	background-image: url('/_project/_layout/gfx/BlockContent-v.png');
}

.art-BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 5px);
}

.art-BlockContent-cl
{
	left:0;
	clip: rect(auto, 5px, auto, auto);
}

.art-BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #FFFFFF;
}
/* begin Box, Post */
.art-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:23px;
	min-height:23px;
}

.art-Post-body
{
	position: relative;
	z-index: 1;
	padding: 19px;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl, .art-Post-tc, .art-Post-bc,.art-Post-cr, .art-Post-cl
{
	position:absolute;
	z-index:-1;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl
{
	width: 34px;
	height: 34px;
	background-image: url('/_project/_layout/gfx/Post-s.png');
}

.art-Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 17px, 17px, auto);
}

.art-Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 17px, 17px);
}

.art-Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(17px, 17px, auto, auto);
}

.art-Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(17px, auto, auto, 17px);
}

.art-Post-tc, .art-Post-bc
{
	left: 17px;
	right: 17px;
	height: 34px;
	background-image: url('/_project/_layout/gfx/Post-h.png');
}

.art-Post-tc
{
	top: 0;
	clip: rect(auto, auto, 17px, auto);
}

.art-Post-bc
{
	bottom: 0;
	clip: rect(17px, auto, auto, auto);
}

.art-Post-cr, .art-Post-cl
{
	top: 17px;
	bottom: 17px;
	width: 34px;
	background-image: url('/_project/_layout/gfx/Post-v.png');
}

.art-Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 17px);
}

.art-Post-cl
{
	left:0;
	clip: rect(auto, 17px, auto, auto);
}

.art-Post-cc
{
	position:absolute;
	z-index:-1;
	top: 17px;
	left: 17px;
	right: 17px;
	bottom: 17px;
	background-color: #FFFFFF;
}


.art-Post
{
	margin: 3px;
}

/* Start images */
a img
{
	border: 0;
}

.art-article img, img.art-article
{
	border: solid 1px #8EBFD2;
	margin: 1em;
}

.art-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Start tables */

.art-article table, table.art-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
	background-color:Transparent;
}

.art-article th, .art-article td
{
	padding: 2px;
	border: solid 1px #438BA8;
	vertical-align: top;
	text-align:left;
}

.art-article th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

/* Finish tables */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	color: #19668F;
}

/* end PostHeaderIcon */
/* begin Footer */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 982px;
	margin: 5px auto 0px auto;
}

.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.art-Footer .art-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('/_project/_layout/gfx/Footer.png');
	width: 982px;
	height: 150px;
	bottom:0;
	left:0;
}


.art-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('/_project/_layout/gfx/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 32px;
	width: 24px;
    cursor: default;
}




.art-Footer .art-Footer-text p
{
	margin: 0;
}

.art-Footer .art-Footer-text
{
	display:inline-block;
	color:#fff;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
letter-spacing: 0px;
line-height:20px;
}

.art-Footer .art-Footer-text a:link
{
	text-decoration: none;
	color: #f0f0f0;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.art-Footer .art-Footer-text a:visited
{
	text-decoration: none;
	color: #f0f0f0;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.art-Footer .art-Footer-text a:hover
{
	text-decoration: none;
	color: #f0f0f0;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#ccc;
}

.art-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#5C8DA3;
}
/* end PageFooter */
